docs: requirements.txt: recommend Sphinx 1.7.9

As discussed at the linux-doc ML, while we'll still support
version 1.3, it is time to recommend a more modern version.

So, let's switch the minimal requirements to Sphinx 1.7.9,
as it has the "-jauto" flag, with makes a lot faster when
building documentation.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
Mauro Carvalho Chehab
2019-05-29 20:09:32 -03:00
committed by Jonathan Corbet
parent cf08508d21
commit a700767a76
2 changed files with 10 additions and 11 deletions

View File

@@ -1,3 +1,3 @@
docutils==0.12
Sphinx==1.4.9
docutils
Sphinx==1.7.9
sphinx_rtd_theme