We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9df0ba commit 14c11d0Copy full SHA for 14c11d0
docs/Project.toml
@@ -3,4 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
MultivariatePolynomials = "102ac46a-7ee4-5c85-9060-abc95bfdeaa3"
4
5
[compat]
6
-Documenter = "^0.24.3"
+Documenter = "1"
docs/make.jl
@@ -7,8 +7,6 @@ makedocs(
7
# See https://github.com/JuliaDocs/Documenter.jl/issues/868
8
prettyurls = get(ENV, "CI", nothing) == "true"
9
),
10
- # See https://github.com/jump-dev/JuMP.jl/issues/1576
11
- strict = true,
12
13
pages = [
14
"Introduction" => "index.md",
0 commit comments