[Doc] conf.py - add napoleon docstring parser extension support

This commit is contained in:
Chris Simpkins 2018-10-10 14:12:16 -04:00
parent 56ac60e761
commit 7de4e9409a
No known key found for this signature in database
GPG Key ID: 0D0218A71C9DEB09

View File

@ -30,7 +30,7 @@ needs_sphinx = "1.3"
# 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", "sphinxcontrib.napoleon"]
autodoc_mock_imports = ["gtk"]