Skip to content

Commit 87267a4

Browse files
committed
Link to the existing archives
1 parent 44a6e0e commit 87267a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Doc/tools/templates/download.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ <h1>{% trans %}Download Python {{ dl_version }} documentation{% endtrans %}</h1>
6565
<p>{% trans %}These archives contain all the content in the documentation.{% endtrans %}</p>
6666

6767
<p>{% trans %}
68-
We no longer provide pre-built PDFs of the documentation.
68+
We no longer provide updates to the pre-built PDFs of the documentation.
69+
The previously-built archives are still available and may be of use:
70+
<a href="{{ dl_base }}/python-{{ dl_version }}-docs-pdf-a4.zip">PDF (.zip archive)</a>;
71+
<a href="{{ dl_base }}/python-{{ dl_version }}-docs-pdf-a4.tar.bz2">PDF (.tar.bz2 archive)</a>.
6972
To build a PDF archive, follow the instructions in the
7073
<a href="https://devguide.python.org/documentation/start-documenting/#building-the-documentation">Developer's Guide</a>
7174
and run <code>make dist-pdf</code> in the <code>Doc/</code> directory of a copy of the CPython repository.

0 commit comments

Comments
 (0)