summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-10-04 03:03:52 (GMT)
committerGitHub <noreply@github.com>2017-10-04 03:03:52 (GMT)
commit598c4d1c10abc2cba73d16d9f7f2bc565d79d19a (patch)
tree489398f6dd5380a443b65b5e60514b4fe15f9e46
parenta65b2420f681c45db43e94bfe3dc50ad1dfcd03d (diff)
downloadcpython-598c4d1c10abc2cba73d16d9f7f2bc565d79d19a.zip
cpython-598c4d1c10abc2cba73d16d9f7f2bc565d79d19a.tar.gz
cpython-598c4d1c10abc2cba73d16d9f7f2bc565d79d19a.tar.bz2
Remove retired and security branches from active docs (#3880)
-rw-r--r--Doc/tools/static/switchers.js3
-rw-r--r--Doc/tools/templates/indexsidebar.html1
2 files changed, 0 insertions, 4 deletions
diff --git a/Doc/tools/static/switchers.js b/Doc/tools/static/switchers.js
index bd31fac..c2b342b 100644
--- a/Doc/tools/static/switchers.js
+++ b/Doc/tools/static/switchers.js
@@ -12,9 +12,6 @@
var all_versions = {
'3.7': 'dev (3.7)',
'3.6': '3.6',
- '3.5': '3.5',
- '3.4': '3.4',
- '3.3': '3.3',
'2.7': '2.7',
};
diff --git a/Doc/tools/templates/indexsidebar.html b/Doc/tools/templates/indexsidebar.html
index 413c0a7..a3c4bc8 100644
--- a/Doc/tools/templates/indexsidebar.html
+++ b/Doc/tools/templates/indexsidebar.html
@@ -3,7 +3,6 @@
<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.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>