format_plugin_catalog_rst

Note

This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the Habitat Guide and Python API guide (v2.0) for usage.

format_plugin_catalog_rst(domain: str | None = None) → str[source]

Render plugin_catalog() as reStructuredText for the docs catalog.

Sphinx calls this at build time so the page cannot drift from the live constructor signatures (or legacy third-party params_model when set).