From 98d101475ac9b6339c71f33221b6e0e5951e8a6a Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Thu, 21 Oct 2021 10:43:32 +0200 Subject: [PATCH] conf: update for release 3.4 conf.py: * set version to 3.4 switchers.js: * add 3.4 release * update 'dev' to 3.5 (From yocto-docs rev: 063e21e1eaffa3e43119800bea50263e12b45f92) Signed-off-by: Quentin Schulz Signed-off-by: Richard Purdie --- documentation/conf.py | 2 +- documentation/sphinx-static/switchers.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/documentation/conf.py b/documentation/conf.py index 8e0847938e..104b49ea02 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -16,7 +16,7 @@ import os import sys import datetime -current_version = "dev" +current_version = "3.4" # String used in sidebar version = 'Version: ' + current_version diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js index 1e37b625a6..6038dbb5a7 100644 --- a/documentation/sphinx-static/switchers.js +++ b/documentation/sphinx-static/switchers.js @@ -2,7 +2,8 @@ 'use strict'; var all_versions = { - 'dev': 'dev (3.4)', + 'dev': 'dev (3.5)', + '3.4': '3.4', '3.3.3': '3.3.3', '3.2.4': '3.2.4', '3.1.11': '3.1.11',