summaryrefslogtreecommitdiff
path: root/doc/_templates/px/layout.html
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-08-21 11:54:16 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-08-21 11:54:16 -0400
commit3c239604f0315aaa17b0a3474133689847cdbe65 (patch)
tree2bbcf7017d1e952f27ac837f7f59a88ebbab79aa /doc/_templates/px/layout.html
parent279846915261d7df506040b0ff48d93ffc3fa87d (diff)
downloadpython-coveragepy-git-3c239604f0315aaa17b0a3474133689847cdbe65.tar.gz
Change how the beta docs are made, and make them more beta-y
Diffstat (limited to 'doc/_templates/px/layout.html')
-rw-r--r--doc/_templates/px/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/_templates/px/layout.html b/doc/_templates/px/layout.html
index 19056897..02d36136 100644
--- a/doc/_templates/px/layout.html
+++ b/doc/_templates/px/layout.html
@@ -2,7 +2,7 @@
<?xml version="1.0" encoding="utf-8" ?>
{%- endblock %}
-<page title='{{ title|striptags }}'>
+<page title='{{ title|striptags }}' {% if "beta" in release %}index='no'{% endif %}>
{% block document -%}
{%- block body %} {% endblock -%}
{%- endblock %}