diff options
author | Jonathan Corbet <corbet@lwn.net> | 2021-02-02 03:17:14 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-02-02 03:17:14 +0300 |
commit | 4217e5074f33d855873370378d427e329b60a7b4 (patch) | |
tree | 3186d771136f53250502d43a2301aeef1a90f76b /Documentation/sphinx/requirements.txt | |
parent | f546ff0c0c07969f2892db10f1fe029f841ddf10 (diff) | |
download | linux-4217e5074f33d855873370378d427e329b60a7b4.tar.xz |
Docs: drop Python 2 support
The kernel build system as a whole is dropping support for Python 2, so we
should do the same. The effects are rather small, especially considering
that much of the deleted code was not doing anything under any version of
Python anyway.
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 5030d346d23b..489f6626de67 100644 --- a/Documentation/sphinx/requirements.txt +++ b/Documentation/sphinx/requirements.txt @@ -1,4 +1,3 @@ docutils Sphinx==2.4.4 sphinx_rtd_theme -six |