We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e39b27 commit 4bc560bCopy full SHA for 4bc560b
Doc/tools/templates/download.html
@@ -61,7 +61,6 @@ <h1>{% trans %}Download Python {{ dl_version }} documentation{% endtrans %}</h1>
61
</tr>
62
</table>
63
64
-
65
<p>{% trans %}
66
We no longer provide pre-built PDFs of the documentation.
67
To build a PDF archive, follow the instructions in the
@@ -73,7 +72,6 @@ <h1>{% trans %}Download Python {{ dl_version }} documentation{% endtrans %}</h1>
73
72
See the <a href="https://docs.python.org/{{ version }}/archives/">directory listing</a>
74
for file sizes.{% endtrans %}</p>
75
76
77
<h2>{% trans %}Problems{% endtrans %}</h2>
78
{% set bugs = pathto('bugs') %}
79
<p>{% trans bugs = bugs %}<a href="{{ bugs }}">Open an issue</a>
0 commit comments