Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Doc/tools/templates/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ <h1>{% trans %}Download Python {{ dl_version }} documentation{% endtrans %}</h1>

{% 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>
Expand Down Expand Up @@ -62,7 +61,7 @@ <h1>{% trans %}Download Python {{ dl_version }} documentation{% endtrans %}</h1>
</tr>
</table>

<p>{% trans %}These archives contain all the content in the documentation.{% endtrans %}</p>
<p>{% trans %}+{% endtrans %}</p>

<p>{% trans %}
We no longer provide pre-built PDFs of the documentation.
Expand Down
Loading