diff options
author | Georg Brandl <georg@python.org> | 2008-02-09 21:36:15 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-02-09 21:36:15 (GMT) |
commit | 8e8e56ceec125a40b19cd1aa76d1497d4c78f872 (patch) | |
tree | b70f93e4b2eb863d106ca838aa930345e20111df | |
parent | 95d644708e17761916435d9e2125950a75ac0508 (diff) | |
download | cpython-8e8e56ceec125a40b19cd1aa76d1497d4c78f872.zip cpython-8e8e56ceec125a40b19cd1aa76d1497d4c78f872.tar.gz cpython-8e8e56ceec125a40b19cd1aa76d1497d4c78f872.tar.bz2 |
Needs only 2.4 now.
-rw-r--r-- | Doc/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/README.txt b/Doc/README.txt index c719cda..ebeb358 100644 --- a/Doc/README.txt +++ b/Doc/README.txt @@ -14,7 +14,7 @@ those familiar with the previous docs written in LaTeX. Building the docs ================= -You need to install Python 2.5 or higher; the toolset used to build the docs are +You need to install Python 2.4 or higher; the toolset used to build the docs are written in Python. The toolset used to build the documentation is called *Sphinx*, it is not included in this tree, but maintained separately in the Python Subversion repository. Also needed are Jinja, a templating engine |