We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70fbe1 commit 1b501f8Copy full SHA for 1b501f8
docs/make.jl
@@ -18,7 +18,8 @@ makedocs(; sitename = "NonlinearSolve.jl",
18
clean = true,
19
doctest = false,
20
linkcheck = true,
21
- linkcheck_ignore = ["https://twitter.com/ChrisRackauckas/status/1544743542094020615"],
+ linkcheck_ignore = ["https://twitter.com/ChrisRackauckas/status/1544743542094020615",
22
+ "https://link.springer.com/article/10.1007/s40096-020-00339-4"],
23
checkdocs = :exports,
24
warnonly = [:missing_docs],
25
plugins = [bib],
0 commit comments