diff options
author | Jonathan Corbet <corbet@lwn.net> | 2022-09-27 18:45:50 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-10-13 19:14:43 +0200 |
commit | df19817f3ff3de28e87139b6d172c0094402e1f2 (patch) | |
tree | 730a73d02d82061ec3b678fc5d6461a5b22c8424 /Documentation/sphinx/requirements.txt | |
parent | docs: update sphinx.rst to reflect the default theme change (diff) | |
download | linux-df19817f3ff3de28e87139b6d172c0094402e1f2.tar.xz linux-df19817f3ff3de28e87139b6d172c0094402e1f2.zip |
docs: sphinx-pre-install: don't require the RTD theme
We don't default to the RTD theme anymore, so sphinx-pre-install need not
insist on installing it.
Acked-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/sphinx/requirements.txt')
-rw-r--r-- | Documentation/sphinx/requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/sphinx/requirements.txt b/Documentation/sphinx/requirements.txt index 2c573541ab71..335b53df35e2 100644 --- a/Documentation/sphinx/requirements.txt +++ b/Documentation/sphinx/requirements.txt @@ -1,4 +1,3 @@ # jinja2>=3.1 is not compatible with Sphinx<4.0 jinja2<3.1 -sphinx_rtd_theme Sphinx==2.4.4 |