From f3a515984430c932989adec7378d4e4fc130cdb7 Mon Sep 17 00:00:00 2001
From: Yzi-Li <204532581+Yzi-Li@users.noreply.github.com>
Date: Sun, 23 Nov 2025 12:47:54 +0800
Subject: [PATCH 1/3] Add Python in docs title
---
Doc/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Doc/conf.py b/Doc/conf.py
index a4275835059efa..4bed26634fb554 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -286,7 +286,7 @@
print("It may be removed in the future\n")
# Short title used e.g. for
HTML tags.
-html_short_title = f'{release} Documentation'
+html_short_title = f'Python {".".join(release.split(".")[:2])} Documentation'
# Deployment preview information
# (See .readthedocs.yml and https://docs.readthedocs.io/en/stable/reference/environment-variables.html)
From fcd20777b89e9f43c217255f3b3e624682493c59 Mon Sep 17 00:00:00 2001
From: Yongzi Li <204532581+Yzi-Li@users.noreply.github.com>
Date: Sun, 23 Nov 2025 14:48:45 +0800
Subject: [PATCH 2/3] Update Doc/conf.py
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
---
Doc/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Doc/conf.py b/Doc/conf.py
index 4bed26634fb554..6294fc588b4a81 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -286,7 +286,7 @@
print("It may be removed in the future\n")
# Short title used e.g. for HTML tags.
-html_short_title = f'Python {".".join(release.split(".")[:2])} Documentation'
+html_short_title = f'Python {version} Documentation'
# Deployment preview information
# (See .readthedocs.yml and https://docs.readthedocs.io/en/stable/reference/environment-variables.html)
From 5063b5ea88736a904fb47aa54105bc471313074d Mon Sep 17 00:00:00 2001
From: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Date: Tue, 25 Nov 2025 01:28:33 +0000
Subject: [PATCH 3/3] Update Doc/conf.py
---
Doc/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Doc/conf.py b/Doc/conf.py
index 6294fc588b4a81..76423b370c6e27 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -286,7 +286,7 @@
print("It may be removed in the future\n")
# Short title used e.g. for HTML tags.
-html_short_title = f'Python {version} Documentation'
+html_short_title = f'Python {release} Documentation'
# Deployment preview information
# (See .readthedocs.yml and https://docs.readthedocs.io/en/stable/reference/environment-variables.html)