summaryrefslogtreecommitdiffstats
path: root/documentation/sphinx-static
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-12-13 16:17:47 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-13 23:26:24 +0000
commitff138c3ae9f96d1afacd1d21131413a4d0dbdc74 (patch)
tree4bd1b72866116aeec9cadd7cf4d4ba9256db00ef /documentation/sphinx-static
parente9d4e26b4475916ee377d0632442f55711ba5bb2 (diff)
downloadpoky-ff138c3ae9f96d1afacd1d21131413a4d0dbdc74.tar.gz
updates for recent releases
(From yocto-docs rev: a6b10a8e2491e284e7faf439fa196605ddf40943) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sphinx-static')
-rw-r--r--documentation/sphinx-static/switchers.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
index b15f5b3c1b..056a8926ba 100644
--- a/documentation/sphinx-static/switchers.js
+++ b/documentation/sphinx-static/switchers.js
@@ -3,10 +3,10 @@
3 3
4 var all_versions = { 4 var all_versions = {
5 'dev': 'dev (3.5)', 5 'dev': 'dev (3.5)',
6 '3.4': '3.4', 6 '3.4.1': '3.4.1',
7 '3.3.4': '3.3.4', 7 '3.3.4': '3.3.4',
8 '3.2.4': '3.2.4', 8 '3.2.4': '3.2.4',
9 '3.1.11': '3.1.11', 9 '3.1.12': '3.1.12',
10 '3.0.4': '3.0.4', 10 '3.0.4': '3.0.4',
11 '2.7.4': '2.7.4', 11 '2.7.4': '2.7.4',
12 }; 12 };