Skip to content

Commit 1f874c6

Browse files
committed
Add extensions
1 parent 351aef0 commit 1f874c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
2929
# ones.
3030
extensions = [
31+
'sphinx.ext.autodoc',
32+
'sphinx.ext.napoleon',
33+
'sphinx_autodoc_typehints',
34+
'sphinx.ext.viewcode',
35+
'sphinx.ext.intersphinx',
3136
]
3237

3338
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)