File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,6 @@ <h1>{% trans %}Download Python {{ dl_version }} documentation{% endtrans %}</h1>
40
40
< th > {% trans %}Packed as .zip{% endtrans %}</ th >
41
41
< th > {% trans %}Packed as .tar.bz2{% endtrans %}</ th >
42
42
</ tr >
43
- < tr >
44
- < td > {% trans %}PDF{% endtrans %}</ td >
45
- < td > {% trans download_size="17" %}< a href ="{{ dl_base }}/python-{{ dl_version }}-docs-pdf-a4.zip "> Download</ a > (ca. {{ download_size }} MiB){% endtrans %}</ td >
46
- < td > {% trans download_size="17" %}< a href ="{{ dl_base }}/python-{{ dl_version }}-docs-pdf-a4.tar.bz2 "> Download</ a > (ca. {{ download_size }} MiB){% endtrans %}</ td >
47
- </ tr >
48
43
< tr >
49
44
< td > {% trans %}HTML{% endtrans %}</ td >
50
45
< td > {% trans download_size="13" %}< a href ="{{ dl_base }}/python-{{ dl_version }}-docs-html.zip "> Download</ a > (ca. {{ download_size }} MiB){% endtrans %}</ td >
@@ -69,6 +64,13 @@ <h1>{% trans %}Download Python {{ dl_version }} documentation{% endtrans %}</h1>
69
64
70
65
< p > {% trans %}These archives contain all the content in the documentation.{% endtrans %}</ p >
71
66
67
+ < p > {% trans %}
68
+ We no longer provide pre-built PDFs of the documentation.
69
+ To build a PDF archive, follow the instructions in the
70
+ < a href ="https://devguide.python.org/documentation/start-documenting/#building-the-documentation "> Developer's Guide</ a >
71
+ and run < code > make dist-pdf</ code > in the < code > Doc/</ code > directory of a copy of the CPython repository.
72
+ {% endtrans %}</ p >
73
+
72
74
73
75
< h2 > {% trans %}Unpacking{% endtrans %}</ h2 >
74
76
You can’t perform that action at this time.
0 commit comments