Skip to content

Commit 282b1f9

Browse files
docs: ignore Scholarpedia link in Documenter linkcheck
1 parent 520daf4 commit 282b1f9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/make.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ makedocs(sitename = "ModelingToolkit.jl",
3131
mathengine,
3232
canonical = "https://docs.sciml.ai/ModelingToolkit/stable/",
3333
prettyurls = (get(ENV, "CI", nothing) == "true")),
34-
pages = pages)
34+
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"])
3538

3639
deploydocs(repo = "github.com/SciML/ModelingToolkit.jl.git";
3740
push_preview = true)

0 commit comments

Comments
 (0)