Skip to content

Commit 09c1325

Browse files
committed
Switch to Documenter 1.x
1 parent 8cbd52a commit 09c1325

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33

44
[compat]
5-
Documenter = "0.23"
5+
Documenter = "1"

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ DocMeta.setdocmeta!(DataStructures, :DocTestSetup, :(using DataStructures); recu
55

66
makedocs(
77
sitename = "DataStructures.jl",
8+
warnonly = true, # FIXME: address all warnings and resolve them
89
pages = [
910
"index.md",
1011
"deque.md",

0 commit comments

Comments
 (0)