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 23, 2023
1 parent c285786 commit 38478a3
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 @@ -6,5 +6,5 @@ NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"

[compat]
ADNLPModels = "~0.6"
Documenter = "~0.27"
Documenter = "1.0"
NLPModels = "~0.20"
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 = [NLPModels],
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 38478a3

Please sign in to comment.