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 3ff8187 commit c228ec4Copy full SHA for c228ec4
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