Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Jul 18, 2024
1 parent 04a5eb2 commit 1642797
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ makedocs(
linkcheck = false,
format = Documenter.HTML(assets = ["assets/style.css"],
ansicolor = true,
prettyurls = get(ENV, "CI", nothing) == "true"),
prettyurls = get(ENV, "CI", nothing) == "true",
size_threshold_ignore = ["index.md", "performance.md"]),
sitename = "ADNLPModels.jl",
pages = [
"Home" => "index.md",
Expand Down

0 comments on commit 1642797

Please sign in to comment.