summaryrefslogtreecommitdiffstats
path: root/documentation/sphinx-static/switchers.js
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-12-13 17:41:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-07 11:12:06 +0000
commitdd938fbbdb8a1b49ce9a4ca73089f827a7516688 (patch)
tree2a8eb5ec0d68a747b07914b02b928cbbfc81ccaf /documentation/sphinx-static/switchers.js
parent5ec29c558fb06a7bb7fd950261e72e9c011102d8 (diff)
downloadpoky-dd938fbbdb8a1b49ce9a4ca73089f827a7516688.tar.gz
documentation: add comment to releases.rst switchers.js
To let release developers know that they don't need to update these files in release branches other than "master". (From yocto-docs rev: 00f71afae92e5967a0422824841d4d4db682d235) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sphinx-static/switchers.js')
-rw-r--r--documentation/sphinx-static/switchers.js8
1 files changed, 8 insertions, 0 deletions
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