Mention docutils version requirement.

This commit is contained in:
Georg Brandl 2008-03-22 20:44:13 +00:00
parent ab34a7dd71
commit cf7ebde5f8

View File

@ -17,7 +17,8 @@ Prerequisites
Sphinx needs at least **Python 2.4** to run. If you like to have source code
highlighting support, you must also install the Pygments_ library, which you can
do via setuptools' easy_install.
do via setuptools' easy_install. Also, you need docutils version 0.4 (not some
SVN trunk snapshot, because of incompatible API changes).
.. _reStructuredText: http://docutils.sf.net/rst.html
.. _Pygments: http://pygments.org