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