We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac051c commit 3b40760Copy full SHA for 3b40760
1 file changed
docs/make.jl
@@ -24,7 +24,7 @@ DocMeta.setdocmeta!(
24
25
makedocs(;
26
sitename="KernelFunctions.jl",
27
- format=Documenter.HTML(),
+ format=Documenter.HTML(size_threshold = 10^6, size_threshold_warn = 10^6),
28
modules=[KernelFunctions],
29
pages=[
30
"Home" => "index.md",
0 commit comments