summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@googlemail.com>2012-05-04 21:49:27 +0200
committerRalf Gommers <ralf.gommers@googlemail.com>2012-05-04 21:49:27 +0200
commitd609dffc97c024eb1c827a7da3e4f5098cf48b1e (patch)
treef7fc478555893b7b588a83cf76c34613268ba382
parent259fff8f08dabd8198d2ec0f5abe99a05a5477d5 (diff)
downloadnumpy-d609dffc97c024eb1c827a7da3e4f5098cf48b1e.tar.gz
REL: change Sphinx version in release script to 1.1.3.
Version 1.0.4 was used till now, but has become too old. New version gives far fewer warnings and thereby increases the reference guide with O(100) pages that previously got lost. Also update current Cython version number.
-rw-r--r--doc/HOWTO_RELEASE.rst.txt2
-rw-r--r--pavement.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/HOWTO_RELEASE.rst.txt b/doc/HOWTO_RELEASE.rst.txt
index 50b82ac8b..6fd33e868 100644
--- a/doc/HOWTO_RELEASE.rst.txt
+++ b/doc/HOWTO_RELEASE.rst.txt
@@ -74,7 +74,7 @@ each platform. At the moment this means:
Cython is not needed for building the binaries, because generated C files from
Cython sources are checked in at the moment. It is worth keeping an eye on what
Cython versions have been used to generate all current C files, it should be
-the same and most recent version (0.12.1 as of now).
+the same and most recent version (0.16 as of now).
Fortran: on OS X gfortran from `this site <http://r.research.att.com/tools/>`_
is used. On Windows g77 (included in MinGW) is the current default, in the future
diff --git a/pavement.py b/pavement.py
index afb177279..b79a601be 100644
--- a/pavement.py
+++ b/pavement.py
@@ -115,7 +115,7 @@ SUPERPACK_BUILD = 'build-superpack'
SUPERPACK_BINDIR = os.path.join(SUPERPACK_BUILD, 'binaries')
options(bootstrap=Bunch(bootstrap_dir="bootstrap"),
- virtualenv=Bunch(packages_to_install=["sphinx==1.0.4", "numpydoc"],
+ virtualenv=Bunch(packages_to_install=["sphinx==1.1.3", "numpydoc"],
no_site_packages=False),
sphinx=Bunch(builddir="build", sourcedir="source", docroot='doc'),
superpack=Bunch(builddir="build-superpack"),