Loading docs/source/conf.py +9 −7 Original line number Diff line number Diff line Loading @@ -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", Loading Loading
docs/source/conf.py +9 −7 Original line number Diff line number Diff line Loading @@ -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", Loading