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 d64a878 commit 1eb6cdbCopy full SHA for 1eb6cdb
docs/Project.toml
@@ -1,6 +1,3 @@
1
[deps]
2
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
3
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
4
-
5
-[compat]
6
-Documenter = "~0.25"
docs/make.jl
@@ -8,6 +8,7 @@ makedocs(
8
"API" => "api.md",
9
"Implementations" => "implementations.md",
10
],
11
+ warnonly=[:missing_docs],
12
)
13
14
deploydocs(
0 commit comments