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.
1 parent 8b79a71 commit 4b12ad4Copy full SHA for 4b12ad4
docs/make.jl
@@ -7,10 +7,10 @@ makedocs(
7
format = Documenter.HTML(; prettyurls = get(ENV, "CI", nothing) == "true"),
8
authors = "Tamás K. Papp",
9
sitename = "LogDensityProblems.jl",
10
- pages = Any["index.md"]
+ pages = Any["index.md"],
11
+ checkdocs = :exports,
12
# strict = true,
13
# clean = true,
- checkdocs = :exports,
14
)
15
16
# Some setup is needed for documentation deployment, see “Hosting Documentation” and
0 commit comments