[3.13] gh-140500: Update download.html instructions (GH-141320) (#141346)

Co-authored-by: Karina Souza <97332018+KarinaS0uza@users.noreply.github.com>
Co-authored-by: Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
This commit is contained in:
Miss Islington (bot) 2025-11-10 13:46:06 +01:00 committed by GitHub
parent 9cbbb2eb21
commit cab85ced49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,8 +31,7 @@
{% if last_updated %}<p><b>{% trans %}Last updated on: {{ last_updated }}.{% endtrans %}</b></p>{% endif %}
<p>{% trans %}To download an archive containing all the documents for this version of
Python in one of various formats, follow one of links in this table.{% endtrans %}</p>
<p>{% trans %}Download an archive containing all the documentation for this version of Python:{% endtrans %}</p>
<table class="docutils">
<tr>
@ -62,8 +61,6 @@ Python in one of various formats, follow one of links in this table.{% endtrans
</tr>
</table>
<p>{% trans %}These archives contain all the content in the documentation.{% endtrans %}</p>
<p>{% 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:
@ -78,7 +75,6 @@ and run <code>make dist-pdf</code> in the <code>Doc/</code> directory of a copy
See the <a href="https://docs.python.org/{{ version }}/archives/">directory listing</a>
for file sizes.{% endtrans %}</p>
<h2>{% trans %}Problems{% endtrans %}</h2>
{% set bugs = pathto('bugs') %}
<p>{% trans bugs = bugs %}<a href="{{ bugs }}">Open an issue</a>