diff --git a/doc/conf.py b/doc/conf.py index b50375c..4e75c75 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -37,9 +37,9 @@ 'sphinx.ext.viewcode', ] autodoc_default_options = { - 'members': True, - 'inherited-members': True, - 'show-inheritance': True, + 'members': None, + 'inherited-members': None, + 'show-inheritance': None, } # Add any paths that contain templates here, relative to this directory.