From: David Galloway Date: Mon, 8 Aug 2022 19:50:47 +0000 (-0400) Subject: doc: Install graphviz X-Git-Tag: v18.0.0~316^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F47505%2Fhead;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 --- 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