]> Git Repo - linux.git/commitdiff
docs: sphinx-requirements: Move sphinx_rtd_theme to top
authorAkira Yokosawa <[email protected]>
Tue, 10 Aug 2021 09:16:32 +0000 (18:16 +0900)
committerJonathan Corbet <[email protected]>
Thu, 12 Aug 2021 15:15:38 +0000 (09:15 -0600)
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]: https://github.com/readthedocs/sphinx_rtd_theme/issues/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]>
Documentation/sphinx/requirements.txt

index 489f6626de6740374b0fdbb9f14d24243fecfdf2..9a35f50798a65f3c8a1f928ee46e724493a4f4b4 100644 (file)
@@ -1,3 +1,2 @@
-docutils
-Sphinx==2.4.4
 sphinx_rtd_theme
+Sphinx==2.4.4
This page took 0.055692 seconds and 4 git commands to generate.