Skip to content

Commit 27fbb0d

Browse files
committed
Update to Documenter v1
1 parent d397fef commit 27fbb0d

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
@@ -3,4 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
44

55
[compat]
6-
Documenter = "~0.27"
6+
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)