A Sphinx extension that renders diagrams using the Diagrams library, allowing you to define cloud system architecture diagrams as Python code within your documentation. Current version: 0.4.0, released February 2020. The project appears to be in maintenance mode with no recent updates.
pip install sphinx-diagramsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Enable the extension in Sphinx's conf.py and use the diagram directive in reStructuredText.
Use consistent indentation (usually 4 spaces) inside the diagram directive.
Add show=False to Diagram() constructor.
Pin diagrams library version or check compatibility before upgrade.