We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 520daf4 commit 69e05f5Copy full SHA for 69e05f5
docs/make.jl
@@ -25,7 +25,12 @@ makedocs(sitename = "ModelingToolkit.jl",
25
modules = [ModelingToolkit],
26
clean = true, doctest = false, linkcheck = true,
27
warnonly = [:docs_block, :missing_docs, :cross_references],
28
- linkcheck_ignore = ["https://epubs.siam.org/doi/10.1137/0903023"],
+ 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
+ ],
34
format = Documenter.HTML(;
35
assets = ["assets/favicon.ico"],
36
mathengine,
0 commit comments