mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-17 21:25:35 +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_dirs = ["example"]
|
||||||
autoapi_python_class_content = "both"
|
autoapi_python_class_content = "both"
|
||||||
autoapi_options = [
|
autoapi_options = [
|
||||||
'members',
|
"members",
|
||||||
'undoc-members', # this is temporary until we add docstrings across the codebase
|
"undoc-members", # this is temporary until we add docstrings across the codebase
|
||||||
'show-inheritance',
|
"show-inheritance",
|
||||||
'show-module-summary',
|
"show-module-summary",
|
||||||
'special-members',
|
"special-members",
|
||||||
'imported-members',
|
"imported-members",
|
||||||
'inherited-members',
|
"inherited-members",
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user