Skip to content

Commit 63d9c03

Browse files
committed
connect skip function
1 parent 52bed5a commit 63d9c03

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
@@ -60,6 +60,11 @@
6060

6161
autoclass_content = "class"
6262

63+
64+
def setup(app):
65+
app.connect("autodoc-skip-member", sphinx_compas2_theme.skip)
66+
67+
6368
# autosummary options
6469

6570
autosummary_generate = True

0 commit comments

Comments
 (0)