Skip to content
Open
Changes from all 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
10 changes: 5 additions & 5 deletions Doc/tools/templates/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ <h1>Download Python {{ release }} Documentation</h1>

<p>
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:
<a href="{{ dlbase }}/python-{{ release }}-docs-pdf-a4.zip">A4 PDF (.zip archive)</a>;
<a href="{{ dlbase }}/python-{{ release }}-docs-pdf-a4.tar.bz2">A4 PDF (.tar.bz2 archive)</a>;
<a href="{{ dlbase }}/python-{{ release }}-docs-pdf-letter.zip">US-Letter PDF (.zip archive)</a>;
<a href="{{ dlbase }}/python-{{ release }}-docs-pdf-letter.tar.bz2">US-Letter PDF (.tar.bz2 archive)</a>.
The previously built archives are still available and may be of use:
<a href="{{ dlbase }}/python-3.11.14-docs-pdf-a4.zip">A4 PDF (.zip archive)</a>;
<a href="{{ dlbase }}/python-3.11.14-docs-pdf-a4.tar.bz2">A4 PDF (.tar.bz2 archive)</a>;
<a href="{{ dlbase }}/python-3.11.14-docs-pdf-letter.zip">US-Letter PDF (.zip archive)</a>;
<a href="{{ dlbase }}/python-3.11.14-docs-pdf-letter.tar.bz2">US-Letter PDF (.tar.bz2 archive)</a>.
To build a PDF archive, follow the instructions in the
<a href="https://devguide.python.org/documentation/start-documenting/#building-the-documentation">Developer's Guide</a>
and run <code>make dist-pdf</code> in the <code>Doc/</code> directory of a copy of the CPython repository.
Expand Down
Loading