From: Georg Brandl Date: Mon, 17 Mar 2014 06:36:45 +0000 (+0100) Subject: Update doc version switcher for 3.4/3.5. X-Git-Tag: v3.4.1rc1~232^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56d3a03f706b54be307f7627db6d881eb851d2b1;p=python Update doc version switcher for 3.4/3.5. --- diff --git a/Doc/tools/sphinxext/static/version_switch.js b/Doc/tools/sphinxext/static/version_switch.js index cc7be1c539..e5528ebcef 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',