One day I'll learn to run black before pushing...

pull/245/head v1.5.0
Ashley Whetter 4 years ago
parent 0667de4037
commit 9a5f22d7d6

@ -20,11 +20,11 @@ autoapi_type = "python"
autoapi_dirs = ["example"]
autoapi_python_class_content = "both"
autoapi_options = [
'members',
'undoc-members', # this is temporary until we add docstrings across the codebase
'show-inheritance',
'show-module-summary',
'special-members',
'imported-members',
'inherited-members',
"members",
"undoc-members", # this is temporary until we add docstrings across the codebase
"show-inheritance",
"show-module-summary",
"special-members",
"imported-members",
"inherited-members",
]

Loading…
Cancel
Save