more_autodoc

sphinx_toolbox.more_autodoc can be enabled by adding the following to the extensions variable in your conf.py:

extensions = [
    ...
    'sphinx_toolbox.more_autodoc',
    ]

Alternatively, the following features can be enabled individually:


setup(app)[source]

Setup sphinx_toolbox.more_autodoc.

Parameters

app (Sphinx) – The Sphinx application.

Return type

SphinxExtMetadata