Skip to content

Commit 29b3c40

Browse files
committed
connect skip function
1 parent e0bdc0f commit 29b3c40

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
@@ -67,6 +67,11 @@
6767

6868
autoclass_content = "class"
6969

70+
71+
def setup(app):
72+
app.connect("autodoc-skip-member", sphinx_compas2_theme.skip)
73+
74+
7075
# autosummary options
7176

7277
autosummary_generate = True

0 commit comments

Comments
 (0)