Skip to content

Commit

Permalink
[documentation] Update Documenter.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Sep 27, 2023
1 parent e310d91 commit 2613e50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

[compat]
Documenter = "~0.26"
Documenter = "1.0"
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ makedocs(
modules = [SolverCore],
doctest = true,
linkcheck = true,
strict = true,
format = Documenter.HTML(
assets = ["assets/style.css"],
prettyurls = get(ENV, "CI", nothing) == "true",
Expand Down

0 comments on commit 2613e50

Please sign in to comment.