Fix #2919: Drop py26 support

This commit is contained in:
Takeshi KOMIYA
2016-09-02 01:19:47 +09:00
parent 6563a8793f
commit c147f6496e
13 changed files with 22 additions and 46 deletions

View File

@@ -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.4** to run, as well as the
Sphinx needs at least **Python 2.7** or **Python 3.4** 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.