]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
fix(docs): add plantuml as a dependency
authorBoyan Karatotev <boyan.karatotev@arm.com>
Mon, 27 Feb 2023 15:01:58 +0000 (15:01 +0000)
committerBoyan Karatotev <boyan.karatotev@arm.com>
Mon, 27 Feb 2023 15:01:58 +0000 (15:01 +0000)
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

.readthedocs.yaml

index 3663f377af478f1739645e184bc77344eb31d18b..6e6fa8430d4caacaf980fec69e0ba8b103edb64d 100644 (file)
@@ -13,6 +13,8 @@ build:
   os: ubuntu-22.04 # Ubuntu Jammy LTS
   tools:
     python: "3.10"
+  apt_packages:
+    - plantuml
 
 python:
   install: