diff options
author | thmsdt <thomas.kulik@telekom.de> | 2023-12-07 13:53:46 +0100 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2023-12-07 16:02:24 +0100 |
commit | c5cdaf46f0c414ad2be7efcc4b792e9d3d9c51eb (patch) | |
tree | 055ee27cf068651eef7b55cf4d0ebf369c78d8d4 | |
parent | b1a0103760fdee36c958210c73a1d774658238dc (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.yaml | 2 |
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: |