diff --git a/docs/make.jl b/docs/make.jl index 456e60fbd2e..d2a146d47bb 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -22,7 +22,8 @@ makedocs(sitename = "Overview of Julia's SciML", modules = Module[], clean = true, doctest = false, linkcheck = true, linkcheck_ignore = ["https://twitter.com/ChrisRackauckas/status/1477274812460449793", - "https://epubs.siam.org/doi/10.1137/0903023"], + "https://epubs.siam.org/doi/10.1137/0903023", + "https://bkamins.github.io/julialang/2020/12/24/minilanguage.html"], format = Documenter.HTML(assets = ["assets/favicon.ico"], canonical = "https://docs.sciml.ai/stable/", mathengine = mathengine),