diff --git a/docs/conf.py b/docs/conf.py index 27ebf1f..44df6ea 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,7 +47,7 @@ 'sphinx.ext.autosummary', ] -autodoc_default_flags = ['members'] +autodoc_default_flags = ['special-members'] autosummary_generate = True # Add any paths that contain templates here, relative to this directory.