We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520daf4 commit 282b1f9Copy full SHA for 282b1f9
docs/make.jl
@@ -31,7 +31,10 @@ makedocs(sitename = "ModelingToolkit.jl",
31
mathengine,
32
canonical = "https://docs.sciml.ai/ModelingToolkit/stable/",
33
prettyurls = (get(ENV, "CI", nothing) == "true")),
34
- pages = pages)
+ pages = pages,
35
+ # this link tends to fail linkcheck stochastically and often takes much longer to succeed
36
+ # even in the browser it takes ages
37
+ linkcheck_ignore = ["http://www.scholarpedia.org/article/Differential-algebraic_equations"])
38
39
deploydocs(repo = "github.com/SciML/ModelingToolkit.jl.git";
40
push_preview = true)
0 commit comments