From 727f419b1a2c32fcc7f86be4c63671740b1f7940 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Tue, 3 Oct 2017 23:33:54 -0400 Subject: [PATCH] Remove retired and security branches from active docs (#3883) --- Doc/tools/static/version_switch.js | 8 +++----- Doc/tools/templates/indexsidebar.html | 4 ++-- 2 files changed, 5 insertions(+), 7 deletions(-) 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

-- 2.47.3