File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,6 @@ <h1>Download Python {{ release }} Documentation</h1>
20
20
21
21
< table class ="docutils ">
22
22
< tr > < th > Format</ th > < th > Packed as .zip</ th > < th > Packed as .tar.bz2</ th > </ tr >
23
- < tr > < td > PDF (US-Letter paper size)</ td >
24
- < td > < a href ="{{ dlbase }}/python-{{ release }}-docs-pdf-letter.zip "> Download</ a > (ca. 13 MiB)</ td >
25
- < td > < a href ="{{ dlbase }}/python-{{ release }}-docs-pdf-letter.tar.bz2 "> Download</ a > (ca. 13 MiB)</ td >
26
- </ tr >
27
- < tr > < td > PDF (A4 paper size)</ td >
28
- < td > < a href ="{{ dlbase }}/python-{{ release }}-docs-pdf-a4.zip "> Download</ a > (ca. 13 MiB)</ td >
29
- < td > < a href ="{{ dlbase }}/python-{{ release }}-docs-pdf-a4.tar.bz2 "> Download</ a > (ca. 13 MiB)</ td >
30
- </ tr >
31
23
< tr > < td > HTML</ td >
32
24
< td > < a href ="{{ dlbase }}/python-{{ release }}-docs-html.zip "> Download</ a > (ca. 9 MiB)</ td >
33
25
< td > < a href ="{{ dlbase }}/python-{{ release }}-docs-html.tar.bz2 "> Download</ a > (ca. 6 MiB)</ td >
@@ -44,6 +36,13 @@ <h1>Download Python {{ release }} Documentation</h1>
44
36
45
37
< p > These archives contain all the content in the documentation.</ p >
46
38
39
+ < p > {% trans %}
40
+ We no longer provide pre-built PDFs of the documentation.
41
+ To build a PDF archive, follow the instructions in the
42
+ < a href ="https://devguide.python.org/documentation/start-documenting/#building-the-documentation "> Developer's Guide</ a >
43
+ and run < code > make dist-pdf</ code > in the < code > Doc/</ code > directory of a copy of the CPython repository.
44
+ {% endtrans %}</ p >
45
+
47
46
48
47
< h2 > Unpacking</ h2 >
49
48
You can’t perform that action at this time.
0 commit comments