From 0447aace57d46c4de4d120b430384e99fc3a5e0c Mon Sep 17 00:00:00 2001 From: Michael Halstead Date: Wed, 2 Mar 2022 22:20:52 -0800 Subject: releases: update to include 3.3.5 Adding 3.3.5 to documentation switcher and release list. (From yocto-docs rev: 78545b8f42657c21bc3cac96429d3950b07a3aca) Signed-off-by: Michael Halstead Signed-off-by: Richard Purdie --- documentation/poky.yaml | 2 +- documentation/releases.rst | 1 + documentation/sphinx-static/switchers.js | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/documentation/poky.yaml b/documentation/poky.yaml index 0935e28251..4f4f3e3a99 100644 --- a/documentation/poky.yaml +++ b/documentation/poky.yaml @@ -4,7 +4,7 @@ DISTRO_NAME : "Honister" DISTRO_NAME_NO_CAP_MINUS_ONE : "hardknott" DISTRO_NAME_NO_CAP_LTS : "dunfell" YOCTO_DOC_VERSION : "3.4.2" -YOCTO_DOC_VERSION_MINUS_ONE : "3.3.4" +YOCTO_DOC_VERSION_MINUS_ONE : "3.3.5" DISTRO_REL_TAG : "yocto-3.4.2" POKYVERSION : "26.0.2" YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;" diff --git a/documentation/releases.rst b/documentation/releases.rst index a8c6d2c9f9..1f6c49d496 100644 --- a/documentation/releases.rst +++ b/documentation/releases.rst @@ -28,6 +28,7 @@ Release Series 3.3 (hardknott) - :yocto_docs:`3.3.2 Documentation ` - :yocto_docs:`3.3.3 Documentation ` - :yocto_docs:`3.3.4 Documentation ` +- :yocto_docs:`3.3.5 Documentation ` **************************** Release Series 3.1 (dunfell) diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js index c4c3bd64c9..3ea8927d78 100644 --- a/documentation/sphinx-static/switchers.js +++ b/documentation/sphinx-static/switchers.js @@ -12,7 +12,7 @@ by https://git.yoctoproject.org/yocto-autobuilder-helper/tree/scripts/run-docs-b var all_versions = { 'dev': 'dev (3.5)', '3.4.2': '3.4.2', - '3.3.4': '3.3.4', + '3.3.5': '3.3.5', '3.2.4': '3.2.4', '3.1.14': '3.1.14', '3.0.4': '3.0.4', -- cgit v1.2.3-54-g00ecf