Skip to content

Commit 90d0307

Browse files
authored
Merge pull request #43 from elbeejay/doc-mathjax
switch to mathjax for docs math
2 parents e485471 + a875086 commit 90d0307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
'sphinx.ext.autosummary',
4040
'sphinx.ext.napoleon',
4141
'sphinx.ext.graphviz',
42-
'sphinx.ext.imgmath',
42+
'sphinx.ext.mathjax',
4343
'sphinx.ext.githubpages',
4444
'matplotlib.sphinxext.plot_directive',
4545
'sphinx.ext.viewcode',

0 commit comments

Comments
 (0)