Fix some python warnings in docs config & docstring checker

This commit is contained in:
baldurk
2026-08-13 17:46:48 +01:00
parent 34a45ed73d
commit 7a1233e17e
2 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -361,7 +361,7 @@ html_context = {
# We need 1.5 and above for the htmlhelp links to be handled properly without
# needing separate ugly _blank links. If you don't care about that, you can
# disable this
if(tags.has('htmlhelp')):
if(tags.has('htmlhelp')): # type: ignore
print("**** We require sphinx 1.5 for htmlhelp build to have the fix for issue #2550 ****")
needs_sphinx = '1.5'