summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-12-07 23:37:12 -0500
committerNed Deily <nad@python.org>2016-12-07 23:37:12 -0500
commit856204a815b230b6ffa9e02712e31e38f1313755 (patch)
tree508f8bfd6f3ed7bee54efcc1ba0dbc813df51b9a
parentd63c65ad8a4f4ac7a7f1a626529e8ac1ddebbdb9 (diff)
downloadcpython-856204a815b230b6ffa9e02712e31e38f1313755.tar.gz
Issue #28900: Update documentation sidebar for 3.6.0rc.
-rw-r--r--Doc/tools/templates/indexsidebar.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/tools/templates/indexsidebar.html b/Doc/tools/templates/indexsidebar.html
index bb449ef1cd..413c0a7699 100644
--- a/Doc/tools/templates/indexsidebar.html
+++ b/Doc/tools/templates/indexsidebar.html
@@ -3,7 +3,8 @@
<h3>{% trans %}Docs for other versions{% endtrans %}</h3>
<ul>
<li><a href="https://docs.python.org/2.7/">{% trans %}Python 2.7 (stable){% endtrans %}</a></li>
- <li><a href="https://docs.python.org/3.4/">{% trans %}Python 3.4 (stable){% endtrans %}</a></li>
+ <li><a href="https://docs.python.org/3.5/">{% trans %}Python 3.5 (stable){% endtrans %}</a></li>
+ <li><a href="https://docs.python.org/3.7/">{% trans %}Python 3.7 (in development){% endtrans %}</a></li>
<li><a href="https://www.python.org/doc/versions/">{% trans %}Old versions{% endtrans %}</a></li>
</ul>