diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html index 4645f7d394e29e..2e097b561c3a79 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 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 %}