Skip to content

Commit

Permalink
Increase size threshold of HTML from default 200kiB to 1MiB
Browse files Browse the repository at this point in the history
  • Loading branch information
fhagemann committed Feb 5, 2024
1 parent 1c526ea commit a47ebf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ makedocs(
"LICENSE" => "LICENSE.md",
],
doctest = ("fixdoctests" in ARGS) ? :fix : true,
format = Documenter.HTML(canonical = "https://JuliaPhysics.github.io/SolidStateDetectors.jl/stable/", prettyurls = !("local" in ARGS)),
format = Documenter.HTML(canonical = "https://JuliaPhysics.github.io/SolidStateDetectors.jl/stable/", size_threshold = 1048576, prettyurls = !("local" in ARGS)),
linkcheck = ("linkcheck" in ARGS),
warnonly = ("nonstrict" in ARGS),
)
Expand Down

0 comments on commit a47ebf5

Please sign in to comment.