SphinxΒΆ

Sphinx extension to automatically render BPMN graphs of Flows.

Viewflow-Extensions comes with a Sphinx extensions that render BPMN graphs as SVG and automatically attaches them to the documentation of each flow.

To enable this feature simply add viewflow_extensions.sphinx to your Sphinx configuration.

Example:

extensions = [
    'sphinx.ext.autodoc',
    # ...
    'viewflow_extensions.sphinx',
]

Note

This extensions requires graphviz to be installed as well as the Sphinx extension sphinx.ext.autodoc to be enabled.