summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2025-06-30 17:10:40 -0600
committerJonathan Corbet <corbet@lwn.net>2025-07-01 14:52:00 -0600
commit2549e03c7b35dca84924a1cc7ae9ca4a22cc8820 (patch)
treef151b179764a69c36c15d2dc900be973e71af8fd
parent901f506945b8d0a9386c126a2af6bec52354f7b3 (diff)
docs: kdoc: Remove a Python 2 comment
We no longer support Python 2 in the docs build chain at all, so we certainly do not need to admonish folks to keep this file working with it. Cc: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r--Documentation/sphinx/kerneldoc.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/sphinx/kerneldoc.py b/Documentation/sphinx/kerneldoc.py
index 51a2793dc8e2..2586b4d4e494 100644
--- a/Documentation/sphinx/kerneldoc.py
+++ b/Documentation/sphinx/kerneldoc.py
@@ -25,8 +25,6 @@
# Authors:
# Jani Nikula <jani.nikula@intel.com>
#
-# Please make sure this works on both python2 and python3.
-#
import codecs
import os