Skip to content

Commit 4903f4e

Browse files
authored
Merge pull request #57 from bastikr/mathjax
Switch from pngmath to mathjax do display formulas in docs.
2 parents 1d635fd + b1206e8 commit 4903f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
# Add any Sphinx extension module names here, as strings. They can be extensions
2424
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
25-
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.pngmath', 'sphinx.ext.inheritance_diagram']
25+
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.mathjax', 'sphinx.ext.inheritance_diagram']
2626

2727
# Add any paths that contain templates here, relative to this directory.
2828
templates_path = ['.templates']

0 commit comments

Comments
 (0)