From: Ned Deily Date: Thu, 12 Oct 2017 18:19:07 +0000 (-0400) Subject: bpo-31766: restore 3.5 to docs version switchers (#3970) X-Git-Tag: v3.6.4rc1~171 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f8d42ea0e4341b270f1de71b4ff40cfa18420eed;p=thirdparty%2FPython%2Fcpython.git bpo-31766: restore 3.5 to docs version switchers (#3970) --- 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 a3c4bc8e3a90..c73c406426a2 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 %}