summaryrefslogtreecommitdiffstats
path: root/documentation/sphinx-static
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-11-09 14:08:11 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-09 13:16:18 +0000
commitcdae385f7dddac2f4ceabb1ef3a673266bebcdf2 (patch)
treea78095885fe007cac8f1f0cdf5d9604bf6488b6e /documentation/sphinx-static
parentb7a7dde44ab2cb6794b45b1702a30d69bc1ae42f (diff)
downloadpoky-cdae385f7dddac2f4ceabb1ef3a673266bebcdf2.tar.gz
conf: update for release 3.2
conf.py: * set version to 3.2 switchers.js * add 3.2 release * update 'dev' to 3.3 (From yocto-docs rev: eac8b251be5cd28ebec32345562c838dd5f43b00) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sphinx-static')
-rw-r--r--documentation/sphinx-static/switchers.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
index b28d91c080..fe9841b103 100644
--- a/documentation/sphinx-static/switchers.js
+++ b/documentation/sphinx-static/switchers.js
@@ -2,7 +2,8 @@
2 'use strict'; 2 'use strict';
3 3
4 var all_versions = { 4 var all_versions = {
5 'dev': 'dev (3.2)', 5 'dev': 'dev (3.3)',
6 '3.2': '3.2',
6 '3.1.3': '3.1.3', 7 '3.1.3': '3.1.3',
7 '3.0.4': '3.0.4', 8 '3.0.4': '3.0.4',
8 '2.7.4': '2.7.4', 9 '2.7.4': '2.7.4',