Skip to content

Commit 1b501f8

Browse files
Update make.jl
1 parent b70fbe1 commit 1b501f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ makedocs(; sitename = "NonlinearSolve.jl",
1818
clean = true,
1919
doctest = false,
2020
linkcheck = true,
21-
linkcheck_ignore = ["https://twitter.com/ChrisRackauckas/status/1544743542094020615"],
21+
linkcheck_ignore = ["https://twitter.com/ChrisRackauckas/status/1544743542094020615",
22+
"https://link.springer.com/article/10.1007/s40096-020-00339-4"],
2223
checkdocs = :exports,
2324
warnonly = [:missing_docs],
2425
plugins = [bib],

0 commit comments

Comments
 (0)