summaryrefslogtreecommitdiffstats
path: root/Doc/tools/templates
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 /Doc/tools/templates
parenta65b2420f681c45db43e94bfe3dc50ad1dfcd03d (diff)
downloadcpython-598c4d1c10abc2cba73d16d9f7f2bc565d79d19a.zip
cpython-598c4d1c10abc2cba73d16d9f7f2bc565d79d19a.tar.gz
cpython-598c4d1c10abc2cba73d16d9f7f2bc565d79d19a.tar.bz2
Remove retired and security branches from active docs (#3880)
Diffstat (limited to 'Doc/tools/templates')
-rw-r--r--Doc/tools/templates/indexsidebar.html1
1 files changed, 0 insertions, 1 deletions
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>