From c57325d7762cc0327b89f84d90a5ddedf5bd72dd Mon Sep 17 00:00:00 2001 From: Takayuki SHIMIZUKAWA Date: Sat, 26 Oct 2019 16:08:41 +0900 Subject: [PATCH] doc: remove required version of the external libraries --- doc/intro.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/intro.rst b/doc/intro.rst index f6f6218bd..6950032e9 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -55,9 +55,7 @@ See the :ref:`pertinent section in the FAQ list `. Prerequisites ------------- -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. +Sphinx needs at least **Python 3.5** to run. It also depends on 3rd party libraries such as docutils_ and jinja2_, but it is automatically installed when sphinx is installed. .. _reStructuredText: http://docutils.sourceforge.net/rst.html .. _docutils: http://docutils.sourceforge.net/