summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/releases.rst6
-rw-r--r--documentation/sphinx-static/switchers.js3
2 files changed, 8 insertions, 1 deletions
diff --git a/documentation/releases.rst b/documentation/releases.rst
index 3b9c673aa9..529d00e70e 100644
--- a/documentation/releases.rst
+++ b/documentation/releases.rst
@@ -5,6 +5,12 @@
5=========================== 5===========================
6 6
7****************************** 7******************************
8Release Series 3.4 (honister)
9******************************
10
11- :yocto_docs:`3.4 Documentation </3.4>`
12
13******************************
8Release Series 3.3 (hardknott) 14Release Series 3.3 (hardknott)
9****************************** 15******************************
10 16
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
index 1e37b625a6..6038dbb5a7 100644
--- a/documentation/sphinx-static/switchers.js
+++ b/documentation/sphinx-static/switchers.js
@@ -2,7 +2,8 @@
2 'use strict'; 2 'use strict';
3 3
4 var all_versions = { 4 var all_versions = {
5 'dev': 'dev (3.4)', 5 'dev': 'dev (3.5)',
6 '3.4': '3.4',
6 '3.3.3': '3.3.3', 7 '3.3.3': '3.3.3',
7 '3.2.4': '3.2.4', 8 '3.2.4': '3.2.4',
8 '3.1.11': '3.1.11', 9 '3.1.11': '3.1.11',