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>
6565< p > {% trans %}These archives contain all the content in the documentation.{% endtrans %}</ p >
6666
6767< 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 > .
6972To build a PDF archive, follow the instructions in the
7073< a href ="https://devguide.python.org/documentation/start-documenting/#building-the-documentation "> Developer's Guide</ a >
7174and 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