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 1031813 commit d9526d4Copy full SHA for d9526d4
docs/make.jl
@@ -1,6 +1,6 @@
1
# Use
2
#
3
-# DOCUMENTER_DEBUG=true julia --color=yes make.jl local [fixdoctests]
+# DOCUMENTER_DEBUG=true julia --color=yes make.jl local [nonstrict] [fixdoctests]
4
5
# for local builds.
6
@@ -21,7 +21,7 @@ makedocs(
21
],
22
doctest = ("fixdoctests" in ARGS) ? :fix : true,
23
linkcheck = ("linkcheck" in ARGS),
24
- strict = !("local" in ARGS),
+ strict = !("nonstrict" in ARGS),
25
)
26
27
deploydocs(
0 commit comments