We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac051c commit 8f2c10bCopy full SHA for 8f2c10b
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