Skip to content

Commit

Permalink
Specify hidden class methods to be included
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jan 10, 2024
1 parent df10ad5 commit c730999
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@
autodoc_default_options = {
'undoc-members': False,
}
apipages_hidden_methods = [
'__call__',
'__eq__',
'__lt__',
'__le__',
'__gt__',
'__ge__',
'__repr__',
'__str__',
]


# HTML --------------------------------------------------------------------
html_theme = 'sphinx_audeering_theme'
Expand Down

0 comments on commit c730999

Please sign in to comment.