summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-10-23 16:57:42 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-26 22:12:42 +0000
commit1dfd37d30953208fd998cef79483f371330a754e (patch)
treee2b021bed0044671093bd116d6895545a50a9bb1
parentc0f18b8bf56a730032fd06a5796caab70cd52379 (diff)
downloadpoky-1dfd37d30953208fd998cef79483f371330a754e.tar.gz
sphinx: add 3.1.3 and 3.0.4 release in the switcher
(From yocto-docs rev: 64c7cb54e031b5b0babc8ee33dac0b9162a5f391) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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