mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-04 12:00:16 +00:00
One day I'll learn to run black before pushing...
This commit is contained in:
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…
Reference in New Issue
Block a user