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 2058ee6 commit c726c4eCopy full SHA for c726c4e
docs/make.jl
@@ -8,8 +8,7 @@ makedocs(
8
authors = "Tamás K. Papp",
9
sitename = "LogDensityProblems.jl",
10
pages = Any["index.md"],
11
- checkdocs = :exports,
12
- warnonly = Documenter.except(:missing_docs),
+ checkdocs = :none, # because it fails for module docstring
13
# strict = true,
14
# clean = true,
15
)
0 commit comments