summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2021-07-15 06:58:39 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-25 18:06:24 +0100
commit03aa1fa0e3aed58407b880a96ef89a0091bd86c5 (patch)
treec3a444670710d952ec6ff8a07f58fb69e8282ef0
parent9b7f1d687d805cbd5d235dabebc64d6f4591ea3f (diff)
downloadpoky-03aa1fa0e3aed58407b880a96ef89a0091bd86c5.tar.gz
documentation: prepare for 3.1.10 release
(From yocto-docs rev: 180d5fcb893e8b2ebcd779d1b07f5c9e8e1bceca) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/conf.py2
-rw-r--r--documentation/poky.yaml8
-rw-r--r--documentation/releases.rst3
-rw-r--r--documentation/sphinx-static/switchers.js2
4 files changed, 8 insertions, 7 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index 99bf4b364e..82fa325545 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.9" 19current_version = "3.1.10"
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 999779e7cc..590af46ebd 100644
--- a/documentation/poky.yaml
+++ b/documentation/poky.yaml
@@ -1,11 +1,11 @@
1DISTRO : "3.1.9" 1DISTRO : "3.1.10"
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.9" 5YOCTO_DOC_VERSION : "3.1.10"
6YOCTO_DOC_VERSION_MINUS_ONE : "3.0.2" 6YOCTO_DOC_VERSION_MINUS_ONE : "3.0.2"
7DISTRO_REL_TAG : "yocto-3.1.9" 7DISTRO_REL_TAG : "yocto-3.1.10"
8POKYVERSION : "23.0.9" 8POKYVERSION : "23.0.10"
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 e272cdc720..78f604e2a1 100644
--- a/documentation/releases.rst
+++ b/documentation/releases.rst
@@ -16,8 +16,9 @@
16- :yocto_docs:`3.1.5 Documentation </3.1.5>` 16- :yocto_docs:`3.1.5 Documentation </3.1.5>`
17- :yocto_docs:`3.1.6 Documentation </3.1.6>` 17- :yocto_docs:`3.1.6 Documentation </3.1.6>`
18- :yocto_docs:`3.1.7 Documentation </3.1.7>` 18- :yocto_docs:`3.1.7 Documentation </3.1.7>`
19- :yocto_docs:`3.1.7 Documentation </3.1.8>` 19- :yocto_docs:`3.1.8 Documentation </3.1.8>`
20- :yocto_docs:`3.1.9 Documentation </3.1.9>` 20- :yocto_docs:`3.1.9 Documentation </3.1.9>`
21- :yocto_docs:`3.1.10 Documentation </3.1.10>`
21 22
22========================== 23==========================
23 Previous Release Manuals 24 Previous Release Manuals
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
index 06d4a87091..a6432ae9b0 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.1.9': '3.1.9', 6 '3.1.10': '3.1.10',
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 };