Skip to content

Commit 7de4f39

Browse files
docs: ignore HTML size threshold for API/problems.md
1 parent 012056c commit 7de4f39

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/make.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ makedocs(sitename = "ModelingToolkit.jl",
3737
assets = ["assets/favicon.ico"],
3838
mathengine,
3939
canonical = "https://docs.sciml.ai/ModelingToolkit/stable/",
40-
prettyurls = (get(ENV, "CI", nothing) == "true")),
40+
prettyurls = (get(ENV, "CI", nothing) == "true"),
41+
# This page gets especially big with all the problem docstrings
42+
size_threshold_ignore = ["API/problems.md"]),
4143
pages = pages)
4244

4345
deploydocs(repo = "github.com/SciML/ModelingToolkit.jl.git";

0 commit comments

Comments
 (0)