[docs] convert to built-in Napoleon Sphinx extension

available in Sphinx v1.3+
This commit is contained in:
Chris Simpkins 2018-10-18 13:56:34 -04:00
parent aa050e9fe4
commit 7916ea8f5c
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 # 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 = ["sphinx.ext.autodoc", "sphinx.ext.viewcode", "sphinxcontrib.napoleon"] extensions = ["sphinx.ext.autodoc", "sphinx.ext.viewcode", "sphinx.ext.napoleon"]
autodoc_mock_imports = ["gtk"] autodoc_mock_imports = ["gtk"]