[DOC] Fix graphviz issue in ReadTheDocs 62/136762/6
authorthmsdt <thomas.kulik@telekom.de>
Thu, 7 Dec 2023 12:53:46 +0000 (13:53 +0100)
committerthmsdt <thomas.kulik@telekom.de>
Thu, 7 Dec 2023 15:02:24 +0000 (16:02 +0100)
Added the graphviz package.

Issue-ID: DOC-821

Change-Id: I1d82cbf07f9e4c8dc90b69650ea493a94554160e
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
.readthedocs.yaml

index 540143f..78491af 100644 (file)
@@ -10,6 +10,8 @@ build:
   os: ubuntu-20.04
   tools:
     python: "3.8"
+  apt_packages:
+    - graphviz
 
 python:
    install: