diff --git a/docs/conf.py b/docs/conf.py index 1ae6cdb..b8400b9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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'