Skip to content

Commit 7bec33f

Browse files
committed
updates completion strings
1 parent 2b6036e commit 7bec33f

File tree

3 files changed

+769
-76
lines changed

3 files changed

+769
-76
lines changed

doc/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ else
406406
collapselevel = 1,
407407
sidebar_sitename = false,
408408
ansicolor = true,
409-
size_threshold = 800 * 2^10, # 800 KiB
409+
size_threshold = 1 * 2^20, # 1 MiB
410410
size_threshold_warn = 200 * 2^10, # the manual has quite a few large pages, so we warn at 200+ KiB only
411411
inventory_version = VERSION,
412412
)

0 commit comments

Comments
 (0)