diff --git a/docs/conf.py b/docs/conf.py index 26a9534f..4077f3c9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,6 +47,7 @@ html_static_path = ['_static'] autodoc_default_options = { + 'members': True, 'private-members': True, 'special-members': '__init__,__call__,__getitem__,__iter__,__aiter__,__next__,__anext__', 'inherited-members': True,