aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2025-08-12 17:52:39 +0200
committerJonathan Corbet <corbet@lwn.net>2025-08-13 10:19:17 -0600
commit6db1d3977baf7ac895033624897d38fb60cbe3f7 (patch)
tree31004d732fcbccf86f616a55111c74e2a728e49d /scripts
parent1ad72e9dfa5ef24ca489b7cbaa5f6f85b1fe87d8 (diff)
downloadrandom-6db1d3977baf7ac895033624897d38fb60cbe3f7.tar.gz
scripts: sphinx-pre-install: adjust a warning message
There is one extra space at the first line. Also, as now we only support Python 3.4+, update the text. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/74a17edd70364ca623a54b62bd97a344bb474988.1754992972.git.mchehab+huawei@kernel.org
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/sphinx-pre-install.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/sphinx-pre-install.py b/scripts/sphinx-pre-install.py
index 2360ca2ed21c2b..365590f815514a 100755
--- a/scripts/sphinx-pre-install.py
+++ b/scripts/sphinx-pre-install.py
@@ -1081,8 +1081,8 @@ class SphinxDependencyChecker:
self.recommend_package()
print("\n" \
- " Please note that Sphinx >= 3.0 will currently produce false-positive\n" \
- " warning when the same name is used for more than one type (functions,\n" \
+ " Please note that Sphinx currentlys produce false-positive\n" \
+ " warnings when the same name is used for more than one type (functions,\n" \
" structs, enums,...). This is known Sphinx bug. For more details, see:\n" \
"\thttps://github.com/sphinx-doc/sphinx/pull/8313")