summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-03-17 06:36:45 (GMT)
committerGeorg Brandl <georg@python.org>2014-03-17 06:36:45 (GMT)
commitb553ce1736d02944639f23041ca48a1c36f2b1e2 (patch)
tree6b73bbd9db4c4cc956c78a9f524c8f01c34103c7 /Doc/tools
parente3af6f0a888aa16c364fb20a7f9ea82ca9374d0c (diff)
downloadcpython-b553ce1736d02944639f23041ca48a1c36f2b1e2.zip
cpython-b553ce1736d02944639f23041ca48a1c36f2b1e2.tar.gz
cpython-b553ce1736d02944639f23041ca48a1c36f2b1e2.tar.bz2
Update doc version switcher for 3.4/3.5.
Diffstat (limited to 'Doc/tools')
-rw-r--r--Doc/tools/sphinxext/static/version_switch.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/tools/sphinxext/static/version_switch.js b/Doc/tools/sphinxext/static/version_switch.js
index cc7be1c..e5528eb 100644
--- a/Doc/tools/sphinxext/static/version_switch.js
+++ b/Doc/tools/sphinxext/static/version_switch.js
@@ -2,7 +2,8 @@
'use strict';
var all_versions = {
- '3.4': 'dev (3.4)',
+ '3.5': 'dev (3.5)',
+ '3.4': '3.4',
'3.3': '3.3',
'3.2': '3.2',
'2.7': '2.7',