Skip to content

Commit 69e05f5

Browse files
docs: ignore Scholarpedia link in Documenter linkcheck
1 parent 520daf4 commit 69e05f5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/make.jl

+6-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@ makedocs(sitename = "ModelingToolkit.jl",
2525
modules = [ModelingToolkit],
2626
clean = true, doctest = false, linkcheck = true,
2727
warnonly = [:docs_block, :missing_docs, :cross_references],
28-
linkcheck_ignore = ["https://epubs.siam.org/doi/10.1137/0903023"],
28+
linkcheck_ignore = [
29+
"https://epubs.siam.org/doi/10.1137/0903023",
30+
# this link tends to fail linkcheck stochastically and often takes much longer to succeed
31+
# even in the browser it takes ages
32+
"http://www.scholarpedia.org/article/Differential-algebraic_equations"
33+
],
2934
format = Documenter.HTML(;
3035
assets = ["assets/favicon.ico"],
3136
mathengine,

0 commit comments

Comments
 (0)