summaryrefslogtreecommitdiffstats
path: root/Documentation/sphinx/requirements.txt
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2019-05-30 01:09:32 +0200
committerJonathan Corbet2019-05-30 18:42:05 +0200
commita700767a7682d9bd237e927253274859aee075e7 (patch)
tree0bc37e2916f2120818fcc4a49f94801f4c8b812f /Documentation/sphinx/requirements.txt
parentdocs: by default, build docs a lot faster with Sphinx >= 1.7 (diff)
downloadkernel-qcow2-linux-a700767a7682d9bd237e927253274859aee075e7.tar.gz
kernel-qcow2-linux-a700767a7682d9bd237e927253274859aee075e7.tar.xz
kernel-qcow2-linux-a700767a7682d9bd237e927253274859aee075e7.zip
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/requirements.txt')
-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 742be3e12619..14e29a0ae480 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