From d0900e8862d35823399802cbd4d39e114608210c Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 10 Jul 2010 16:50:32 +0200 Subject: [PATCH] #465: update version requirement. --- doc/intro.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/intro.rst b/doc/intro.rst index 33f97a3f8..1a39e266c 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -45,13 +45,15 @@ See the :ref:`pertinent section in the FAQ list `. 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. Sphinx should work with docutils version 0.4 -or some (not broken) SVN trunk snapshot. +Sphinx needs at least **Python 2.4** to run, as well as the docutils_ and +Jinja2_ libraries. Sphinx should work with docutils version 0.5 or some +(not broken) SVN trunk snapshot. If you like to have source code highlighting +support, you must also install the Pygments_ library. .. _reStructuredText: http://docutils.sf.net/rst.html -.. _Pygments: http://pygments.org +.. _docutils: http://docutils.sf.net/ +.. _Jinja2: http://jinja.pocoo.org/2/ +.. _Pygments: http://pygments.org/ Usage