We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a118319 commit d80e02cCopy full SHA for d80e02c
1 file changed
docs/make.jl
@@ -8,6 +8,7 @@ makedocs(
8
format = Documenter.HTML(),
9
modules = [DiffMatic],
10
pages = ["Introduction" => "index.md", "API Reference" => "api.md"],
11
+ checkdocs = :exports,
12
)
13
14
deploydocs(repo = "https://github.com/asterycs/DiffMatic.jl")
0 commit comments