diff --git a/docs/source/conf.py b/docs/source/conf.py index b823a2d58ae6e4f41607c0784b42e9f28d7cc25d..bb9fdaec1a9929627ac3b5cfd61b6b70fdb0095c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -34,13 +34,15 @@ release = '0.0.1beta' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = ["recommonmark", - "sphinx_copybutton", - "sphinx.ext.autodoc", - "sphinx.ext.napoleon", - "sphinx.ext.viewcode", - "sphinx.ext.mathjax", - ] +extensions = [ + "nbsphinx", + "recommonmark", + "sphinx_copybutton", + "sphinx.ext.autodoc", + "sphinx.ext.napoleon", + "sphinx.ext.viewcode", + "sphinx.ext.mathjax", +] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']