summaryrefslogtreecommitdiffstats
path: root/Documentation/sphinx
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2022-09-27 10:45:50 -0600
committerJonathan Corbet <corbet@lwn.net>2022-10-13 11:14:43 -0600
commitdf19817f3ff3de28e87139b6d172c0094402e1f2 (patch)
tree730a73d02d82061ec3b678fc5d6461a5b22c8424 /Documentation/sphinx
parent26d797ffc1c06f05ccc06f70977ebe386d628f14 (diff)
downloadlinux-df19817f3ff3de28e87139b6d172c0094402e1f2.tar.gz
linux-df19817f3ff3de28e87139b6d172c0094402e1f2.tar.bz2
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')
-rw-r--r--Documentation/sphinx/requirements.txt1
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