Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ptalou committed Mar 11, 2018
1 parent 6e1a613 commit 2901409
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx.ext.todo',
'sphinx.ext.autodoc',
'sphinx.ext.mathjax']
'nbsphinx',
'sphinx.ext.todo',
'sphinx.ext.autodoc',
'sphinx.ext.mathjax']

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

0 comments on commit 2901409

Please sign in to comment.