docs/plantuml: Add PlantUML support to Documentation build

This commit adds support for PlantUML to the Documentation build
process. UML diagrams can be written in PlantUML syntax and then
rendered during the build process. Version control no longer needs to
track these UML diagrams as images, and we can modify them easily.

Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
This commit is contained in:
Matteo Golin
2026-02-10 16:58:41 -05:00
committed by Mateusz Szafoni
parent 37226646fc
commit 16aca58275
4 changed files with 587 additions and 306 deletions
+1
View File
@@ -19,3 +19,4 @@ sphinx-tags = "*"
sphinx-design = "*"
sphinx-collapse = "*"
MarkupSafe = "*"
sphinxcontrib-plantuml = "*"