HTML |
Download (ca. 9 MiB) |
Download (ca. 6 MiB) |
@@ -44,6 +36,13 @@ Download Python {{ release }} Documentation
These archives contain all the content in the documentation.
+{% trans %}
+We no longer provide pre-built PDFs of the documentation.
+To build a PDF archive, follow the instructions in the
+Developer's Guide
+and run make dist-pdf
in the Doc/
directory of a copy of the CPython repository.
+{% endtrans %}
+
Unpacking
From 0b066ddcd65cc476d9e570fc8ac130a9245a783c Mon Sep 17 00:00:00 2001
From: Adam Turner <9087854+aa-turner@users.noreply.github.com>
Date: Mon, 29 Sep 2025 19:15:46 +0100
Subject: [PATCH 2/3] Link to the existing archives
---
Doc/tools/templates/download.html | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html
index 069ae58fcf5c82..c460de963fa108 100644
--- a/Doc/tools/templates/download.html
+++ b/Doc/tools/templates/download.html
@@ -36,12 +36,17 @@ Download Python {{ release }} Documentation
These archives contain all the content in the documentation.
-{% trans %}
-We no longer provide pre-built PDFs of the documentation.
+
+We no longer provide updates to the pre-built PDFs of the documentation.
+The previously-built archives are still available and may be of use:
+A4 PDF (.zip archive);
+A4 PDF (.tar.bz2 archive);
+US-Letter PDF (.zip archive);
+US-Letter PDF (.tar.bz2 archive).
To build a PDF archive, follow the instructions in the
Developer's Guide
and run make dist-pdf
in the Doc/
directory of a copy of the CPython repository.
-{% endtrans %}
+
Unpacking
From 2208971323ec5bc6218660ab2e4c2f92f565c14e Mon Sep 17 00:00:00 2001
From: Adam Turner <9087854+aa-turner@users.noreply.github.com>
Date: Mon, 29 Sep 2025 19:15:52 +0100
Subject: [PATCH 3/3] [3.11] Remove link to the PDF downloads (GH-139142)
(cherry picked from commit 6b5f15698a436591f7c305c576a2d366c38d9997)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>