diff options
author | Ned Deily <nad@python.org> | 2016-12-23 09:17:38 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-12-23 09:17:38 (GMT) |
commit | 9800686714518d5de0c72a9cb22bb6a33f9bec62 (patch) | |
tree | f8c1473a8f8e2ac482d835dd304102dc91c25596 /Doc/tools | |
parent | 190042a48f9ba58261c89a0d88775b8088214f3f (diff) | |
parent | 6df6676c28a6c63b71f992ab872b285e2282e4fd (diff) | |
download | cpython-9800686714518d5de0c72a9cb22bb6a33f9bec62.zip cpython-9800686714518d5de0c72a9cb22bb6a33f9bec62.tar.gz cpython-9800686714518d5de0c72a9cb22bb6a33f9bec62.tar.bz2 |
Update documentation index sidebar for 3.6.0 release.
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/templates/indexsidebar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/templates/indexsidebar.html b/Doc/tools/templates/indexsidebar.html index 5067c6e..72a4d7a 100644 --- a/Doc/tools/templates/indexsidebar.html +++ b/Doc/tools/templates/indexsidebar.html @@ -4,7 +4,7 @@ <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.5/">{% trans %}Python 3.5 (stable){% endtrans %}</a></li> - <li><a href="https://docs.python.org/3.6/">{% trans %}Python 3.6 (pre-release){% endtrans %}</a></li> + <li><a href="https://docs.python.org/3.6/">{% trans %}Python 3.6 (stable){% endtrans %}</a></li> <li><a href="https://www.python.org/doc/versions/">{% trans %}Old versions{% endtrans %}</a></li> </ul> |