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 282b1f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ makedocs(sitename = "ModelingToolkit.jl",
mathengine,
canonical = "https://docs.sciml.ai/ModelingToolkit/stable/",
prettyurls = (get(ENV, "CI", nothing) == "true")),
pages = pages)
pages = pages,
# this link tends to fail linkcheck stochastically and often takes much longer to succeed
# even in the browser it takes ages
linkcheck_ignore = ["http://www.scholarpedia.org/article/Differential-algebraic_equations"])

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

0 comments on commit 282b1f9

Please sign in to comment.