modules for backward compatibility
Unknown Field: copyright | |
Copyright 2007-2022 by the Sphinx team, see AUTHORS. | |
Unknown Field: license | |
BSD, see LICENSE for details. |
Function | register​_application​_for​_autosummary |
Register application object to autosummary module. |
Function | setup |
Undocumented |
Register application object to autosummary module.
Since Sphinx-1.7, documenters and attrgetters are registered into application object. As a result, the arguments of get_documenter() has been changed. To keep compatibility, this handler registers application object to the module.
Parameters | |
app:Sphinx | Undocumented |