Corrected autoapi_options default value

This commit is contained in:
Ashley Whetter 2020-05-16 18:00:04 -07:00
parent ea150af1da
commit 8b9f0c23b5
2 changed files with 10 additions and 2 deletions

View File

@ -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.

View File

@ -52,7 +52,7 @@ commands =
[testenv:docs]
deps =
Sphinx~=2.4.0
Sphinx~=3.0.0
sphinx_rtd_theme
changedir = {toxinidir}/docs
commands =