aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2023-12-07 13:53:46 +0100
committerthmsdt <thomas.kulik@telekom.de>2023-12-07 16:02:24 +0100
commitc5cdaf46f0c414ad2be7efcc4b792e9d3d9c51eb (patch)
tree055ee27cf068651eef7b55cf4d0ebf369c78d8d4
parentb1a0103760fdee36c958210c73a1d774658238dc (diff)
[DOC] Fix graphviz issue in ReadTheDocs
Added the graphviz package. Issue-ID: DOC-821 Change-Id: I1d82cbf07f9e4c8dc90b69650ea493a94554160e Signed-off-by: thmsdt <thomas.kulik@telekom.de>
-rw-r--r--.readthedocs.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 540143f27f..78491afc51 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -10,6 +10,8 @@ build:
os: ubuntu-20.04
tools:
python: "3.8"
+ apt_packages:
+ - graphviz
python:
install: