mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
fix: support python versions.
This commit is contained in:
parent
dc482fd247
commit
2710f705a1
@ -80,7 +80,7 @@ sidebar and under "Quick Links", click "Windows Installer" to download.
|
|||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
Currently, Python offers two major versions, 2.x and 3.x. Sphinx 1.3 can run
|
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.
|
2.7. This chapter assumes you have installed Python 2.7.
|
||||||
|
|
||||||
Follow the Windows installer for Python.
|
Follow the Windows installer for Python.
|
||||||
|
@ -54,7 +54,7 @@ See the :ref:`pertinent section in the FAQ list <usingwith>`.
|
|||||||
Prerequisites
|
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
|
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
|
or some (not broken) SVN trunk snapshot. If you like to have source code
|
||||||
highlighting support, you must also install the Pygments_ library.
|
highlighting support, you must also install the Pygments_ library.
|
||||||
|
Loading…
Reference in New Issue
Block a user