]> git.ipfire.org Git - thirdparty/linux.git/commit - Documentation/conf.py
docs: Deprecate use of Sphinx < 2.4.x
authorJonathan Corbet <corbet@lwn.net>
Wed, 4 Jan 2023 20:59:16 +0000 (13:59 -0700)
committerJonathan Corbet <corbet@lwn.net>
Fri, 6 Jan 2023 20:04:15 +0000 (13:04 -0700)
commit31abfdda65279a860b10a98038135501e4fc00a1
tree3cc4761ed310944bb993dcf3a58ac7451b4a90d5
parent0283189e8f3d0917e2ac399688df85211f48447b
docs: Deprecate use of Sphinx < 2.4.x

The Sphinx 2.4 release is three years old, and it is becoming increasingly
difficult to even find a system with an sufficiently archaic Python
installation that can run versions older than that.  I can no longer test
changes against anything prior to 2.4.x.

Move toward raising our minimum Sphinx requirement to 2.4.x so we can
delete some older support code and claim to support a range of versions
that we can actually test.

In the absence of screams, the actual removal of support can happen later
in 2023.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/conf.py