Skip to content

Commit d1b5613

Browse files
committed
build: add autodoc to sphinx extension list
Build python class docs for packaged docs.
1 parent 96452cd commit d1b5613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
5252
# ones.
5353
#extensions = ['toctree']
54-
extensions = ['sphinx_tabs.tabs']
54+
extensions = ['sphinx_tabs.tabs', 'sphinx.ext.autodoc']
5555

5656
sphinx_tabs_valid_builders = ['linkcheck']
5757
sphinx_tabs_disable_tab_closing = True

0 commit comments

Comments
 (0)