Skip to content

Commit fd5a4a8

Browse files
Disable HTML size_threshold for benchmark pages
Auto-generated benchmark pages with large data tables and plots regularly exceed Documenter's default 200 KiB size_threshold (e.g. MatrixDepot at 17.85 MiB). Disable the threshold since large pages are expected for benchmark output. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3a6c6c8 commit fd5a4a8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ makedocs(
1414
clean=true, doctest=false, warnonly=[:footnote],
1515
format=Documenter.HTML(#analytics = "UA-90474609-3",
1616
assets=["assets/favicon.ico"],
17-
canonical="https://benchmarks.sciml.ai/stable/"),
17+
canonical="https://benchmarks.sciml.ai/stable/",
18+
size_threshold=nothing),
1819
pages=pages
1920
)
2021

0 commit comments

Comments
 (0)