From 0a39b9d3547f67f7a26f5fe4530f87373381e0fb Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Mon, 13 Dec 2021 16:32:45 +0100 Subject: [PATCH] updates for recent releases (From yocto-docs rev: 3d0b9af776cd278ca2cb86de9a4aaf0d7ddfa87a) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/releases.rst | 8 ++++++++ documentation/sphinx-static/switchers.js | 8 +++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/documentation/releases.rst b/documentation/releases.rst index ae5ce7b69c..acee21d6ba 100644 --- a/documentation/releases.rst +++ b/documentation/releases.rst @@ -4,6 +4,13 @@ Current Release Manuals ========================= +******************************* +3.4 'honister' Release Series +******************************* + +- :yocto_docs:`3.4 Documentation ` +- :yocto_docs:`3.4.1 Documentation ` + ******************************* 3.3 'hardknott' Release Series ******************************* @@ -30,6 +37,7 @@ - :yocto_docs:`3.1.9 Documentation ` - :yocto_docs:`3.1.10 Documentation ` - :yocto_docs:`3.1.11 Documentation ` +- :yocto_docs:`3.1.12 Documentation ` ========================== Previous Release Manuals diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js index 7a4edc9e77..056a8926ba 100644 --- a/documentation/sphinx-static/switchers.js +++ b/documentation/sphinx-static/switchers.js @@ -2,9 +2,11 @@ 'use strict'; var all_versions = { - 'dev': 'dev (3.3)', - '3.2.3': '3.2.3', - '3.1.6': '3.1.6', + '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', };