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 d496e8b commit 1603907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ NLPModelsKnitro = "bec4dd0d-7755-52d5-9a02-22f0ffc7efcb"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"

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

0 comments on commit 1603907

Please sign in to comment.