jinjaapidoc¶
Submodules¶
Module contents¶
Functions¶
setup(app) |
Setup the sphinx extension |
-
jinjaapidoc.setup(app)[source]¶ Setup the sphinx extension
This will setup autodoc and autosummary. Add the
ext.ModDocstringDocumenter. Add the config values. Connect builder-inited event togendoc.main().Parameters: app ( sphinx.application.Sphinx) – the sphinx appReturns: None Return type: None Raises: None