Skip to content

Commit 37397b0

Browse files
akiyksJonathan Corbet
authored andcommitted
docs: sphinx-requirements: Move sphinx_rtd_theme to top
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 <[email protected]> Cc: Mauro Carvalho Chehab <[email protected]> Acked-by: Mauro Carvalho Chehab <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent e0d14a5 commit 37397b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Documentation/sphinx/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
docutils
2-
Sphinx==2.4.4
31
sphinx_rtd_theme
2+
Sphinx==2.4.4

0 commit comments

Comments
 (0)