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 544bd4f commit 13a96b5Copy full SHA for 13a96b5
docs/make.jl
@@ -4,6 +4,7 @@ makedocs(
4
modules = [Krylov],
5
doctest = true,
6
linkcheck = true,
7
+ linkcheck_ignore = [r"https://www.emis.de/.*"],
8
format = Documenter.HTML(assets = ["assets/style.css"],
9
ansicolor = true,
10
prettyurls = get(ENV, "CI", nothing) == "true",
0 commit comments