[openstack-sahara/el6-icehouse] changing sphinx-build for rhel6

Michael McCune mimccune at fedoraproject.org
Fri May 2 20:55:46 UTC 2014


commit 685ee31b7430632cff764bd09e48e77e0c6157bd
Author: Michael McCune <mimccune at redhat.com>
Date:   Fri May 2 16:55:36 2014 -0400

    changing sphinx-build for rhel6
    
    * changing sphinx-build to sphinx-1.0-build

 openstack-sahara.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/openstack-sahara.spec b/openstack-sahara.spec
index d2f71fb..89beb12 100644
--- a/openstack-sahara.spec
+++ b/openstack-sahara.spec
@@ -123,7 +123,7 @@ export PYTHONPATH=$PWD:${PYTHONPATH}
 # Note: json warnings likely resolved w/ pygments 1.5 (not yet in Fedora)
 # make doc build compatible with python-oslo-sphinx RPM
 sed -i 's/oslosphinx/oslo.sphinx/' doc/source/conf.py
-sphinx-build doc/source html
+sphinx-1.0-build doc/source html
 rm -rf html/.{doctrees,buildinfo}
 
 


More information about the scm-commits mailing list