Skip to content

Commit

Permalink
Update documentation index sidebar for 3.6.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ned-deily committed Dec 23, 2016
1 parent 7e93c84 commit e31b15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/tools/templates/indexsidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ <h3>{% trans %}Download{% endtrans %}</h3>
<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.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://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>
Expand Down

0 comments on commit e31b15c

Please sign in to comment.