From 7e25c03697695aba1f9fb9d8d9a6ecc7da7aa5ae Mon Sep 17 00:00:00 2001 From: David Galloway Date: Mon, 8 Aug 2022 15:50:47 -0400 Subject: [PATCH] doc: Install graphviz Fixes `WARNING: dot command 'dot' cannot be run (needed for graphviz output), check the graphviz_dot setting` Signed-off-by: David Galloway --- .readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 361c664fa22cd..8fcdfee932667 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -14,6 +14,7 @@ build: python: "3.8" apt_packages: - ditaa + - graphviz jobs: pre_build: - bash admin/rtd-checkout-main -- 2.39.5