[Doc] conf.py - add napoleon docstring parser extension support
This commit is contained in:
parent
56ac60e761
commit
7de4e9409a
@ -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"]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user