summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/releases.rst1
-rw-r--r--documentation/sphinx-static/switchers.js2
2 files changed, 2 insertions, 1 deletions
diff --git a/documentation/releases.rst b/documentation/releases.rst
index 2546300556..b409072021 100644
--- a/documentation/releases.rst
+++ b/documentation/releases.rst
@@ -9,6 +9,7 @@
9******************************* 9*******************************
10 10
11- :yocto_docs:`3.2 Documentation </3.2>` 11- :yocto_docs:`3.2 Documentation </3.2>`
12- :yocto_docs:`3.2.1 Documentation </3.2.1>`
12 13
13**************************** 14****************************
143.1 'dunfell' Release Series 153.1 'dunfell' Release Series
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
index fc901d3298..754de2e6af 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.2': '3.2', 6 '3.2.1': '3.2.1',
7 '3.1.4': '3.1.4', 7 '3.1.4': '3.1.4',
8 '3.0.4': '3.0.4', 8 '3.0.4': '3.0.4',
9 '2.7.4': '2.7.4', 9 '2.7.4': '2.7.4',