Skip to content

Commit e2d0dd2

Browse files
authored
Remove retired and security branches from active docs (python#3879)
1 parent 27c623c commit e2d0dd2

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Doc/tools/static/switchers.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
var all_versions = {
1313
'3.7': 'dev (3.7)',
1414
'3.6': '3.6',
15-
'3.5': '3.5',
16-
'3.4': '3.4',
17-
'3.3': '3.3',
1815
'2.7': '2.7',
1916
};
2017

Doc/tools/templates/indexsidebar.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ <h3>{% trans %}Download{% endtrans %}</h3>
33
<h3>{% trans %}Docs for other versions{% endtrans %}</h3>
44
<ul>
55
<li><a href="https://docs.python.org/2.7/">{% trans %}Python 2.7 (stable){% endtrans %}</a></li>
6-
<li><a href="https://docs.python.org/3.5/">{% trans %}Python 3.5 (stable){% endtrans %}</a></li>
76
<li><a href="https://docs.python.org/3.6/">{% trans %}Python 3.6 (stable){% endtrans %}</a></li>
87
<li><a href="https://www.python.org/doc/versions/">{% trans %}Old versions{% endtrans %}</a></li>
98
</ul>

0 commit comments

Comments
 (0)