From: David Galloway Date: Mon, 8 Aug 2022 19:50:47 +0000 (-0400) Subject: doc: Install graphviz X-Git-Tag: v16.2.11~165^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1ef78f76d19f56415e4a27ff8a59bdb6b3f60a9f;p=ceph.git 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) --- 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