[docs] convert to built-in Napoleon Sphinx extension
available in Sphinx v1.3+
This commit is contained in:
parent
aa050e9fe4
commit
7916ea8f5c
@ -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"]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user