Skip to content

Commit

Permalink
connect skip function
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Feb 1, 2024
1 parent 52bed5a commit 63d9c03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@

autoclass_content = "class"


def setup(app):
app.connect("autodoc-skip-member", sphinx_compas2_theme.skip)


# autosummary options

autosummary_generate = True
Expand Down

0 comments on commit 63d9c03

Please sign in to comment.