Skip to content

Commit d9526d4

Browse files
committed
Add option nonstrict to docs/make.jl
1 parent 1031813 commit d9526d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/make.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use
22
#
3-
# DOCUMENTER_DEBUG=true julia --color=yes make.jl local [fixdoctests]
3+
# DOCUMENTER_DEBUG=true julia --color=yes make.jl local [nonstrict] [fixdoctests]
44
#
55
# for local builds.
66

@@ -21,7 +21,7 @@ makedocs(
2121
],
2222
doctest = ("fixdoctests" in ARGS) ? :fix : true,
2323
linkcheck = ("linkcheck" in ARGS),
24-
strict = !("local" in ARGS),
24+
strict = !("nonstrict" in ARGS),
2525
)
2626

2727
deploydocs(

0 commit comments

Comments
 (0)