summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-10-23 16:57:42 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-04 10:55:02 +0000
commit3362474c3e9f22fe635bfc992ec7b9d000f9ce1a (patch)
treea60e403d6963fb604f24a205ebf7bf2a45466664 /documentation
parent44f8c6b68266e10aaa91e8e27228c1a7b2ca05c3 (diff)
downloadpoky-3362474c3e9f22fe635bfc992ec7b9d000f9ce1a.tar.gz
sphinx: add 3.1.3 and 3.0.4 release in the switcher
(From yocto-docs rev: 3fa0e1c53dd7e40a11e0b1216b468e18cac20c18) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 64c7cb54e031b5b0babc8ee33dac0b9162a5f391) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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 32113cfa96..b28d91c080 100644
--- a/documentation/sphinx-static/switchers.js
+++ b/documentation/sphinx-static/switchers.js
@@ -3,8 +3,8 @@
3 3
4 var all_versions = { 4 var all_versions = {
5 'dev': 'dev (3.2)', 5 'dev': 'dev (3.2)',
6 '3.1.2': '3.1.2', 6 '3.1.3': '3.1.3',
7 '3.0.3': '3.0.3', 7 '3.0.4': '3.0.4',
8 '2.7.4': '2.7.4', 8 '2.7.4': '2.7.4',
9 }; 9 };
10 10