mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-04 12:00:16 +00:00
Corrected autoapi_options default value
This commit is contained in:
parent
ea150af1da
commit
8b9f0c23b5
@ -74,7 +74,15 @@ Customisation Options
|
||||
|
||||
.. confval:: autoapi_options
|
||||
|
||||
Default: ``['members', 'undoc-members', 'private-members', 'show-inheritance', 'special-members']``
|
||||
Default: [
|
||||
``'members'``,
|
||||
``'undoc-members'``,
|
||||
``'private-members'``,
|
||||
``'show-inheritance'``,
|
||||
``'show-module-summary'``,
|
||||
``'special-members'``,
|
||||
``'imported-members'``,
|
||||
]
|
||||
|
||||
Options for display of the generated documentation.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user