Skip to content

Commit 4b12ad4

Browse files
committed
fix syntax
1 parent 8b79a71 commit 4b12ad4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ makedocs(
77
format = Documenter.HTML(; prettyurls = get(ENV, "CI", nothing) == "true"),
88
authors = "Tamás K. Papp",
99
sitename = "LogDensityProblems.jl",
10-
pages = Any["index.md"]
10+
pages = Any["index.md"],
11+
checkdocs = :exports,
1112
# strict = true,
1213
# clean = true,
13-
checkdocs = :exports,
1414
)
1515

1616
# Some setup is needed for documentation deployment, see “Hosting Documentation” and

0 commit comments

Comments
 (0)