summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-22 09:58:09 +0200
committerGeorg Brandl <georg@python.org>2014-09-22 09:58:09 +0200
commit3e0ef7529381c99293c9b50f7c406e49eea53d81 (patch)
tree8465242e1420da9717899d376ef80610cf662b50 /doc
parent5d0f7b1afe43b5349ebe6793019365b218d79ff9 (diff)
downloadsphinx-3e0ef7529381c99293c9b50f7c406e49eea53d81.tar.gz
Fix the docs index sidebar for unreleased versions.
Diffstat (limited to 'doc')
-rw-r--r--doc/_templates/indexsidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/_templates/indexsidebar.html b/doc/_templates/indexsidebar.html
index 019b20fc..db925c88 100644
--- a/doc/_templates/indexsidebar.html
+++ b/doc/_templates/indexsidebar.html
@@ -3,7 +3,7 @@
{%trans%}project{%endtrans%}</p>
<h3>Download</h3>
-{% if version.endswith('(hg)') %}
+{% if version.endswith('a0') %}
<p>{%trans%}This documentation is for version <b>{{ version }}</b>, which is
not released yet.{%endtrans%}</p>
<p>{%trans%}You can use it from the