Skip to content

Commit 8f2c10b

Browse files
committed
Increase size thresholds
1 parent 8ac051c commit 8f2c10b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ DocMeta.setdocmeta!(
2424

2525
makedocs(;
2626
sitename="KernelFunctions.jl",
27-
format=Documenter.HTML(),
27+
format=Documenter.HTML(size_threshold=10^6, size_threshold_warn=10^6),
2828
modules=[KernelFunctions],
2929
pages=[
3030
"Home" => "index.md",

0 commit comments

Comments
 (0)