From 62acb540d1eeffa076d653c12e3e21b9ea508f92 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 (cherry picked from commit 7e25c03697695aba1f9fb9d8d9a6ecc7da7aa5ae) --- .readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 361c664fa22c..8fcdfee93266 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.47.3