Skip to content

Commit

Permalink
[documentation] Update Documenter.jl (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Aug 6, 2024
1 parent 8388374 commit 3b3d193
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"

[compat]
ADNLPModels = "0.7"
Documenter = "~0.27"
ADNLPModels = "0.8"
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,10 +4,10 @@ makedocs(
modules = [NLPModels],
doctest = true,
linkcheck = true,
strict = true,
format = Documenter.HTML(
assets = ["assets/style.css"],
prettyurls = get(ENV, "CI", nothing) == "true",
size_threshold_ignore = ["reference.md"],
),
sitename = "NLPModels.jl",
pages = [
Expand Down

0 comments on commit 3b3d193

Please sign in to comment.