We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
API/problems.md
1 parent 012056c commit 7de4f39Copy full SHA for 7de4f39
docs/make.jl
@@ -37,7 +37,9 @@ makedocs(sitename = "ModelingToolkit.jl",
37
assets = ["assets/favicon.ico"],
38
mathengine,
39
canonical = "https://docs.sciml.ai/ModelingToolkit/stable/",
40
- prettyurls = (get(ENV, "CI", nothing) == "true")),
+ prettyurls = (get(ENV, "CI", nothing) == "true"),
41
+ # This page gets especially big with all the problem docstrings
42
+ size_threshold_ignore = ["API/problems.md"]),
43
pages = pages)
44
45
deploydocs(repo = "github.com/SciML/ModelingToolkit.jl.git";
0 commit comments