From 2fc65c648ea39e5fe6ced8ad229d7a445bf2a7d1 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Wed, 31 Jan 2018 22:11:02 -0500 Subject: [PATCH] Update docs template for 3.8 --- Doc/tools/static/version_switch.js | 1 + Doc/tools/templates/indexsidebar.html | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Doc/tools/static/version_switch.js b/Doc/tools/static/version_switch.js index e8889ebfc41e..018609e926c1 100644 --- a/Doc/tools/static/version_switch.js +++ b/Doc/tools/static/version_switch.js @@ -2,6 +2,7 @@ 'use strict'; var all_versions = { + '3.8': 'dev (3.8)', '3.7': 'dev (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 b7bcd74c787e..7c0fe00655e4 100644 --- a/Doc/tools/templates/indexsidebar.html +++ b/Doc/tools/templates/indexsidebar.html @@ -2,9 +2,10 @@

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

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

-- 2.47.3