summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2025-09-18 14:54:42 +0300
committerJonathan Corbet <corbet@lwn.net>2025-09-18 20:17:18 +0300
commit4880eac5bc61c588221091fa9f98de02b8305810 (patch)
tree52a75abce2477234dfe87e79ad1b7d8b3db25624
parentabd61d1ff8f0ea4cb099a1f3d5015dea7c8471cf (diff)
downloadlinux-4880eac5bc61c588221091fa9f98de02b8305810.tar.xz
tools/docs: sphinx-pre-install: drop a debug print
The version print at the lib was added for debugging purposes. Get rid of it. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Message-ID: <27f76a4df2b80c38d277d58a92c85c614544e013.1758196090.git.mchehab+huawei@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rwxr-xr-xtools/docs/sphinx-pre-install1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/docs/sphinx-pre-install b/tools/docs/sphinx-pre-install
index 954ed3dc0645..fa12e01fc7fe 100755
--- a/tools/docs/sphinx-pre-install
+++ b/tools/docs/sphinx-pre-install
@@ -285,7 +285,6 @@ class AncillaryMethods:
cur_ver = sys.version_info[:3]
if cur_ver >= MIN_PYTHON_VERSION:
ver = ver_str(cur_ver)
- print(f"Python version: {ver}")
# This could be useful for debugging purposes
if SphinxDependencyChecker.which("docutils"):