|
@@ -36,6 +36,7 @@ extensions = [
|
|
|
'sphinx.ext.coverage',
|
|
'sphinx.ext.coverage',
|
|
|
]
|
|
]
|
|
|
autosummary_generate = True
|
|
autosummary_generate = True
|
|
|
|
|
+autodoc_default_flags = ['members']
|
|
|
|
|
|
|
|
# Add any paths that contain templates here, relative to this directory.
|
|
# Add any paths that contain templates here, relative to this directory.
|
|
|
templates_path = ['_templates']
|
|
templates_path = ['_templates']
|