diff options
author | Jonathan Corbet <corbet@lwn.net> | 2022-09-27 10:45:50 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-10-13 11:14:43 -0600 |
commit | df19817f3ff3de28e87139b6d172c0094402e1f2 (patch) | |
tree | 730a73d02d82061ec3b678fc5d6461a5b22c8424 /Documentation/sphinx | |
parent | 26d797ffc1c06f05ccc06f70977ebe386d628f14 (diff) |
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.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 |