Skip to content

Commit 6bac00a

Browse files
committed
modernize doc gen
1 parent e60d0b1 commit 6bac00a

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

docs/make.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@ makedocs(
1313
# Deploy built documentation from Travis.
1414
# =======================================
1515

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-
1916
deploydocs(
2017
# options
21-
deps = custom_deps,
18+
deps = Deps.pip("mkdocs", "python-markdown-math"),
2219
repo = "github.com/KristofferC/BlockArrays.jl.git"
2320
)

docs/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ extra_css:
99
- assets/Documenter.css
1010

1111
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
1313
- assets/mathjaxhelper.js
1414

1515
markdown_extensions:

0 commit comments

Comments
 (0)