projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ad72e9
)
scripts: sphinx-pre-install: adjust a warning message
author
Mauro Carvalho Chehab
<mchehab+huawei@kernel.org>
Tue, 12 Aug 2025 15:52:39 +0000
(17:52 +0200)
committer
Jonathan Corbet
<corbet@lwn.net>
Wed, 13 Aug 2025 16:19:17 +0000
(10:19 -0600)
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
scripts/sphinx-pre-install.py
patch
|
blob
|
history
diff --git
a/scripts/sphinx-pre-install.py
b/scripts/sphinx-pre-install.py
index
2360ca2
..
365590f
100755
(executable)
--- 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" \
+ " warning
s
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")