summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Halstead <mhalstead@linuxfoundation.org>2020-12-15 10:59:41 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-15 23:03:47 +0000
commit82b8dc9cccd32197a775800ee0dfc1841ef00e0c (patch)
treedbb74cdc8e3785ff29fbc44a77e46600c786260d /documentation
parenteda1c1459dafc5075e582f4b3a5df3083781fa1f (diff)
downloadpoky-82b8dc9cccd32197a775800ee0dfc1841ef00e0c.tar.gz
releases: conf: add link to 3.2.1, update to include 3.2.1
(From yocto-docs rev: b268b1b190861cb203fa642e57794acb402280a7) Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/releases.rst1
-rw-r--r--documentation/sphinx-static/switchers.js2
2 files changed, 2 insertions, 1 deletions
diff --git a/documentation/releases.rst b/documentation/releases.rst
index 2546300556..b409072021 100644
--- a/documentation/releases.rst
+++ b/documentation/releases.rst
@@ -9,6 +9,7 @@
9******************************* 9*******************************
10 10
11- :yocto_docs:`3.2 Documentation </3.2>` 11- :yocto_docs:`3.2 Documentation </3.2>`
12- :yocto_docs:`3.2.1 Documentation </3.2.1>`
12 13
13**************************** 14****************************
143.1 'dunfell' Release Series 153.1 'dunfell' Release Series
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
index fc901d3298..754de2e6af 100644
--- a/documentation/sphinx-static/switchers.js
+++ b/documentation/sphinx-static/switchers.js
@@ -3,7 +3,7 @@
3 3
4 var all_versions = { 4 var all_versions = {
5 'dev': 'dev (3.3)', 5 'dev': 'dev (3.3)',
6 '3.2': '3.2', 6 '3.2.1': '3.2.1',
7 '3.1.4': '3.1.4', 7 '3.1.4': '3.1.4',
8 '3.0.4': '3.0.4', 8 '3.0.4': '3.0.4',
9 '2.7.4': '2.7.4', 9 '2.7.4': '2.7.4',