From: Julien Palard Date: Tue, 4 Jun 2019 23:15:33 +0000 (+0200) Subject: Doc: Python 3.9 in sidebar and version switcher. (GH-13824) X-Git-Tag: v3.9.0a1~1373 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=59e7bbcaa4d0d556591f774c5ea4869c41fa95b0;p=thirdparty%2FPython%2Fcpython.git Doc: Python 3.9 in sidebar and version switcher. (GH-13824) --- diff --git a/Doc/tools/static/switchers.js b/Doc/tools/static/switchers.js index 346b31494e60..fa298a76b0fe 100644 --- a/Doc/tools/static/switchers.js +++ b/Doc/tools/static/switchers.js @@ -10,7 +10,8 @@ '(?:release/\\d.\\d[\\x\\d\\.]*)']; var all_versions = { - '3.8': 'dev (3.8)', + '3.9': 'dev (3.9)', + '3.8': 'pre (3.8)', '3.7': '3.7', '3.6': '3.6', '3.5': '3.5', diff --git a/Doc/tools/templates/indexsidebar.html b/Doc/tools/templates/indexsidebar.html index 3666af92f0da..4fd7423430ca 100644 --- a/Doc/tools/templates/indexsidebar.html +++ b/Doc/tools/templates/indexsidebar.html @@ -2,7 +2,8 @@

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

{% trans %}Docs by version{% endtrans %}