summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoyan Karatotev <boyan.karatotev@arm.com>2023-02-27 15:01:58 +0000
committerBoyan Karatotev <boyan.karatotev@arm.com>2023-02-27 15:01:58 +0000
commit65982a94ef113d5d652d8e1a521b219be75fca42 (patch)
treead8fbf6f880c634f6fda003d5e13b4c5a9219902
parent3aa919eb278e7e0b23742ea043d79e1b1f1d75c6 (diff)
downloadarm-trusted-firmware-65982a94ef113d5d652d8e1a521b219be75fca42.tar.gz
fix(docs): add plantuml as a dependency
This wasn't listed on the web interface configuration. Perhaps it came preloaded. Anyway, it's needed for diagrams. Add it back. Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com> Change-Id: I20c1eb0e8d5abaa3533169dd9704cbd3b0eb06a5
-rw-r--r--.readthedocs.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 3663f377a..6e6fa8430 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -13,6 +13,8 @@ build:
os: ubuntu-22.04 # Ubuntu Jammy LTS
tools:
python: "3.10"
+ apt_packages:
+ - plantuml
python:
install: