Skip to content

Commit

Permalink
Larger limit for html file size
Browse files Browse the repository at this point in the history
  • Loading branch information
david-pl committed Jan 26, 2024
1 parent 6339f2c commit dbbd91a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ makedocs(
format=Documenter.HTML(
edit_link = nothing,
canonical = "https://docs.qojulia.org/",
assets = [asset("assets/favicon.png", class=:ico, islocal = true)]
assets = [asset("assets/favicon.png", class=:ico, islocal = true)],
size_threshold = 400 * 2^10,
size_threshold_warn = 300 * 2^10,
),
build = builddir,
sitename = "QuantumOptics.jl",
Expand Down

0 comments on commit dbbd91a

Please sign in to comment.