Skip to content

Commit 142e0cc

Browse files
committed
Bump size threshold for Documenter
1 parent 239e70d commit 142e0cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/make.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ withenv("GKSwstype" => "nul") do
5151
prettyurls = !isempty(get(ENV, "CI", "")),
5252
mathengine = mathengine,
5353
collapselevel = 1,
54+
size_threshold = 300_000, # default is 200_000
55+
size_threshold_warn = 200_000, # default is 100_000
5456
)
5557

5658
Documenter.makedocs(;

0 commit comments

Comments
 (0)