Skip to content

Commit 14c11d0

Browse files
authored
Update to Documenter v1 (#275)
1 parent f9df0ba commit 14c11d0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33
MultivariatePolynomials = "102ac46a-7ee4-5c85-9060-abc95bfdeaa3"
44

55
[compat]
6-
Documenter = "^0.24.3"
6+
Documenter = "1"

docs/make.jl

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ makedocs(
77
# See https://github.com/JuliaDocs/Documenter.jl/issues/868
88
prettyurls = get(ENV, "CI", nothing) == "true"
99
),
10-
# See https://github.com/jump-dev/JuMP.jl/issues/1576
11-
strict = true,
1210

1311
pages = [
1412
"Introduction" => "index.md",

0 commit comments

Comments
 (0)