summaryrefslogtreecommitdiff
path: root/doc/intro.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-10 16:50:32 +0200
committerGeorg Brandl <georg@python.org>2010-07-10 16:50:32 +0200
commita7c3e3b004b6b82babde6f41413812b9ccd0946d (patch)
tree8661c06c9e38d32009e60e215868f817ed56d9ab /doc/intro.rst
parentd34c17b6ca90b4be3b24bf3dd087d285df518608 (diff)
downloadsphinx-a7c3e3b004b6b82babde6f41413812b9ccd0946d.tar.gz
#465: update version requirement.
Diffstat (limited to 'doc/intro.rst')
-rw-r--r--doc/intro.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/intro.rst b/doc/intro.rst
index 33f97a3f..1a39e266 100644
--- a/doc/intro.rst
+++ b/doc/intro.rst
@@ -45,13 +45,15 @@ See the :ref:`pertinent section in the FAQ list <usingwith>`.
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