summaryrefslogtreecommitdiffstats
path: root/Documentation/sphinx
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-05-29 20:09:32 -0300
committerJonathan Corbet <corbet@lwn.net>2019-05-30 10:42:05 -0600
commita700767a7682d9bd237e927253274859aee075e7 (patch)
tree0bc37e2916f2120818fcc4a49f94801f4c8b812f /Documentation/sphinx
parentcf08508d21ffae5aea6c7dcb771ebd28612c6120 (diff)
downloadlinux-0-day-a700767a7682d9bd237e927253274859aee075e7.tar.gz
linux-0-day-a700767a7682d9bd237e927253274859aee075e7.tar.xz
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>
Diffstat (limited to 'Documentation/sphinx')
-rw-r--r--Documentation/sphinx/requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/sphinx/requirements.txt b/Documentation/sphinx/requirements.txt
index 742be3e126194..14e29a0ae4808 100644
--- a/Documentation/sphinx/requirements.txt
+++ b/Documentation/sphinx/requirements.txt
@@ -1,3 +1,3 @@
-docutils==0.12
-Sphinx==1.4.9
+docutils
+Sphinx==1.7.9
sphinx_rtd_theme