diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-05-29 20:09:32 -0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-05-30 10:42:05 -0600 |
commit | a700767a7682d9bd237e927253274859aee075e7 (patch) | |
tree | 0bc37e2916f2120818fcc4a49f94801f4c8b812f /Documentation/sphinx | |
parent | cf08508d21ffae5aea6c7dcb771ebd28612c6120 (diff) | |
download | linux-stable-a700767a7682d9bd237e927253274859aee075e7.tar.gz linux-stable-a700767a7682d9bd237e927253274859aee075e7.tar.bz2 linux-stable-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')
-rw-r--r-- | Documentation/sphinx/requirements.txt | 4 |
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 |