From: thmsdt Date: Thu, 7 Dec 2023 12:53:46 +0000 (+0100) Subject: [DOC] Fix graphviz issue in ReadTheDocs X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=c5cdaf46f0c414ad2be7efcc4b792e9d3d9c51eb [DOC] Fix graphviz issue in ReadTheDocs Added the graphviz package. Issue-ID: DOC-821 Change-Id: I1d82cbf07f9e4c8dc90b69650ea493a94554160e Signed-off-by: thmsdt --- 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: