File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,10 @@ <h1>{% trans %}Download Python {{ dl_version }} documentation{% endtrans %}</h1>
65
65
< p > {% trans %}These archives contain all the content in the documentation.{% endtrans %}</ p >
66
66
67
67
< p > {% trans %}
68
- We no longer provide pre-built PDFs of the documentation.
68
+ We no longer provide updates to the pre-built PDFs of the documentation.
69
+ The previously-built archives are still available and may be of use:
70
+ < a href ="{{ dl_base }}/python-{{ dl_version }}-docs-pdf-a4.zip "> PDF (.zip archive)</ a > ;
71
+ < a href ="{{ dl_base }}/python-{{ dl_version }}-docs-pdf-a4.tar.bz2 "> PDF (.tar.bz2 archive)</ a > .
69
72
To build a PDF archive, follow the instructions in the
70
73
< a href ="https://devguide.python.org/documentation/start-documenting/#building-the-documentation "> Developer's Guide</ a >
71
74
and run < code > make dist-pdf</ code > in the < code > Doc/</ code > directory of a copy of the CPython repository.
You can’t perform that action at this time.
0 commit comments