]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Install graphviz 47505/head
authorDavid Galloway <dgallowa@redhat.com>
Mon, 8 Aug 2022 19:50:47 +0000 (15:50 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Mon, 8 Aug 2022 20:14:38 +0000 (16:14 -0400)
Fixes `WARNING: dot command 'dot' cannot be run (needed for graphviz output), check the graphviz_dot setting`

Signed-off-by: David Galloway <dgallowa@redhat.com>
.readthedocs.yml

index 361c664fa22cd3864522af8e91c11e9722fd0cb0..8fcdfee9326671c4f0fff44f500b6d4ab2acc5ed 100644 (file)
@@ -14,6 +14,7 @@ build:
     python: "3.8"
   apt_packages:
     - ditaa
+    - graphviz
   jobs:
     pre_build:
       - bash admin/rtd-checkout-main