Skip to content

Commit a47abe8

Browse files
committed
Added mathjax module to conf.py for mathematical formula
1 parent ec9f6d1 commit a47abe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# Add any Sphinx extension module names here, as strings. They can be
2929
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3030
# ones.
31-
extensions = []
31+
extensions = ['sphinx.ext.mathjax']
3232

3333
# Add any paths that contain templates here, relative to this directory.
3434
templates_path = ['_templates']

0 commit comments

Comments
 (0)