Skip to content

Commit

Permalink
Bump size threshold for Documenter
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisYatunin committed Aug 22, 2024
1 parent 239e70d commit 142e0cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ withenv("GKSwstype" => "nul") do
prettyurls = !isempty(get(ENV, "CI", "")),
mathengine = mathengine,
collapselevel = 1,
size_threshold = 300_000, # default is 200_000
size_threshold_warn = 200_000, # default is 100_000
)

Documenter.makedocs(;
Expand Down

0 comments on commit 142e0cc

Please sign in to comment.