Skip to content

Commit fa07dae

Browse files
Update make.jl
1 parent 5d898f3 commit fa07dae

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
@@ -23,7 +23,10 @@ makedocs(sitename = "Overview of Julia's SciML",
2323
clean = true, doctest = false, linkcheck = true,
2424
linkcheck_ignore = ["https://twitter.com/ChrisRackauckas/status/1477274812460449793",
2525
"https://epubs.siam.org/doi/10.1137/0903023",
26-
"https://bkamins.github.io/julialang/2020/12/24/minilanguage.html"],
26+
"https://bkamins.github.io/julialang/2020/12/24/minilanguage.html",
27+
"https://arxiv.org/abs/2109.06786",
28+
29+
],
2730
format = Documenter.HTML(assets = ["assets/favicon.ico"],
2831
canonical = "https://docs.sciml.ai/stable/",
2932
mathengine = mathengine),

0 commit comments

Comments
 (0)