From: Igor Ryzhov Date: Fri, 22 Dec 2023 14:08:43 +0000 (+0200) Subject: doc: add graphiz dependency for dev docs X-Git-Tag: base_10.0~172^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=4907ce966b6b2c68860dcca150fd4c2359bf10ca;p=matthieu%2Ffrr.git 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 --- diff --git a/doc/developer/.readthedocs.yaml b/doc/developer/.readthedocs.yaml index 891c5a0415..90ee5c7677 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: