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

This commit is contained in:
Ashley Whetter 2020-08-31 22:07:51 -07:00
parent 0667de4037
commit 9a5f22d7d6

View File

@ -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",
]