[master 4/4] Add graphviz to make-sphinx-doc script

jkonecny12 installerbot-noreply at redhat.com
Mon Jul 27 08:13:42 UTC 2015


From: Jiri Konecny <jkonecny at redhat.com>

Without it the diagrams was not created.
---
 scripts/make-sphinx-docs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/make-sphinx-docs b/scripts/make-sphinx-docs
index 54c3aaa..7d00926 100755
--- a/scripts/make-sphinx-docs
+++ b/scripts/make-sphinx-docs
@@ -28,7 +28,7 @@ if [ -z "$DISPLAY" ]; then
 fi
 # Pass the script anything to skip re-initializing the chroot
 [ -z "$1" ] && mock -r $MOCKCFG --init
-mock -r $MOCKCFG -i anaconda-gui -i python3-sphinx -i python3-sphinx_rtd_theme -i ostree
+mock -r $MOCKCFG -i anaconda-gui -i python3-sphinx -i python3-sphinx_rtd_theme -i ostree -i graphviz
 mock -r $MOCKCFG --copyin $PWD /builddir/anaconda/
 # Note that DISPLAY is needed to make GTK happy, so this needs to be run from a system with a GUI
 mock -r $MOCKCFG --chroot "cd /builddir/anaconda/docs/; DISPLAY=$DISPLAY make -f Makefile.am html"


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/6939fb3c3006fdd8c3751b86550f18dd8026594d


More information about the anaconda-patches mailing list