summaryrefslogtreecommitdiff
path: root/pavement.py
diff options
context:
space:
mode:
Diffstat (limited to 'pavement.py')
-rw-r--r--pavement.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pavement.py b/pavement.py
index c52402e99..ff0eabc74 100644
--- a/pavement.py
+++ b/pavement.py
@@ -104,7 +104,8 @@ SUPERPACK_BUILD = 'build-superpack'
SUPERPACK_BINDIR = os.path.join(SUPERPACK_BUILD, 'binaries')
options(bootstrap=Bunch(bootstrap_dir="bootstrap"),
- virtualenv=Bunch(packages_to_install=["sphinx", "numpydoc"], no_site_packages=True),
+ virtualenv=Bunch(packages_to_install=["sphinx==1.0.4", "numpydoc"],
+ no_site_packages=False),
sphinx=Bunch(builddir="build", sourcedir="source", docroot='doc'),
superpack=Bunch(builddir="build-superpack"),
installers=Bunch(releasedir="release",