diff --git a/docs/conf.py b/docs/conf.py index 6fd6285..c7b6e78 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,7 +33,11 @@ htmlhelp_basename = 'agatestatsdoc' -autodoc_member_order = 'bysource' +autodoc_default_options = { + 'members': None, + 'member-order': 'bysource', + 'show-inheritance': True, +} intersphinx_mapping = { 'python': ('https://docs.python.org/3', None),