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 %}Download Python {{ dl_version }} documentation{% endtrans %}

{% if last_updated %}

{% 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 %}

From 0bb0387d9dc30d7f2742de2d7e74f7f626154627 Mon Sep 17 00:00:00 2001 From: Karina Souza <97332018+KarinaS0uza@users.noreply.github.com> Date: Sun, 9 Nov 2025 14:55:49 -0800 Subject: [PATCH 2/5] Revise download instructions in download.html Updated download page text for clarity and conciseness requested by @hugovk --- Doc/tools/templates/download.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html index 8b4a32baf33c19..b5d5192bc615df 100644 --- a/Doc/tools/templates/download.html +++ b/Doc/tools/templates/download.html @@ -31,8 +31,7 @@

{% trans %}Download Python {{ dl_version }} documentation{% endtrans %}

{% if last_updated %}

{% 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 the links in this table.{% endtrans %}

+

{% trans %}+Download an archive containing all the documentation for this version of Python:{% endtrans %}

@@ -62,7 +61,7 @@

{% trans %}Download Python {{ dl_version }} documentation{% 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 --- 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 b5d5192bc615df..c4d2f3d821ad69 100644 --- a/Doc/tools/templates/download.html +++ b/Doc/tools/templates/download.html @@ -31,7 +31,7 @@

{% trans %}Download Python {{ dl_version }} documentation{% endtrans %}

{% if last_updated %}

{% trans %}Last updated on: {{ last_updated }}.{% endtrans %}

{% endif %} -

{% 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 %}

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 --- Doc/tools/templates/download.html | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html index c4d2f3d821ad69..13778360004cb2 100644 --- a/Doc/tools/templates/download.html +++ b/Doc/tools/templates/download.html @@ -61,7 +61,6 @@

{% trans %}Download Python {{ dl_version }} documentation{% 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 %}

-

{% 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 %}Download Python {{ dl_version }} documentation{% endtrans %}

See the directory listing for file sizes.{% endtrans %}

-

{% trans %}Problems{% endtrans %}

{% set bugs = pathto('bugs') %}

{% trans bugs = bugs %}Open an issue