From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Mon, 29 Sep 2025 17:59:25 +0000 (+0100) Subject: Remove link to the PDF downloads (#139142) X-Git-Tag: v3.15.0a1~182 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b5f15698a436591f7c305c576a2d366c38d9997;p=thirdparty%2FPython%2Fcpython.git Remove link to the PDF downloads (#139142) --- diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html index 47a57eb111ba..26fc9571d174 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 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 %}