From 81c5b88e6c2034400429b8b3465bd011c2064b16 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Thu, 18 Sep 2025 23:15:31 +0100 Subject: [PATCH] Remove link to the PDF downloads --- Doc/tools/templates/download.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html index 47a57eb111ba50..26fc9571d17423 100644 --- a/Doc/tools/templates/download.html +++ b/Doc/tools/templates/download.html @@ -40,11 +40,6 @@
{% 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 %}