Allow numpy style docstring with sphinx

This commit is contained in:
Etienne Dumur 2020-07-27 08:19:25 +02:00
parent 85378004ef
commit 16ae3fb510
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import pyqtgraph
# 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', 'sphinx.ext.napoleon']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']