Skip to content

Commit 0b066dd

Browse files
committed
Link to the existing archives
1 parent 0a8ba6f commit 0b066dd

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Doc/tools/templates/download.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,17 @@ <h1>Download Python {{ release }} Documentation</h1>
3636

3737
<p>These archives contain all the content in the documentation.</p>
3838

39-
<p>{% trans %}
40-
We no longer provide pre-built PDFs of the documentation.
39+
<p>
40+
We no longer provide updates to the pre-built PDFs of the documentation.
41+
The previously-built archives are still available and may be of use:
42+
<a href="{{ dlbase }}/python-{{ release }}-docs-pdf-a4.zip">A4 PDF (.zip archive)</a>;
43+
<a href="{{ dlbase }}/python-{{ release }}-docs-pdf-a4.tar.bz2">A4 PDF (.tar.bz2 archive)</a>;
44+
<a href="{{ dlbase }}/python-{{ release }}-docs-pdf-letter.zip">US-Letter PDF (.zip archive)</a>;
45+
<a href="{{ dlbase }}/python-{{ release }}-docs-pdf-letter.tar.bz2">US-Letter PDF (.tar.bz2 archive)</a>.
4146
To build a PDF archive, follow the instructions in the
4247
<a href="https://devguide.python.org/documentation/start-documenting/#building-the-documentation">Developer's Guide</a>
4348
and run <code>make dist-pdf</code> in the <code>Doc/</code> directory of a copy of the CPython repository.
44-
{% endtrans %}</p>
49+
</p>
4550

4651

4752
<h2>Unpacking</h2>

0 commit comments

Comments
 (0)