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 08fc849 commit db8a96cCopy full SHA for db8a96c
docs/make.jl
@@ -3,7 +3,7 @@ using Documenter, JSOSuite
3
makedocs(
4
modules = [JSOSuite],
5
doctest = true,
6
- linkcheck = true,
+ linkcheck = false,
7
format = Documenter.HTML(
8
assets = ["assets/style.css"],
9
prettyurls = get(ENV, "CI", nothing) == "true",
0 commit comments