jinjaapidoc

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 to gendoc.main().

Parameters:app (sphinx.application.Sphinx) – the sphinx app
Returns:None
Return type:None
Raises:None