From 60d0c585f2578fc770649665923cf99b907b09ca Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Sat, 5 Sep 2026 19:18:26 +0100 Subject: [PATCH] [3.11] Fix download links for old PDF achives in docs --- Doc/tools/templates/download.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html index c460de963fa108..9afa2964d71d01 100644 --- a/Doc/tools/templates/download.html +++ b/Doc/tools/templates/download.html @@ -38,11 +38,11 @@

Download Python {{ release }} 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). +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.