diff options
author | Michael Halstead <mhalstead@linuxfoundation.org> | 2021-06-30 14:09:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-02 07:24:21 +0100 |
commit | bc164bd86aadf981bb29807ab95265f79a176f8d (patch) | |
tree | 988231ec3734e8e7cf366de06ee74f9a0c7e6c3d /documentation | |
parent | 07630f3cfd4ec19fb33c9423786512ebce84b254 (diff) | |
download | poky-bc164bd86aadf981bb29807ab95265f79a176f8d.tar.gz |
releases: update to include 3.1.9
Adding 3.1.9 to documentation switcher and release list.
(From yocto-docs rev: 6951b86a2e0e95bb72db12624efa23fec579bc70)
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.rst | 1 | ||||
-rw-r--r-- | documentation/sphinx-static/switchers.js | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/documentation/releases.rst b/documentation/releases.rst index 890cd037ff..d6e1fb3c19 100644 --- a/documentation/releases.rst +++ b/documentation/releases.rst | |||
@@ -34,6 +34,7 @@ Release Series 3.1 (dunfell) | |||
34 | - :yocto_docs:`3.1.6 Documentation </3.1.6>` | 34 | - :yocto_docs:`3.1.6 Documentation </3.1.6>` |
35 | - :yocto_docs:`3.1.7 Documentation </3.1.7>` | 35 | - :yocto_docs:`3.1.7 Documentation </3.1.7>` |
36 | - :yocto_docs:`3.1.8 Documentation </3.1.8>` | 36 | - :yocto_docs:`3.1.8 Documentation </3.1.8>` |
37 | - :yocto_docs:`3.1.8 Documentation </3.1.9>` | ||
37 | 38 | ||
38 | ========================== | 39 | ========================== |
39 | Outdated Release Manuals | 40 | Outdated Release Manuals |
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js index 301c2315a9..63649354b0 100644 --- a/documentation/sphinx-static/switchers.js +++ b/documentation/sphinx-static/switchers.js | |||
@@ -5,7 +5,7 @@ | |||
5 | 'dev': 'dev (3.4)', | 5 | 'dev': 'dev (3.4)', |
6 | '3.3.1': '3.3.1', | 6 | '3.3.1': '3.3.1', |
7 | '3.2.4': '3.2.4', | 7 | '3.2.4': '3.2.4', |
8 | '3.1.8': '3.1.8', | 8 | '3.1.9': '3.1.9', |
9 | '3.0.4': '3.0.4', | 9 | '3.0.4': '3.0.4', |
10 | '2.7.4': '2.7.4', | 10 | '2.7.4': '2.7.4', |
11 | }; | 11 | }; |