From c5cdaf46f0c414ad2be7efcc4b792e9d3d9c51eb Mon Sep 17 00:00:00 2001 From: thmsdt Date: Thu, 7 Dec 2023 13:53:46 +0100 Subject: [PATCH] [DOC] Fix graphviz issue in ReadTheDocs Added the graphviz package. Issue-ID: DOC-821 Change-Id: I1d82cbf07f9e4c8dc90b69650ea493a94554160e Signed-off-by: thmsdt --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) 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: -- 2.16.6