Skip to content

Commit 3a41084

Browse files
committed
activate sphinx autodoc
1 parent 4ddfd8a commit 3a41084

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
@@ -13,7 +13,11 @@
1313
# -- General configuration ---------------------------------------------------
1414
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
1515

16-
extensions = []
16+
extensions = [
17+
'sphinx.ext.autodoc',
18+
'sphinx.ext.napoleon',
19+
]
20+
1721

1822
templates_path = ['_templates']
1923
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

0 commit comments

Comments
 (0)