From cf7ebde5f84fd5d849c3b68af28c884499841319 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 22 Mar 2008 20:44:13 +0000 Subject: [PATCH] Mention docutils version requirement. --- doc/intro.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/intro.rst b/doc/intro.rst index f28c0216f..897b8f430 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -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