Skip to content

Commit

Permalink
docs: sphinx-requirements: Move sphinx_rtd_theme to top
Browse files Browse the repository at this point in the history
sphinx_rtd_theme 0.5.2 has "docutils<0.17" in its requirements.
docutils 0.17 released this April caused regression in
sphinx_rtd_theme 0.5.1 [1].

By removing docutils and moving sphinx_rtd_theme before Sphinx in
requirements.txt, the requirement of "docutils<0.17" can be met
naturally.

[1]: readthedocs/sphinx_rtd_theme#1112

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Acked-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Link: https://lore.kernel.org/r/75f14c88-6091-1072-41cb-16b886aee5a0@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
  • Loading branch information
akiyks authored and Jonathan Corbet committed Aug 12, 2021
1 parent e0d14a5 commit 37397b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Documentation/sphinx/requirements.txt
@@ -1,3 +1,2 @@
docutils
Sphinx==2.4.4
sphinx_rtd_theme
Sphinx==2.4.4

0 comments on commit 37397b0

Please sign in to comment.