Skip to content

Commit 44b712a

Browse files
committed
don't change mathengine
1 parent 2818750 commit 44b712a

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

docs/make.jl

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@ using Documenter, ModelingToolkit
22

33
include("pages.jl")
44

5-
mathengine = MathJax3(Dict(:loader => Dict("load" => ["[tex]/require", "[tex]/mathtools"]),
6-
:tex => Dict("inlineMath" => [["\$", "\$"], ["\\(", "\\)"]],
7-
"packages" => [
8-
"base",
9-
"ams",
10-
"autoload",
11-
"mathtools",
12-
"require",
13-
])))
14-
155
makedocs(sitename = "ModelingToolkit.jl",
166
authors = "Chris Rackauckas",
177
modules = [ModelingToolkit],
@@ -27,8 +17,7 @@ makedocs(sitename = "ModelingToolkit.jl",
2717
format = Documenter.HTML(; analytics = "UA-90474609-3",
2818
assets = ["assets/favicon.ico"],
2919
canonical = "https://mtk.sciml.ai/stable/",
30-
prettyurls = (get(ENV, "CI", nothing) == "true"),
31-
mathengine),
20+
prettyurls = (get(ENV, "CI", nothing) == "true")),
3221
pages = pages)
3322

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

0 commit comments

Comments
 (0)