summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
m---------doc/source/_static/scipy-mathjax0
-rw-r--r--doc/source/conf.py6
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/_static/scipy-mathjax b/doc/source/_static/scipy-mathjax
new file mode 160000
+Subproject 3d21c58225c09243d5a088b1557654d280925e0
diff --git a/doc/source/conf.py b/doc/source/conf.py
index bf2fbdce9..5ba7f70b8 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -83,11 +83,9 @@ extensions = [
'matplotlib.sphinxext.plot_directive',
'IPython.sphinxext.ipython_console_highlighting',
'IPython.sphinxext.ipython_directive',
- 'sphinx.ext.imgmath',
+ 'sphinx.ext.mathjax',
]
-imgmath_image_format = 'svg'
-
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -188,6 +186,8 @@ if 'sphinx.ext.pngmath' in extensions:
pngmath_use_preview = True
pngmath_dvipng_args = ['-gamma', '1.5', '-D', '96', '-bg', 'Transparent']
+mathjax_path = "scipy-mathjax/MathJax.js?config=scipy-mathjax"
+
plot_html_show_formats = False
plot_html_show_source_link = False