Skip to content

Commit

Permalink
Merge pull request #14 from jupyter/fix-widgets
Browse files Browse the repository at this point in the history
Add a few extensions
  • Loading branch information
jdfreder committed Apr 14, 2016
2 parents 2ea2740 + 2296f06 commit 546974d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jupyter_sphinx_theme/__init__.py
Expand Up @@ -36,9 +36,11 @@ def init_theme():

extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.intersphinx',
'sphinx.ext.mathjax',
'nbsphinx'
'nbsphinx',
'IPython.sphinxext.ipython_console_highlighting',
]

html_sidebars = {
Expand Down

0 comments on commit 546974d

Please sign in to comment.