Skip to content

Commit

Permalink
Bump up the threshold for size based errors for now
Browse files Browse the repository at this point in the history
  • Loading branch information
frankier committed Sep 19, 2023
1 parent 197dd34 commit 64d6d3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ assets = collect(filter(x->!isnothing(x), Set([quickstart_assets, themeless_asse
# 2. normal Documenter usage
format = Documenter.HTML(edit_link = "master",
prettyurls = get(ENV, "CI", nothing) == "true",
assets = assets)
assets = assets,
size_threshold=1024 * 1024)

makedocs(format = format,
pages = [
Expand Down

0 comments on commit 64d6d3d

Please sign in to comment.