Skip to content

Commit 2ccb598

Browse files
committed
Fixes for Documenter v1
1 parent afc5d31 commit 2ccb598

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[deps]
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33
TrigPolys = "bbdedc48-cb31-4a37-9fe3-b015aecc8dd3"
4+
5+
[compat]
6+
Documenter = "1"

docs/make.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ makedocs(
88
prettyurls = get(ENV, "CI", nothing) == "true"
99
),
1010

11-
# See https://github.com/jump-dev/JuMP.jl/issues/1576
12-
strict = true,
13-
1411
pages = [
1512
"Introduction" => "index.md",
1613
]

0 commit comments

Comments
 (0)