summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-10-30 10:24:57 +0100
committerGeorg Brandl <georg@python.org>2012-10-30 10:24:57 +0100
commit60969c6ffae286c22744b73f1f1abc6478bf71e7 (patch)
treea92afb756acd88aeb2a03076817b8cf82666d978
parenta55908165529296a6b18a6dccd20a0b9e1678b05 (diff)
downloadsphinx-60969c6ffae286c22744b73f1f1abc6478bf71e7.tar.gz
Update requirements documentation.
-rw-r--r--doc/intro.rst6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/intro.rst b/doc/intro.rst
index 5d76dd29..4d052c81 100644
--- a/doc/intro.rst
+++ b/doc/intro.rst
@@ -50,19 +50,15 @@ See the :ref:`pertinent section in the FAQ list <usingwith>`.
Prerequisites
-------------
-Sphinx needs at least **Python 2.4** or **Python 3.1** to run, as well as the
+Sphinx needs at least **Python 2.5** or **Python 3.1** to run, as well as the
docutils_ and Jinja2_ libraries. Sphinx should work with docutils version 0.7
or some (not broken) SVN trunk snapshot. If you like to have source code
highlighting support, you must also install the Pygments_ library.
-If you use **Python 2.4** you also need uuid_.
-
.. _reStructuredText: http://docutils.sf.net/rst.html
.. _docutils: http://docutils.sf.net/
.. _Jinja2: http://jinja.pocoo.org/
.. _Pygments: http://pygments.org/
-.. The given homepage is only a directory listing so I'm using the pypi site.
-.. _uuid: http://pypi.python.org/pypi/uuid/
Usage