We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3bc390 commit de02b01Copy full SHA for de02b01
docs/make.jl
@@ -3,7 +3,7 @@ using Documenter, SuiteSparseGraphBLAS
3
makedocs(
4
modules = [SuiteSparseGraphBLAS],
5
format = Documenter.HTML(),
6
- sitename = "GraphBLAS.jl",
+ sitename = "SuiteSparseGraphBLAS",
7
doctest = false,
8
pages = Any[
9
"Basic matrix functions" => "matrix_methods.md",
@@ -12,6 +12,8 @@ makedocs(
12
)
13
14
deploydocs(
15
- julia = "nightly",
16
- repo = "github.com/abhinavmehndiratta/SuiteSparseGraphBLAS.jl.git"
+ target = "build",
+ deps = nothing,
17
+ make = nothing,
18
+ repo = "github.com/abhinavmehndiratta/SuiteSparseGraphBLAS.jl.git"
19
0 commit comments