Skip to content

Commit 200b54f

Browse files
Merge pull request #509 from SciML/fix-documentation-bloat
Fix documentation bloat by forcing PNG plots
2 parents 68599d3 + 87ea0e0 commit 200b54f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/make.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ using Documenter, JumpProcesses
33
# Force PNG backend for plots to reduce file size
44
ENV["GKSwstype"] = "100" # Force GR to use PNG
55
using Plots
6-
png() # Set PNG as default backend
76

87
docpath = Base.source_dir()
98
assetpath = joinpath(docpath, "src", "assets")
@@ -27,8 +26,6 @@ makedocs(sitename = "JumpProcesses.jl", authors = "Chris Rackauckas", modules =
2726
canonical = "https://docs.sciml.ai/JumpProcesses/",
2827
prettyurls = (get(ENV, "CI", nothing) == "true"),
2928
mathengine,
30-
# Reduce output size by limiting example output
31-
example_size_threshold = 8192, # Limit examples to 8KB (was unlimited)
3229
edit_link = "master",
3330
repolink = "https://github.com/SciML/JumpProcesses.jl"),
3431
pages = pages)

0 commit comments

Comments
 (0)