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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7cbfe49e39a7bbd7da20b937735a8a60bbf1872;p=thirdparty%2FPython%2Fcpython.git 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 c2b342b919a2..c450f5eafffc 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 4d01842dc67a..9fa814f923b6 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 %}