Skip to content

Commit 08fc849

Browse files
amontoisonabelsiqueira
authored andcommitted
[documentation] Update Documenter.jl
1 parent fd5646f commit 08fc849

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ SolverBenchmark = "581a75fa-a23a-52d0-a590-d6201de2218a"
2020
SolverCore = "ff4d7338-4cf1-434d-91df-b86cb86fb843"
2121

2222
[compat]
23-
Documenter = "~0.27"
23+
Documenter = "1.0"
2424
SolverCore = "0.3"

docs/make.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ using Documenter, JSOSuite
33
makedocs(
44
modules = [JSOSuite],
55
doctest = true,
6-
# linkcheck = true,
7-
strict = true,
6+
linkcheck = true,
87
format = Documenter.HTML(
98
assets = ["assets/style.css"],
109
prettyurls = get(ENV, "CI", nothing) == "true",
1110
),
1211
sitename = "JSOSuite.jl",
13-
pages = Any[
12+
pages = [
1413
"Home" => "index.md",
1514
"Tutorial" => "tutorial.md",
1615
"Nonlinear Least Squares" => "nls.md",

0 commit comments

Comments
 (0)