From f9f8cb92c945640a3e5c89c64e2a992046cc7a95 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Tue, 7 Oct 2025 13:48:45 +0200 Subject: [PATCH] [3.12] gh-139436: Remove link to the PDF downloads (GH-139142) (GH-139428) (cherry picked from commit 6b5f15698a436591f7c305c576a2d366c38d9997) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- Doc/tools/templates/download.html | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html index 4645f7d394e2..2e097b561c3a 100644 --- a/Doc/tools/templates/download.html +++ b/Doc/tools/templates/download.html @@ -40,11 +40,6 @@ Python in one of various formats, follow one of links in this table.{% endtrans
{% trans %}These archives contain all the content in the documentation.{% endtrans %}
+{% trans %}
+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:
+PDF (.zip archive);
+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 %}