summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakayuki Shimizukawa <shimizukawa@gmail.com>2014-10-30 10:13:54 +0900
committerTakayuki Shimizukawa <shimizukawa@gmail.com>2014-10-30 10:13:54 +0900
commit2710f705a1d720c732e6357358baf6aede7f8fa9 (patch)
treeccb03256e9ff0c327a18c0a89e358625d5135184
parentdc482fd247b7c3eacc0e3428d102731d8964f570 (diff)
downloadsphinx-git-2710f705a1d720c732e6357358baf6aede7f8fa9.tar.gz
fix: support python versions.
-rw-r--r--doc/install.rst2
-rw-r--r--doc/intro.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/install.rst b/doc/install.rst
index 71e37e9c0..8eb9c5e0f 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -80,7 +80,7 @@ sidebar and under "Quick Links", click "Windows Installer" to download.
.. note::
Currently, Python offers two major versions, 2.x and 3.x. Sphinx 1.3 can run
- under Python 2.6, 2.7, 3.2, 3.3, with the recommended version being
+ under Python 2.6, 2.7, 3.3, 3.4, with the recommended version being
2.7. This chapter assumes you have installed Python 2.7.
Follow the Windows installer for Python.
diff --git a/doc/intro.rst b/doc/intro.rst
index a796d9379..44c57529c 100644
--- a/doc/intro.rst
+++ b/doc/intro.rst
@@ -54,7 +54,7 @@ See the :ref:`pertinent section in the FAQ list <usingwith>`.
Prerequisites
-------------
-Sphinx needs at least **Python 2.6** or **Python 3.2** to run, as well as the
+Sphinx needs at least **Python 2.6** or **Python 3.3** to run, as well as the
docutils_ and Jinja2_ libraries. Sphinx should work with docutils version 0.10
or some (not broken) SVN trunk snapshot. If you like to have source code
highlighting support, you must also install the Pygments_ library.