Skip to content

Commit 52a0329

Browse files
committed
Update to Documenter v1
1 parent 5c58988 commit 52a0329

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
66
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
77

88
[compat]
9-
Documenter = "~0.27"
9+
Documenter = "1"

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ makedocs(
2929
],
3030
doctest = ("fixdoctests" in ARGS) ? :fix : true,
3131
linkcheck = !("nonstrict" in ARGS),
32-
strict = !("nonstrict" in ARGS),
32+
warnonly = ("nonstrict" in ARGS),
3333
)
3434

3535
deploydocs(

0 commit comments

Comments
 (0)