Skip to content

Commit

Permalink
Increase size threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Mar 4, 2024
1 parent 0566357 commit 3726fdb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ using Documenter, AbstractAlgebra
# where `using AbstractAlgebra` is deliberately avoided.

makedocs(
format = Documenter.HTML(),
format = Documenter.HTML(;
size_threshold_warn = 204800,
size_threshold = 409600,
),
sitename = "AbstractAlgebra.jl",
modules = [AbstractAlgebra],
clean = true,
Expand Down

0 comments on commit 3726fdb

Please sign in to comment.