summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2021-04-06 05:48:42 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-13 14:11:52 +0100
commitd705a2325adce2b41c48052166ba47cdcf6def6d (patch)
tree34baf438e2b66012fe31b250b8f3ddd2822068d4 /documentation
parent251639560dd29bd2da5e694c1d5958ca26b12d0d (diff)
downloadpoky-d705a2325adce2b41c48052166ba47cdcf6def6d.tar.gz
documentation: prepare for 3.1.7 release
(From yocto-docs rev: 5a54200a8702e473ecbbc3dbbdaa24169796c9e8) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/conf.py2
-rw-r--r--documentation/poky.yaml8
-rw-r--r--documentation/releases.rst6
-rw-r--r--documentation/sphinx-static/switchers.js4
4 files changed, 13 insertions, 7 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index c2e9801fd9..4d31850887 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -16,7 +16,7 @@ import os
16import sys 16import sys
17import datetime 17import datetime
18 18
19current_version = "3.1.6" 19current_version = "3.1.7"
20 20
21# String used in sidebar 21# String used in sidebar
22version = 'Version: ' + current_version 22version = 'Version: ' + current_version
diff --git a/documentation/poky.yaml b/documentation/poky.yaml
index ee9b2acbeb..d72e68c21a 100644
--- a/documentation/poky.yaml
+++ b/documentation/poky.yaml
@@ -1,11 +1,11 @@
1DISTRO : "3.1.6" 1DISTRO : "3.1.7"
2DISTRO_NAME_NO_CAP : "dunfell" 2DISTRO_NAME_NO_CAP : "dunfell"
3DISTRO_NAME : "Dunfell" 3DISTRO_NAME : "Dunfell"
4DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus" 4DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus"
5YOCTO_DOC_VERSION : "3.1.6" 5YOCTO_DOC_VERSION : "3.1.7"
6YOCTO_DOC_VERSION_MINUS_ONE : "3.0.2" 6YOCTO_DOC_VERSION_MINUS_ONE : "3.0.2"
7DISTRO_REL_TAG : "yocto-3.1.6" 7DISTRO_REL_TAG : "yocto-3.1.7"
8POKYVERSION : "23.0.6" 8POKYVERSION : "23.0.7"
9YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;" 9YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
10YOCTO_DL_URL : "https://downloads.yoctoproject.org" 10YOCTO_DL_URL : "https://downloads.yoctoproject.org"
11YOCTO_AB_URL : "https://autobuilder.yoctoproject.org" 11YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"
diff --git a/documentation/releases.rst b/documentation/releases.rst
index 536c3a6d2c..2311fa885e 100644
--- a/documentation/releases.rst
+++ b/documentation/releases.rst
@@ -11,6 +11,11 @@
11- :yocto_docs:`3.1 Documentation </3.1>` 11- :yocto_docs:`3.1 Documentation </3.1>`
12- :yocto_docs:`3.1.1 Documentation </3.1.1>` 12- :yocto_docs:`3.1.1 Documentation </3.1.1>`
13- :yocto_docs:`3.1.2 Documentation </3.1.2>` 13- :yocto_docs:`3.1.2 Documentation </3.1.2>`
14- :yocto_docs:`3.1.3 Documentation </3.1.3>`
15- :yocto_docs:`3.1.4 Documentation </3.1.4>`
16- :yocto_docs:`3.1.5 Documentation </3.1.5>`
17- :yocto_docs:`3.1.6 Documentation </3.1.6>`
18- :yocto_docs:`3.1.7 Documentation </3.1.7>`
14 19
15========================== 20==========================
16 Previous Release Manuals 21 Previous Release Manuals
@@ -24,6 +29,7 @@
24- :yocto_docs:`3.0.1 Documentation </3.0.1>` 29- :yocto_docs:`3.0.1 Documentation </3.0.1>`
25- :yocto_docs:`3.0.2 Documentation </3.0.2>` 30- :yocto_docs:`3.0.2 Documentation </3.0.2>`
26- :yocto_docs:`3.0.3 Documentation </3.0.3>` 31- :yocto_docs:`3.0.3 Documentation </3.0.3>`
32- :yocto_docs:`3.0.4 Documentation </3.0.4>`
27 33
28**************************** 34****************************
292.7 'warrior' Release Series 352.7 'warrior' Release Series
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
index b28d91c080..cfbc5d5dbf 100644
--- a/documentation/sphinx-static/switchers.js
+++ b/documentation/sphinx-static/switchers.js
@@ -2,8 +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.1.3': '3.1.3', 6 '3.1.7': '3.1.7',
7 '3.0.4': '3.0.4', 7 '3.0.4': '3.0.4',
8 '2.7.4': '2.7.4', 8 '2.7.4': '2.7.4',
9 }; 9 };