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

add nbsphinx

parent 9b1313a5
...@@ -34,13 +34,15 @@ release = '0.0.1beta' ...@@ -34,13 +34,15 @@ release = '0.0.1beta'
# Add any Sphinx extension module names here, as strings. They can be # Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones. # ones.
extensions = ["recommonmark", extensions = [
"sphinx_copybutton", "nbsphinx",
"sphinx.ext.autodoc", "recommonmark",
"sphinx.ext.napoleon", "sphinx_copybutton",
"sphinx.ext.viewcode", "sphinx.ext.autodoc",
"sphinx.ext.mathjax", "sphinx.ext.napoleon",
] "sphinx.ext.viewcode",
"sphinx.ext.mathjax",
]
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] templates_path = ['_templates']
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment