Skip to content

Commit

Permalink
docs: ignore Scholarpedia link in Documenter linkcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Jan 7, 2025
1 parent 520daf4 commit 69e05f5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@ makedocs(sitename = "ModelingToolkit.jl",
modules = [ModelingToolkit],
clean = true, doctest = false, linkcheck = true,
warnonly = [:docs_block, :missing_docs, :cross_references],
linkcheck_ignore = ["https://epubs.siam.org/doi/10.1137/0903023"],
linkcheck_ignore = [
"https://epubs.siam.org/doi/10.1137/0903023",
# this link tends to fail linkcheck stochastically and often takes much longer to succeed
# even in the browser it takes ages
"http://www.scholarpedia.org/article/Differential-algebraic_equations"
],
format = Documenter.HTML(;
assets = ["assets/favicon.ico"],
mathengine,
Expand Down

0 comments on commit 69e05f5

Please sign in to comment.