From 80262ffeb9a447ab25e71c373fe2d7a76b7d8dcf Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Mon, 29 Sep 2025 18:59:25 +0100 Subject: [PATCH] [3.10] 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> --- Doc/tools/templates/download.html | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html index de68d65da8f2a0..a6b2667c8b1f5c 100644 --- a/Doc/tools/templates/download.html +++ b/Doc/tools/templates/download.html @@ -20,14 +20,6 @@

Download Python {{ release }} Documentation

- - - - - - - - @@ -48,6 +40,19 @@

Download Python {{ release }} Documentation

on the Python download page.

+

+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. +

+ +

Unpacking

FormatPacked as .zipPacked as .tar.bz2
PDF (US-Letter paper size)Download (ca. 13 MiB)Download (ca. 13 MiB)
PDF (A4 paper size)Download (ca. 13 MiB)Download (ca. 13 MiB)
HTML Download (ca. 9 MiB) Download (ca. 6 MiB)