Skip to content

Commit

Permalink
Merge pull request #5484 from jdufresne/intro
Browse files Browse the repository at this point in the history
Correct intro.rst with regards to required Python version
  • Loading branch information
tk0miya committed Sep 29, 2018
2 parents c98a028 + 2d0b596 commit 6c83b8b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions doc/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,13 @@ See the :ref:`pertinent section in the FAQ list <usingwith>`.
Prerequisites
-------------

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.
Sphinx needs at least **Python 3.5** to run, as well as the docutils_ and
Jinja2_ libraries. Sphinx should work with docutils version 0.12 or some (not
broken) SVN trunk snapshot.

.. _reStructuredText: http://docutils.sourceforge.net/rst.html
.. _docutils: http://docutils.sourceforge.net/
.. _Jinja2: http://jinja.pocoo.org/
.. _Pygments: http://pygments.org/


Usage
Expand Down

0 comments on commit 6c83b8b

Please sign in to comment.