[Python-checkins] r61757 - doctools/trunk/doc/intro.rst

georg.brandl python-checkins at python.org
Sat Mar 22 21:44:13 CET 2008


Author: georg.brandl
Date: Sat Mar 22 21:44:13 2008
New Revision: 61757

Modified:
   doctools/trunk/doc/intro.rst
Log:
Mention docutils version requirement.


Modified: doctools/trunk/doc/intro.rst
==============================================================================
--- doctools/trunk/doc/intro.rst	(original)
+++ doctools/trunk/doc/intro.rst	Sat Mar 22 21:44:13 2008
@@ -17,7 +17,8 @@
 
 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


More information about the Python-checkins mailing list