Skip to content

Commit

Permalink
Fix doc build (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Dec 6, 2023
1 parent ef9293e commit 95d0e9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ Documenter.makedocs(
# See https://github.com/JuliaDocs/Documenter.jl/issues/868
prettyurls = get(ENV, "CI", nothing) == "true",
collapselevel = 1,
size_threshold_ignore = [
"apireference.md",
"examples/objective_state_newsvendor.md",
],
),
clean = true,
doctest = FIX_DOCTESTS ? :fix : true,
Expand Down

0 comments on commit 95d0e9d

Please sign in to comment.