https://github.com/python/cpython/commit/f610f9eab929cb01598ccd27dea705c37e62d1da
commit: f610f9eab929cb01598ccd27dea705c37e62d1da
branch: 3.10
author: Adam Turner <[email protected]>
committer: pablogsal <[email protected]>
date: 2025-09-29T21:44:38+01:00
summary:
[3.10] Remove link to the PDF downloads (GH-139142) (#139431)
files:
M Doc/tools/templates/download.html
diff --git a/Doc/tools/templates/download.html
b/Doc/tools/templates/download.html
index de68d65da8f2a0..a6b2667c8b1f5c 100644
--- a/Doc/tools/templates/download.html
+++ b/Doc/tools/templates/download.html
@@ -20,14 +20,6 @@ <h1>Download Python {{ release }} Documentation</h1>
<table class="docutils">
<tr><th>Format</th><th>Packed as .zip</th><th>Packed as .tar.bz2</th></tr>
- <tr><td>PDF (US-Letter paper size)</td>
- <td><a href="{{ dlbase }}/python-{{ release
}}-docs-pdf-letter.zip">Download</a> (ca. 13 MiB)</td>
- <td><a href="{{ dlbase }}/python-{{ release
}}-docs-pdf-letter.tar.bz2">Download</a> (ca. 13 MiB)</td>
- </tr>
- <tr><td>PDF (A4 paper size)</td>
- <td><a href="{{ dlbase }}/python-{{ release
}}-docs-pdf-a4.zip">Download</a> (ca. 13 MiB)</td>
- <td><a href="{{ dlbase }}/python-{{ release
}}-docs-pdf-a4.tar.bz2">Download</a> (ca. 13 MiB)</td>
- </tr>
<tr><td>HTML</td>
<td><a href="{{ dlbase }}/python-{{ release }}-docs-html.zip">Download</a>
(ca. 9 MiB)</td>
<td><a href="{{ dlbase }}/python-{{ release
}}-docs-html.tar.bz2">Download</a> (ca. 6 MiB)</td>
@@ -48,6 +40,19 @@ <h1>Download Python {{ release }} Documentation</h1>
on the <a href="https://www.python.org/downloads/release/python-{{
release.replace('.', '') }}/">Python
download page</a>.</p>
+<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>.
+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.
+</p>
+
+
<h2>Unpacking</h2>
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]