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 a8e2a03 commit 9610ad9Copy full SHA for 9610ad9
docs/Project.toml
@@ -14,3 +14,4 @@ Sparspak = "e56a9233-b9d6-4f03-8d0f-1825330902ac"
14
15
[compat]
16
IterativeSolvers = "0.9"
17
+Documenter = "1.0"
docs/make.jl
@@ -5,6 +5,7 @@ function mkdocs()
5
makedocs(; sitename = "ExtendableSparse.jl",
6
modules = [ExtendableSparse],
7
doctest = true,
8
+ warnonly = true,
9
clean = false,
10
authors = "J. Fuhrmann",
11
repo = "https://github.com/j-fu/ExtendableSparse.jl",
0 commit comments