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 %}Download Python {{ dl_version }} documentation{% endtrans %}

{% trans %}Packed as .zip{% endtrans %} {% trans %}Packed as .tar.bz2{% endtrans %} - - {% trans %}PDF{% endtrans %} - {% trans download_size="17" %}Download (ca. {{ download_size }} MiB){% endtrans %} - {% trans download_size="17" %}Download (ca. {{ download_size }} MiB){% endtrans %} - {% trans %}HTML{% endtrans %} {% trans download_size="13" %}Download (ca. {{ download_size }} MiB){% endtrans %} @@ -69,6 +64,13 @@

{% trans %}Download Python {{ dl_version }} documentation{% 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 %}

+

{% trans %}Unpacking{% endtrans %}