Commit c5ed2280 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

add nbsphinx

parent 9b1313a5
Loading
Loading
Loading
Loading
+9 −7
Original line number Diff line number Diff line
@@ -34,7 +34,9 @@ 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",
extensions = [
    "nbsphinx",
    "recommonmark",
    "sphinx_copybutton",
    "sphinx.ext.autodoc",
    "sphinx.ext.napoleon",