diff --git a/docs/source/conf.py b/docs/source/conf.py index f71aee7..b8de5f4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -52,10 +52,8 @@ # add autodoc default options autodoc_default_options = { - 'members': True, 'member-order': 'bysource', 'special-members': '__init__', - 'undoc-members': True, 'exclude-members': '__weakref__' }