From 0a8ff1bbd7a90baf989e10d0baeb887c80f09100 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Tue, 3 Oct 2017 23:29:07 -0400 Subject: [PATCH] Remove retired and security branches from active docs (#3882) --- Doc/tools/static/version_switch.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/Doc/tools/static/version_switch.js b/Doc/tools/static/version_switch.js index 8b36a6167183..e8889ebfc41e 100644 --- a/Doc/tools/static/version_switch.js +++ b/Doc/tools/static/version_switch.js @@ -5,8 +5,6 @@ '3.7': 'dev (3.7)', '3.6': '3.6', '3.5': '3.5', - '3.4': '3.4', - '3.3': '3.3', '2.7': '2.7', }; -- 2.47.3