Files
Matteo Golin 16aca58275 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>
2026-02-15 08:47:23 +01:00

23 lines
388 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
docutils = "==0.19"
myst-parser = "*"
sphinx_rtd_theme = "*"
Sphinx = "~=6.0"
sphinx-tabs = "*"
sphinx-autobuild = "*"
sphinx-copybutton = "*"
pytz = "*"
importlib-metadata = "*"
sphinx-tags = "*"
sphinx-design = "*"
sphinx-collapse = "*"
MarkupSafe = "*"
sphinxcontrib-plantuml = "*"