diff --git a/docs/conf.py b/docs/conf.py index 14742834..6bcf94a0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,7 +42,7 @@ master_doc = 'index' exclude_patterns = ['_build'] nitpicky = True -autodoc_default_flags = ['members'] +autodoc_default_options = {'members': None} # Format-Specific Options -----------------------------------------------------