Skip to content

Commit 1808f88

Browse files
committed
Docs: remove strict argument from makedocs
The argument has been removed in v1.0.0 of Documenter. Building documentation now fails by default, and the `strict` argument was thus replaced by `warnonly`.
1 parent da76568 commit 1808f88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/make.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ makedocs(;
99
repo="https://github.com/quinnj/JSON3.jl/blob/{commit}{path}#L{line}",
1010
sitename="JSON3.jl",
1111
authors="Jacob Quinn",
12-
strict=true,
1312
)
1413

1514
deploydocs(;

0 commit comments

Comments
 (0)