We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3daa26f commit 0781d6dCopy full SHA for 0781d6d
docs/Project.toml
@@ -8,6 +8,6 @@ StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
8
StructArrays = {path = ".."}
9
10
[compat]
11
-Documenter = "0.27"
+Documenter = "1"
12
PooledArrays = "1"
13
StaticArrays = "1"
docs/make.jl
@@ -11,7 +11,8 @@ makedocs(
"Some counterintuitive behaviors"=>"counterintuitive.md",
"Advanced techniques"=>"advanced.md",
"Index"=>"reference.md",
14
- ]
+ ],
15
+ warnonly = [:missing_docs],
16
)
17
18
# Documenter can also automatically deploy documentation to gh-pages.
0 commit comments