Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Feb 22, 2024
1 parent 0b78ba4 commit 9da6cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ makedocs(
authors="Chris Rackauckas",
modules=[Symbolics,SymbolicUtils],
clean=true, doctest=false, linkcheck = true,
warnonly = [:docs_block, :missing_docs, :cross_references],
warnonly = [:docs_block, :missing_docs, :cross_references, :linkcheck],
format = Documenter.HTML(assets = ["assets/favicon.ico"],
mathengine = mathengine,
canonical="https://docs.sciml.ai/Symbolics/stable/"),
Expand Down

0 comments on commit 9da6cc7

Please sign in to comment.