Skip to content

Commit c13fa66

Browse files
authored
Switch to Documenter 1.x (#929)
1 parent c776a6e commit c13fa66

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
@@ -4,4 +4,4 @@ DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
44
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
55

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