There was an error while loading. Please reload this page.
1 parent c935e0f commit f6bd842Copy full SHA for f6bd842
1 file changed
docs/make.jl
@@ -27,7 +27,7 @@ makedocs(; sitename = "BoundaryValueDiffEq.jl",
27
clean = true,
28
doctest = false,
29
checkdocs = :exports,
30
- warnonly = [:missing_docs],
+ warnonly = [:missing_docs, :cross_references],
31
plugins = [bib, interlinks],
32
format = Documenter.HTML(assets = ["assets/favicon.ico"],
33
canonical = "https://docs.sciml.ai/BoundaryValueDiffEq/stable/"),
0 commit comments