Skip to content

Commit bae5a85

Browse files
committed
Use Napoleon to parse Google-style docstrings
1 parent 5f5f6d9 commit bae5a85

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@
3131
# Add any Sphinx extension module names here, as strings. They can be
3232
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3333
# ones.
34-
extensions = ['sphinx.ext.githubpages', 'sphinx.ext.autodoc']
34+
extensions = [
35+
'sphinx.ext.githubpages',
36+
'sphinx.ext.autodoc',
37+
'sphinx.ext.napoleon',
38+
]
3539

3640
# Add any paths that contain templates here, relative to this directory.
3741
templates_path = ['_templates']

0 commit comments

Comments
 (0)