From 6c03b0a34224abc0cbd9fa3526cc4d2ca437de12 Mon Sep 17 00:00:00 2001 From: Karina Souza <97332018+KarinaS0uza@users.noreply.github.com> Date: Sun, 9 Nov 2025 14:16:54 -0800 Subject: [PATCH 1/5] Fix typo in download.html instructions Missing "the" in the description Closes #140500 --- Doc/tools/templates/download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html index f914ad862116d7..8b4a32baf33c19 100644 --- a/Doc/tools/templates/download.html +++ b/Doc/tools/templates/download.html @@ -32,7 +32,7 @@
{% trans %}Last updated on: {{ last_updated }}.{% endtrans %}
{% endif %}{% trans %}To download an archive containing all the documents for this version of -Python in one of various formats, follow one of links in this table.{% endtrans %}
+Python in one of various formats, follow one of the links in this table.{% endtrans %}{% trans %}These archives contain all the content in the documentation.{% endtrans %}
+{% trans %}+{% endtrans %}
{% trans %}
We no longer provide pre-built PDFs of the documentation.
From e27db711283280cc1668b6a27623c9b11de80d4a Mon Sep 17 00:00:00 2001
From: Karina Souza <97332018+KarinaS0uza@users.noreply.github.com>
Date: Sun, 9 Nov 2025 15:04:21 -0800
Subject: [PATCH 3/5] Update Doc/tools/templates/download.html
Co-authored-by: Joseph Anthony Pasquale Holsten {% trans %}Last updated on: {{ last_updated }}.{% endtrans %} {% trans %}+Download an archive containing all the documentation for this version of Python:{% endtrans %} {% trans %}Download an archive containing all the documentation for this version of Python:{% endtrans %} {% trans %}+{% endtrans %} {% trans %}
We no longer provide pre-built PDFs of the documentation.
From 4bc560b2576f90ab2dadd526313c1c5fcafa9271 Mon Sep 17 00:00:00 2001
From: Karina Souza <97332018+KarinaS0uza@users.noreply.github.com>
Date: Sun, 9 Nov 2025 15:13:41 -0800
Subject: [PATCH 5/5] Remove extra blank lines in download.html
---
Doc/tools/templates/download.html | 2 --
1 file changed, 2 deletions(-)
diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html
index 13778360004cb2..c78c650b1cb4bd 100644
--- a/Doc/tools/templates/download.html
+++ b/Doc/tools/templates/download.html
@@ -61,7 +61,6 @@ {% trans %}Download Python {{ dl_version }} documentation{% endtrans %}
{% if last_updated %}
-
From 4e39b2746e86492015a4967f28a588815795b5f0 Mon Sep 17 00:00:00 2001
From: Karina Souza <97332018+KarinaS0uza@users.noreply.github.com>
Date: Sun, 9 Nov 2025 15:05:35 -0800
Subject: [PATCH 4/5] Update Doc/tools/templates/download.html
Co-authored-by: Joseph Anthony Pasquale Holsten
{% trans %}Download Python {{ dl_version }} documentation{% endtrans %}
{% trans %}Download Python {{ dl_version }} documentation{% endtrans %}
{% trans %} We no longer provide pre-built PDFs of the documentation. To build a PDF archive, follow the instructions in the @@ -73,7 +72,6 @@
{% trans bugs = bugs %}Open an issue