Skip to content

Commit 18d5db8

Browse files
author
Matt Riedemann
committed
Add graphviz package to general list for building docs
A few projects are now gating on docs not having warnings/errors in them during the docs build with sphinx, so developers are going to want to be able to run 'tox -e docs' locally and fix issues. The graphviz package is used by sphinx when building docs but you have to get it from the distro, so this change adds the package to the various distro lists. Closes-Bug: #1359749 Change-Id: I7b7dee5e5d0dce6d5020b3e711f500118be163f8
1 parent 89a263b commit 18d5db8

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

files/apts/general

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ wget
77
psmisc
88
gcc
99
git
10+
graphviz # testonly - docs
1011
lsof # useful when debugging
1112
openssh-server
1213
openssl

files/rpms-suse/general

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ curl
55
euca2ools
66
gcc
77
git-core
8+
graphviz # testonly - docs
89
iputils
910
libopenssl-devel # to rebuild pyOpenSSL if needed
1011
lsof # useful when debugging

files/rpms/general

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ dbus
44
euca2ools # only for testing client
55
gcc
66
git-core
7+
graphviz # testonly - docs
78
openssh-server
89
openssl
910
openssl-devel # to rebuild pyOpenSSL if needed

0 commit comments

Comments
 (0)