Skip to content

Commit bd95daf

Browse files
Update make.jl
1 parent ec3e7fe commit bd95daf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ makedocs(
103103
canonical = "https://docs.sciml.ai/DiffEqDocs/stable/"),
104104
sitename = "DifferentialEquations.jl",
105105
authors = "Chris Rackauckas",
106-
pages = pages)
106+
pages = pages,
107+
size_threshold = 500 * 2^10)
107108

108109
#Redirect old links
109110
# cd(joinpath(@__DIR__, "build")) do

0 commit comments

Comments
 (0)