[pypy-svn] pypy documentation-cleanup: Say which version of sphinx is needed.

lac commits-noreply at bitbucket.org
Thu Apr 28 18:49:51 CEST 2011


Author: Laura Creighton <lac at openend.se>
Branch: documentation-cleanup
Changeset: r43735:858eaea3c688
Date: 2011-04-28 18:49 +0200
http://bitbucket.org/pypy/pypy/changeset/858eaea3c688/

Log:	Say which version of sphinx is needed.

diff --git a/pypy/doc/getting-started-python.rst b/pypy/doc/getting-started-python.rst
--- a/pypy/doc/getting-started-python.rst
+++ b/pypy/doc/getting-started-python.rst
@@ -10,7 +10,7 @@
 `CPythons core language regression tests`_ and comes with many of the extension
 modules included in the standard library including ``ctypes``. It can run large
 libraries such as Django_ and Twisted_. There are some small behavioral
-differences to CPython and some missing extensions, for details see `CPython
+differences with CPython and some missing extensions, for details see `CPython
 differences`_.
 
 .. _Django: http://djangoproject.com
@@ -58,7 +58,7 @@
    * ``libexpat1-dev`` (for the optional ``pyexpat`` module)
    * ``libssl-dev`` (for the optional ``_ssl`` module)
    * ``libgc-dev`` (for the Boehm garbage collector: only needed when translating with `--opt=0, 1` or `size`)
-   * ``python-sphinx`` (for the optional documentation build)
+   * ``python-sphinx`` (for the optional documentation build.  You need version 1.0.7 or later)
    * ``python-greenlet`` (for the optional stackless support in interpreted mode/testing)
 
 2. Translation is somewhat time-consuming (30 min to


More information about the Pypy-commit mailing list