diff --git a/docs/source/.ipynb_checkpoints/conf-checkpoint.py b/docs/source/.ipynb_checkpoints/conf-checkpoint.py index 590d36f..88e4008 100644 --- a/docs/source/.ipynb_checkpoints/conf-checkpoint.py +++ b/docs/source/.ipynb_checkpoints/conf-checkpoint.py @@ -58,7 +58,7 @@ 'sphinx.ext.viewcode', # Add links to highlighted source code 'sphinx.ext.autodoc', # Automatically document from docstrings # 'sphinx.ext.intersphinx', # Link to other project’s documentation - # 'sphinx.ext.mathjax', # For rendering LaTeX-style math + 'sphinx.ext.mathjax', # For rendering LaTeX-style math # 'sphinx.ext.githubpages', # "sphinx_wagtail_theme", ] diff --git a/docs/source/conf.py b/docs/source/conf.py index 590d36f..88e4008 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -58,7 +58,7 @@ 'sphinx.ext.viewcode', # Add links to highlighted source code 'sphinx.ext.autodoc', # Automatically document from docstrings # 'sphinx.ext.intersphinx', # Link to other project’s documentation - # 'sphinx.ext.mathjax', # For rendering LaTeX-style math + 'sphinx.ext.mathjax', # For rendering LaTeX-style math # 'sphinx.ext.githubpages', # "sphinx_wagtail_theme", ]