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 952c0e7 commit 668e674Copy full SHA for 668e674
.ci/src/docs.jl
@@ -82,6 +82,8 @@ function doc_build_script(pages, repo)
82
analytics="G-SRKGL6MJHS",
83
assets=String[indigo, "assets/favicon.ico"],
84
sidebar_sitename=false,
85
+ size_threshold_warn=3072000,
86
+ size_threshold=6144000,
87
),
88
pages=$pages,
89
checkdocs=:none,
0 commit comments