mirror of
https://github.com/apache/nuttx.git
synced 2026-05-11 07:48:59 +08:00
16aca58275
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>
23 lines
388 B
TOML
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 = "*"
|