File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,17 @@ <h1>Download Python {{ release }} Documentation</h1>
36
36
37
37
< p > These archives contain all the content in the documentation.</ p >
38
38
39
- < p > {% trans %}
40
- We no longer provide pre-built PDFs of the documentation.
39
+ < p >
40
+ We no longer provide updates to the pre-built PDFs of the documentation.
41
+ The previously-built archives are still available and may be of use:
42
+ < a href ="{{ dlbase }}/python-{{ release }}-docs-pdf-a4.zip "> A4 PDF (.zip archive)</ a > ;
43
+ < a href ="{{ dlbase }}/python-{{ release }}-docs-pdf-a4.tar.bz2 "> A4 PDF (.tar.bz2 archive)</ a > ;
44
+ < a href ="{{ dlbase }}/python-{{ release }}-docs-pdf-letter.zip "> US-Letter PDF (.zip archive)</ a > ;
45
+ < a href ="{{ dlbase }}/python-{{ release }}-docs-pdf-letter.tar.bz2 "> US-Letter PDF (.tar.bz2 archive)</ a > .
41
46
To build a PDF archive, follow the instructions in the
42
47
< a href ="https://devguide.python.org/documentation/start-documenting/#building-the-documentation "> Developer's Guide</ a >
43
48
and run < code > make dist-pdf</ code > in the < code > Doc/</ code > directory of a copy of the CPython repository.
44
- {% endtrans %} </ p >
49
+ </ p >
45
50
46
51
47
52
< h2 > Unpacking</ h2 >
You can’t perform that action at this time.
0 commit comments