diff options
author | Ralf Gommers <ralf.gommers@googlemail.com> | 2012-05-04 21:49:27 +0200 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@googlemail.com> | 2012-05-04 21:49:27 +0200 |
commit | d609dffc97c024eb1c827a7da3e4f5098cf48b1e (patch) | |
tree | f7fc478555893b7b588a83cf76c34613268ba382 /doc | |
parent | 259fff8f08dabd8198d2ec0f5abe99a05a5477d5 (diff) | |
download | numpy-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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HOWTO_RELEASE.rst.txt | 2 |
1 files changed, 1 insertions, 1 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 |