summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Halstead <mhalstead@linuxfoundation.org>2022-02-16 23:04:15 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-17 11:47:28 +0000
commit7f93b8dff575836e733a67203c9997a40dd18d1e (patch)
treeaaa96c3cb28c988f810800b71461a655fbe7856b
parentfca7b22674a2e23fb1cfcc46550531154c90fee6 (diff)
downloadpoky-7f93b8dff575836e733a67203c9997a40dd18d1e.tar.gz
releases: update to include 3.1.14
Adding 3.1.14 to documentation switcher and release list. (From yocto-docs rev: 2e3ec94e906a255cd7b22dfca29a6148fc433732) Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 57e4566e1b..affe63403c 100644
--- a/documentation/releases.rst
+++ b/documentation/releases.rst
@@ -39,6 +39,7 @@ Release Series 3.1 (dunfell)
39- :yocto_docs:`3.1.11 Documentation </3.1.11>` 39- :yocto_docs:`3.1.11 Documentation </3.1.11>`
40- :yocto_docs:`3.1.12 Documentation </3.1.12>` 40- :yocto_docs:`3.1.12 Documentation </3.1.12>`
41- :yocto_docs:`3.1.13 Documentation </3.1.13>` 41- :yocto_docs:`3.1.13 Documentation </3.1.13>`
42- :yocto_docs:`3.1.14 Documentation </3.1.14>`
42 43
43========================== 44==========================
44 Outdated Release Manuals 45 Outdated Release Manuals
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
index bda15485c0..1d65fa7fae 100644
--- a/documentation/sphinx-static/switchers.js
+++ b/documentation/sphinx-static/switchers.js
@@ -6,7 +6,7 @@
6 '3.4.1': '3.4.1', 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.13': '3.1.13', 9 '3.1.14': '3.1.14',
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 };