Skip to content

Commit c726c4e

Browse files
committed
try fixing docs run again
1 parent 2058ee6 commit c726c4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/make.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ makedocs(
88
authors = "Tamás K. Papp",
99
sitename = "LogDensityProblems.jl",
1010
pages = Any["index.md"],
11-
checkdocs = :exports,
12-
warnonly = Documenter.except(:missing_docs),
11+
checkdocs = :none, # because it fails for module docstring
1312
# strict = true,
1413
# clean = true,
1514
)

0 commit comments

Comments
 (0)