We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc5d31 commit 2ccb598Copy full SHA for 2ccb598
docs/Project.toml
@@ -1,3 +1,6 @@
1
[deps]
2
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
TrigPolys = "bbdedc48-cb31-4a37-9fe3-b015aecc8dd3"
4
+
5
+[compat]
6
+Documenter = "1"
docs/make.jl
@@ -8,9 +8,6 @@ makedocs(
8
prettyurls = get(ENV, "CI", nothing) == "true"
9
),
10
11
- # See https://github.com/jump-dev/JuMP.jl/issues/1576
12
- strict = true,
13
-
14
pages = [
15
"Introduction" => "index.md",
16
]
0 commit comments