Remove mathjax_path override (#534)

* Remove mathjax_path override

* Re-remove mathjax_path override
This commit is contained in:
Jesse Tan 2017-12-30 20:45:16 +01:00 committed by Aaron Carlisle
parent 06e0a43333
commit 124e61ce8f

View File

@ -42,9 +42,6 @@ extensions = [
# Do not warn about external images (status badges in README.rst)
suppress_warnings = ['image.nonlocal_uri']
# Math
mathjax_path = "http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']