summaryrefslogtreecommitdiffstats
path: root/documentation/sphinx-static/switchers.js
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-12-13 16:36:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-13 23:26:11 +0000
commitbdfabf0409896e44ee6bd4a94cf43beb6b1c4490 (patch)
tree111a391a9de51ce972c17a7bcea334503285bc8d /documentation/sphinx-static/switchers.js
parentcf5a00721f721d5077c73d1f4e812e5c79833fba (diff)
downloadpoky-bdfabf0409896e44ee6bd4a94cf43beb6b1c4490.tar.gz
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 <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sphinx-static/switchers.js')
-rw-r--r--documentation/sphinx-static/switchers.js5
1 files changed, 4 insertions, 1 deletions
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 @@
2 'use strict'; 2 'use strict';
3 3
4 var all_versions = { 4 var all_versions = {
5 'dev': 'dev (3.3)', 5 'dev': 'dev (3.5)',
6 '3.4.1': '3.4.1',
7 '3.3.4': '3.3.4',
8 '3.2.4': '3.2.4',
6 '3.1.12': '3.1.12', 9 '3.1.12': '3.1.12',
7 '3.0.4': '3.0.4', 10 '3.0.4': '3.0.4',
8 '2.7.4': '2.7.4', 11 '2.7.4': '2.7.4',