Skip to content

Commit f3a5159

Browse files
committed
Add Python in docs title
1 parent e73fbba commit f3a5159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
print("It may be removed in the future\n")
287287

288288
# Short title used e.g. for <title> HTML tags.
289-
html_short_title = f'{release} Documentation'
289+
html_short_title = f'Python {".".join(release.split(".")[:2])} Documentation'
290290

291291
# Deployment preview information
292292
# (See .readthedocs.yml and https://docs.readthedocs.io/en/stable/reference/environment-variables.html)

0 commit comments

Comments
 (0)