From: Ned Deily Date: Wed, 4 Oct 2017 03:33:54 +0000 (-0400) Subject: Remove retired and security branches from active docs (#3883) X-Git-Tag: v3.4.8rc1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=727f419b1a2c32fcc7f86be4c63671740b1f7940;p=thirdparty%2FPython%2Fcpython.git Remove retired and security branches from active docs (#3883) --- diff --git a/Doc/tools/static/version_switch.js b/Doc/tools/static/version_switch.js index 7289a4d01ea2..ea08a960f9d8 100644 --- a/Doc/tools/static/version_switch.js +++ b/Doc/tools/static/version_switch.js @@ -2,13 +2,11 @@ 'use strict'; var all_versions = { - '3.6': 'dev (3.6)', + '3.7': 'dev (3.7)', + '3.6': '3.6', '3.5': '3.5', '3.4': '3.4', - '3.3': '3.3', - '3.2': '3.2', - '2.7': '2.7', - '2.6': '2.6' + '2.7': '2.7' }; function build_select(current_version, current_release) { diff --git a/Doc/tools/templates/indexsidebar.html b/Doc/tools/templates/indexsidebar.html index abdf070772c8..8b009418a4ab 100644 --- a/Doc/tools/templates/indexsidebar.html +++ b/Doc/tools/templates/indexsidebar.html @@ -3,8 +3,8 @@

Docs for other versions