Skip to content

Commit 0c68476

Browse files
Update make.jl
1 parent 9a74c79 commit 0c68476

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ makedocs(sitename = "Integrals.jl",
99
authors = "Chris Rackauckas",
1010
modules = [Integrals, Integrals.SciMLBase],
1111
clean = true, doctest = false, linkcheck = true,
12+
warnonly = [:missing_docs],
1213
format = Documenter.HTML(assets = ["assets/favicon.ico"],
1314
canonical = "https://docs.sciml.ai/Integrals/stable/"),
1415
pages = pages)

0 commit comments

Comments
 (0)