From cdae385f7dddac2f4ceabb1ef3a673266bebcdf2 Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Mon, 9 Nov 2020 14:08:11 +0100 Subject: conf: update for release 3.2 conf.py: * set version to 3.2 switchers.js * add 3.2 release * update 'dev' to 3.3 (From yocto-docs rev: eac8b251be5cd28ebec32345562c838dd5f43b00) Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie --- documentation/sphinx-static/switchers.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'documentation/sphinx-static') diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js index b28d91c080..fe9841b103 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.2)', + 'dev': 'dev (3.3)', + '3.2': '3.2', '3.1.3': '3.1.3', '3.0.4': '3.0.4', '2.7.4': '2.7.4', -- cgit v1.2.3-54-g00ecf