summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/releases.rst7
-rw-r--r--documentation/sphinx-static/switchers.js8
2 files changed, 15 insertions, 0 deletions
diff --git a/documentation/releases.rst b/documentation/releases.rst
index 57e4566e1b..c2c2232dca 100644
--- a/documentation/releases.rst
+++ b/documentation/releases.rst
@@ -1,5 +1,12 @@
1.. SPDX-License-Identifier: CC-BY-SA-2.0-UK 1.. SPDX-License-Identifier: CC-BY-SA-2.0-UK
2 2
3..
4 NOTE FOR RELEASE MAINTAINERS:
5 This file only needs updating in the development release ("master" branch)
6 When documentation for stable releases is built,
7 the latest version from "master" is used
8 by https://git.yoctoproject.org/yocto-autobuilder-helper/tree/scripts/run-docs-build
9
3=========================== 10===========================
4 Supported Release Manuals 11 Supported Release Manuals
5=========================== 12===========================
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
index bda15485c0..885104c407 100644
--- a/documentation/sphinx-static/switchers.js
+++ b/documentation/sphinx-static/switchers.js
@@ -1,3 +1,11 @@
1/*
2NOTE FOR RELEASE MAINTAINERS:
3This file only needs updating in the development release ("master" branch)
4When documentation for stable releases is built,
5the latest version from "master" is used
6by https://git.yoctoproject.org/yocto-autobuilder-helper/tree/scripts/run-docs-build
7*/
8
1(function() { 9(function() {
2 'use strict'; 10 'use strict';
3 11