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 8c76e20 commit 65e49acCopy full SHA for 65e49ac
docs/Project.toml
@@ -3,4 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
4
5
[compat]
6
-Documenter = "0.27"
+Documenter = "1"
docs/make.jl
@@ -25,6 +25,7 @@ makedocs(
25
"News and Changes" => "NEWS.md",
26
"Other Interpolation Packages" => "other_packages.md",
27
],
28
+ warnonly = false,
29
doctest = true,
30
)
31
0 commit comments