summaryrefslogtreecommitdiff
path: root/doc/sphinx/ext_mathjax.py
blob: 2dee81188a22dec8f13e252bfa2873e81528efcb (plain)
1
2
3
4
5
6
7
8
9
10
11
# Sphinx extensions for generating HTML output

extensions = ['sphinx.ext.autodoc',
              'sphinx.ext.extlinks',
              'sphinx.ext.intersphinx',
              'sphinx.ext.mathjax',
              'sphinx.ext.napoleon',
              'sphinx.ext.todo',
              'IPython.sphinxext.ipython_console_highlighting',
#              'jupyter_sphinx',
              'sphinx_gallery.gen_gallery']