Skip to content

Commit ec2dfad

Browse files
Update make.jl
1 parent af3f670 commit ec2dfad

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/make.jl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ makedocs(sitename = "LinearSolve.jl",
99
authors = "Chris Rackauckas",
1010
modules = [LinearSolve, LinearSolve.SciMLBase],
1111
clean = true, doctest = false,
12+
strict=[
13+
:doctest,
14+
:linkcheck,
15+
:parse_error,
16+
:example_block,
17+
# Other available options are
18+
# :autodocs_block, :cross_references, :docs_block, :eval_block, :example_block, :footnote, :meta_block, :missing_docs, :setup_block
19+
],
1220
format = Documenter.HTML(analytics = "UA-90474609-3",
1321
assets = ["assets/favicon.ico"],
1422
canonical = "https://linearsolve.sciml.ai/stable/"),

0 commit comments

Comments
 (0)