Skip to content

Commit e018682

Browse files
committed
DOC: Use mathjax instead of imgmath
imgmath renders LaTeX to the far right of the page. This is not what we want. Instead we tried mathjax that renders to the correct location.
1 parent 7c807f7 commit e018682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
extensions = [
3333
'sphinx.ext.autodoc',
3434
'numpydoc',
35-
'sphinx.ext.imgmath',
35+
'sphinx.ext.mathjax',
3636
]
3737

3838
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)