Skip to content

Commit 6c9f89f

Browse files
author
Wimmerer
committed
index.md
1 parent 0eec23d commit 6c9f89f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/make.jl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
using Documenter, SuiteSparseGraphBLAS
22

3-
makedocs(sitename="SuiteSparse:GraphBLAS")
3+
makedocs(
4+
modules = [SuiteSparseGraphBLAS],
5+
sitename="SuiteSparse:GraphBLAS",
6+
pages = [
7+
"Home" => "index.md"
8+
]
9+
)
410

511
deploydocs(
612
repo = "github.com/JuliaSparse/SuiteSparseGraphBLAS.jl.git",

0 commit comments

Comments
 (0)