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.
checkdocs=:exports
makedocs
1 parent 672ed65 commit f9c500fCopy full SHA for f9c500f
docs/make.jl
@@ -12,7 +12,8 @@ makedocs(sitename = "SymbolicIndexingInterface.jl",
12
format = Documenter.HTML(analytics = "UA-90474609-3",
13
assets = ["assets/favicon.ico"],
14
canonical = "https://docs.sciml.ai/SymbolicIndexingInterface/stable/"),
15
- pages = pages)
+ pages = pages,
16
+ checkdocs = :exports)
17
18
deploydocs(repo = "github.com/SciML/SymbolicIndexingInterface.jl.git";
19
push_preview = true)
0 commit comments