Was this page helpful?
DiagramsΒΆ
The documentation toolchain supports rendering diagrams and charts using Mermaid, a library designed for creating sequence diagrams, flowcharts, and other visualizations.
Using:
.. mermaid ::
   graph TD
   A --> B
   B -- Label --> C
Renders:
        graph TD
A --> B
B -- Label --> C
    For more details, refer to the sphinxcontrib-mermaid documentation.