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 356c8b1 commit 0fd6f16Copy full SHA for 0fd6f16
docs/make.jl
@@ -41,7 +41,7 @@ makedocs(sitename = "Catalyst.jl",
41
clean = true,
42
pages = pages,
43
pagesonly = true,
44
- warnonly = true)
+ warnonly = [:missing_docs])
45
46
deploydocs(repo = "github.com/SciML/Catalyst.jl.git";
47
push_preview = true)
0 commit comments