Add sphinx.ext.napoleon to read NumPyDoc docstrings

This commit is contained in:
David Vierra 2016-06-26 12:15:09 -10:00
parent 00318920de
commit 55b0dc9aae

View File

@ -26,7 +26,7 @@ sys.path.insert(0, os.path.abspath('extensions')) # extensions
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode']
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.napoleon']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']