Skip to content

Commit edb1689

Browse files
authored
Merge pull request #558 from contradict/fix-documenter
Update documentation generator
2 parents d2f87a0 + 4a85971 commit edb1689

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,14 +7,14 @@ makedocs(
77
authors="Shashi Gowda",
88
modules=[SymbolicUtils],
99
clean=true,doctest=false,
10-
strict=[
10+
warnonly=Documenter.except(
1111
:doctest,
1212
:linkcheck,
1313
:parse_error,
1414
:example_block,
1515
# Other available options are
1616
# :autodocs_block, :cross_references, :docs_block, :eval_block, :example_block, :footnote, :meta_block, :missing_docs, :setup_block
17-
],
17+
),
1818
format = Documenter.HTML(#analytics = "UA-90474609-3",
1919
assets = ["assets/favicon.ico"],
2020
canonical="https://docs.sciml.ai/SymbolicUtils/stable/"),

0 commit comments

Comments
 (0)