Add Napoleon extension to support Google docstrings (#3920)

This commit is contained in:
Adam J. Stewart 2017-04-20 10:32:21 -05:00 committed by Todd Gamblin
parent beeca6bb54
commit 21e4a81de0

View File

@ -134,6 +134,7 @@
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.graphviz',
'sphinx.ext.napoleon',
'sphinx.ext.todo',
'sphinxcontrib.programoutput']