summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2021-05-17 04:33:02 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-22 12:16:45 +0100
commit97039a5db60b328f94526d9a95de0c8ef4fc0d2e (patch)
tree4fa056818cf5ee2b6bc15fb76d1a8aa052cc642b /documentation
parent2f920fcca18e08a01bcf9002d9f1c6ffc7d8f9ec (diff)
downloadpoky-97039a5db60b328f94526d9a95de0c8ef4fc0d2e.tar.gz
documentation: prepare for 3.1.8 release
(From yocto-docs rev: 09b64a4d246bdcca62dddee152deef7b0dea69d7) 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.rst1
-rw-r--r--documentation/sphinx-static/switchers.js2
4 files changed, 7 insertions, 6 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index 4d31850887..7a57b30652 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.7" 19current_version = "3.1.8"
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 d72e68c21a..8d42c44964 100644
--- a/documentation/poky.yaml
+++ b/documentation/poky.yaml
@@ -1,11 +1,11 @@
1DISTRO : "3.1.7" 1DISTRO : "3.1.8"
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.7" 5YOCTO_DOC_VERSION : "3.1.8"
6YOCTO_DOC_VERSION_MINUS_ONE : "3.0.2" 6YOCTO_DOC_VERSION_MINUS_ONE : "3.0.2"
7DISTRO_REL_TAG : "yocto-3.1.7" 7DISTRO_REL_TAG : "yocto-3.1.8"
8POKYVERSION : "23.0.7" 8POKYVERSION : "23.0.8"
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 2311fa885e..88740a63fd 100644
--- a/documentation/releases.rst
+++ b/documentation/releases.rst
@@ -16,6 +16,7 @@
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 20
20========================== 21==========================
21 Previous Release Manuals 22 Previous Release Manuals
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
index cfbc5d5dbf..21a495f605 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.7': '3.1.7', 6 '3.1.8': '3.1.8',
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 };