diff options
author | Jonathan Corbet <corbet@lwn.net> | 2023-12-09 00:10:17 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-12-15 16:36:33 +0100 |
commit | 3e893e16af55eeeca8faebabcb36fe78c854ba21 (patch) | |
tree | 88c258a4c2ee11dc9413d193acc96397d7b3676b /Documentation/conf.py | |
parent | Documentation: Destage TEE subsystem documentation (diff) | |
download | linux-3e893e16af55eeeca8faebabcb36fe78c854ba21.tar.xz linux-3e893e16af55eeeca8faebabcb36fe78c854ba21.zip |
docs: Raise the minimum Sphinx requirement to 2.4.4
Commit 31abfdda6527 (docs: Deprecate use of Sphinx < 2.4.x) in 6.2 added a
warning that support for older versions of Sphinx would be going away.
There have been no complaints, so the time has come. Raise the minimum
Sphinx version to 2.4.4 and clean out some compatibility code that we no
longer need.
Reviewed-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Link: https://lore.kernel.org/r/874jgs47fq.fsf@meer.lwn.net
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/conf.py')
-rw-r--r-- | Documentation/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py index 20bd74edcca9..3a1a804c3a13 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -47,7 +47,7 @@ from load_config import loadConfig # -- General configuration ------------------------------------------------ # If your documentation needs a minimal Sphinx version, state it here. -needs_sphinx = '1.7' +needs_sphinx = '2.4.4' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |