Skip to content

Commit 0781d6d

Browse files
committed
Bump compat for Documenter.jl in docs/ environment
1 parent 3daa26f commit 0781d6d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
88
StructArrays = {path = ".."}
99

1010
[compat]
11-
Documenter = "0.27"
11+
Documenter = "1"
1212
PooledArrays = "1"
1313
StaticArrays = "1"

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ makedocs(
1111
"Some counterintuitive behaviors"=>"counterintuitive.md",
1212
"Advanced techniques"=>"advanced.md",
1313
"Index"=>"reference.md",
14-
]
14+
],
15+
warnonly = [:missing_docs],
1516
)
1617

1718
# Documenter can also automatically deploy documentation to gh-pages.

0 commit comments

Comments
 (0)