We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e73fbba commit f3a5159Copy full SHA for f3a5159
Doc/conf.py
@@ -286,7 +286,7 @@
286
print("It may be removed in the future\n")
287
288
# Short title used e.g. for <title> HTML tags.
289
-html_short_title = f'{release} Documentation'
+html_short_title = f'Python {".".join(release.split(".")[:2])} Documentation'
290
291
# Deployment preview information
292
# (See .readthedocs.yml and https://docs.readthedocs.io/en/stable/reference/environment-variables.html)
0 commit comments