summaryrefslogtreecommitdiff
path: root/pavement.py
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-04-05 08:59:18 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-04-05 08:59:18 +0000
commit9fed0f5ce301cdaea1b5b9eafdce42b7a2eeb2b1 (patch)
tree72aff5755baa49b1070aeaa8357f928b76c0e433 /pavement.py
parent30bf5ec780ab7145dee1dc12e7e121178b763573 (diff)
downloadnumpy-9fed0f5ce301cdaea1b5b9eafdce42b7a2eeb2b1.tar.gz
Depend on sphinx 0.6.1 now for building numpy doc.
Diffstat (limited to 'pavement.py')
-rw-r--r--pavement.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pavement.py b/pavement.py
index 3861158db..83c1861bc 100644
--- a/pavement.py
+++ b/pavement.py
@@ -126,7 +126,7 @@ MPKG_PYTHON = {"25": "/Library/Frameworks/Python.framework/Versions/2.5/bin/pyth
"26": "/Library/Frameworks/Python.framework/Versions/2.6/bin/python"}
options(sphinx=Bunch(builddir="build", sourcedir="source", docroot='doc'),
- virtualenv=Bunch(script_name=BOOTSTRAP_SCRIPT,packages_to_install=["sphinx==0.5.1"]),
+ virtualenv=Bunch(script_name=BOOTSTRAP_SCRIPT,packages_to_install=["sphinx==0.6.1"]),
wininst=Bunch(pyver="2.5", scratch=True))
# Bootstrap stuff