From 4907ce966b6b2c68860dcca150fd4c2359bf10ca Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Fri, 22 Dec 2023 16:08:43 +0200 Subject: [PATCH] doc: add graphiz dependency for dev docs There's a graph in cli.rst that needs graphviz to be built. Signed-off-by: Igor Ryzhov --- doc/developer/.readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/developer/.readthedocs.yaml b/doc/developer/.readthedocs.yaml index 891c5a041528..90ee5c767729 100644 --- a/doc/developer/.readthedocs.yaml +++ b/doc/developer/.readthedocs.yaml @@ -6,6 +6,8 @@ build: os: ubuntu-22.04 tools: python: "3.11" + apt_packages: + - graphviz python: install: