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 9a74c79 commit 0c68476Copy full SHA for 0c68476
docs/make.jl
@@ -9,6 +9,7 @@ makedocs(sitename = "Integrals.jl",
9
authors = "Chris Rackauckas",
10
modules = [Integrals, Integrals.SciMLBase],
11
clean = true, doctest = false, linkcheck = true,
12
+ warnonly = [:missing_docs],
13
format = Documenter.HTML(assets = ["assets/favicon.ico"],
14
canonical = "https://docs.sciml.ai/Integrals/stable/"),
15
pages = pages)
0 commit comments