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 5c58988 commit 52a0329Copy full SHA for 52a0329
docs/Project.toml
@@ -6,4 +6,4 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
6
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
7
8
[compat]
9
-Documenter = "~0.27"
+Documenter = "1"
docs/make.jl
@@ -29,7 +29,7 @@ makedocs(
29
],
30
doctest = ("fixdoctests" in ARGS) ? :fix : true,
31
linkcheck = !("nonstrict" in ARGS),
32
- strict = !("nonstrict" in ARGS),
+ warnonly = ("nonstrict" in ARGS),
33
)
34
35
deploydocs(
0 commit comments