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 d397fef commit 27fbb0dCopy full SHA for 27fbb0d
docs/Project.toml
@@ -3,4 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
4
5
[compat]
6
-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