From: Ned Deily Date: Thu, 12 Oct 2017 18:08:43 +0000 (-0400) Subject: bpo-31766: restore 3.5 to docs version switchers (#3969) X-Git-Tag: v3.7.0a2~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7cbfe49e39a7bbd7da20b937735a8a60bbf1872;p=python bpo-31766: restore 3.5 to docs version switchers (#3969) --- diff --git a/Doc/tools/static/switchers.js b/Doc/tools/static/switchers.js index c2b342b919..c450f5eaff 100644 --- a/Doc/tools/static/switchers.js +++ b/Doc/tools/static/switchers.js @@ -12,6 +12,7 @@ var all_versions = { '3.7': 'dev (3.7)', '3.6': '3.6', + '3.5': '3.5', '2.7': '2.7', }; diff --git a/Doc/tools/templates/indexsidebar.html b/Doc/tools/templates/indexsidebar.html index 4d01842dc6..9fa814f923 100644 --- a/Doc/tools/templates/indexsidebar.html +++ b/Doc/tools/templates/indexsidebar.html @@ -2,8 +2,9 @@

{% trans %}Download these documents{% endtrans %}

{% trans %}Docs for other versions{% endtrans %}