File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,8 @@ makedocs(
13
13
# Deploy built documentation from Travis.
14
14
# =======================================
15
15
16
- # Needs to install an additional dep, mkdocs-material, so provide a custom `deps`.
17
- custom_deps () = run (` pip install --user pygments mkdocs mkdocs-material` )
18
-
19
16
deploydocs (
20
17
# options
21
- deps = custom_deps ,
18
+ deps = Deps . pip ( " mkdocs " , " python-markdown-math " ) ,
22
19
repo = " github.com/KristofferC/BlockArrays.jl.git"
23
20
)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ extra_css:
9
9
- assets/Documenter.css
10
10
11
11
extra_javascript :
12
- - https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML
12
+ - https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
13
13
- assets/mathjaxhelper.js
14
14
15
15
markdown_extensions :
You can’t perform that action at this time.
0 commit comments