From bdfabf0409896e44ee6bd4a94cf43beb6b1c4490 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Mon, 13 Dec 2021 16:36:34 +0100 Subject: available release updates Fix reference to the latest 3.0.x version Aligning releases.rst and sphinx-static/switchers.js with the contents in master-next (From yocto-docs rev: 77db6738d58ba4bdc68deb74775c00a332fcc86c) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/sphinx-static/switchers.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'documentation/sphinx-static/switchers.js') diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js index 87160d8ba9..056a8926ba 100644 --- a/documentation/sphinx-static/switchers.js +++ b/documentation/sphinx-static/switchers.js @@ -2,7 +2,10 @@ 'use strict'; var all_versions = { - 'dev': 'dev (3.3)', + 'dev': 'dev (3.5)', + '3.4.1': '3.4.1', + '3.3.4': '3.3.4', + '3.2.4': '3.2.4', '3.1.12': '3.1.12', '3.0.4': '3.0.4', '2.7.4': '2.7.4', -- cgit v1.2.3-54-g00ecf