summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-09-28 08:34:31 +0000
committerGeorg Brandl <georg@python.org>2008-09-28 08:34:31 +0000
commitbaf59e063a6db8c1f2a86933154d4a1252ee3810 (patch)
treeb00fb0e33c38fdb0ccc0eecb05fc8aec4c40c2e8
parentb51f81def4b1dd8e9514a861060ddf2921e64f2a (diff)
downloadcpython-git-baf59e063a6db8c1f2a86933154d4a1252ee3810.tar.gz
No downloads for RCs.
-rw-r--r--Doc/tools/sphinxext/download.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/tools/sphinxext/download.html b/Doc/tools/sphinxext/download.html
index 193a82b455..01ce8a063f 100644
--- a/Doc/tools/sphinxext/download.html
+++ b/Doc/tools/sphinxext/download.html
@@ -6,6 +6,11 @@
<h1>Download Python {{ release }} Documentation
{%- if last_updated %} (last updated on {{ last_updated }}){% endif %}</h1>
+{% if 'a' in release or 'b' in release or 'c' in release %}
+<p>We don't package the documentation for development releases for download.
+ Downloads will be available for the final release.</p>
+
+{% else %}
<p>To download an archive containing all the documents for this version of
Python in one of various formats, follow one of links in this table. The numbers
in the table are the size of the download files in Kilobytes.</p>
@@ -49,5 +54,6 @@ platform. These are created on Unix using the InfoZIP zip program.</p>
<p>If you have comments or suggestions for the Python documentation, please send
email to <a href="docs@python.org">docs@python.org</a>.</p>
+{% endif %}
{% endblock %}