Skip to content

Commit 694eaf1

Browse files
committed
stricter docs
1 parent 3d9f8f2 commit 694eaf1

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/make.jl

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,16 @@ include("pages.jl")
88
makedocs(sitename = "PreallocationTools.jl",
99
authors = "Chris Rackauckas",
1010
modules = [PreallocationTools],
11-
clean = true,
12-
doctest = false,
11+
clean = true, doctest = false, linkcheck = true,
12+
strict = [
13+
:doctest,
14+
:linkcheck,
15+
:parse_error,
16+
:example_block,
17+
:cross_references,
18+
# Other available options are
19+
# :autodocs_block, :cross_references, :docs_block, :eval_block, :example_block, :footnote, :meta_block, :missing_docs, :setup_block
20+
],
1321
format = Documenter.HTML(assets = ["assets/favicon.ico"],
1422
canonical = "https://docs.sciml.ai/PreallocationTools/stable/"),
1523
pages = pages)

0 commit comments

Comments
 (0)