Skip to content

Commit 1eb6cdb

Browse files
committed
fix(docs): Remove the arbitrary compat restriction for Documenter
1 parent d64a878 commit 1eb6cdb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/Project.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
[deps]
22
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
33
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
4-
5-
[compat]
6-
Documenter = "~0.25"

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ makedocs(
88
"API" => "api.md",
99
"Implementations" => "implementations.md",
1010
],
11+
warnonly=[:missing_docs],
1112
)
1213

1314
deploydocs(

0 commit comments

Comments
 (0)