[yocto-docs,dunfell,1/1] documentation: update for 3.1.14 release

Message ID e94c4c7d7103b8af5a332e53afb1e0c5d848695b.1642715781.git.steve@sakoman.com
State New
Headers show
Series [yocto-docs,dunfell,1/1] documentation: update for 3.1.14 release | expand

Commit Message

Steve Sakoman Jan. 20, 2022, 9:57 p.m. UTC
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 documentation/conf.py                    | 2 +-
 documentation/poky.yaml                  | 8 ++++----
 documentation/releases.rst               | 1 +
 documentation/sphinx-static/switchers.js | 2 +-
 4 files changed, 7 insertions(+), 6 deletions(-)

Comments

Michael Opdenacker Jan. 21, 2022, 10:06 a.m. UTC | #1
On 1/20/22 10:57 PM, Steve Sakoman wrote:
> Signed-off-by: Steve Sakoman <steve@sakoman.com>
> ---
>  documentation/conf.py                    | 2 +-
>  documentation/poky.yaml                  | 8 ++++----
>  documentation/releases.rst               | 1 +
>  documentation/sphinx-static/switchers.js | 2 +-
>  4 files changed, 7 insertions(+), 6 deletions(-)

Thanks Steve.
I'll apply the patch when the release is out.
Cheers
Michael.
Steve Sakoman Feb. 17, 2022, 3:09 p.m. UTC | #2
On Fri, Jan 21, 2022 at 12:06 AM Michael Opdenacker
<michael.opdenacker@bootlin.com> wrote:
>
>
> On 1/20/22 10:57 PM, Steve Sakoman wrote:
> > Signed-off-by: Steve Sakoman <steve@sakoman.com>
> > ---
> >  documentation/conf.py                    | 2 +-
> >  documentation/poky.yaml                  | 8 ++++----
> >  documentation/releases.rst               | 1 +
> >  documentation/sphinx-static/switchers.js | 2 +-
> >  4 files changed, 7 insertions(+), 6 deletions(-)
>
> Thanks Steve.
> I'll apply the patch when the release is out.

Just a reminder, release is out now!

Steve
Michael Opdenacker Feb. 17, 2022, 3:16 p.m. UTC | #3
On 1/21/22 11:06, Michael Opdenacker wrote:
> On 1/20/22 10:57 PM, Steve Sakoman wrote:
>> Signed-off-by: Steve Sakoman <steve@sakoman.com>
>> ---
>>  documentation/conf.py                    | 2 +-
>>  documentation/poky.yaml                  | 8 ++++----
>>  documentation/releases.rst               | 1 +
>>  documentation/sphinx-static/switchers.js | 2 +-
>>  4 files changed, 7 insertions(+), 6 deletions(-)
> Thanks Steve.
> I'll apply the patch when the release is out.
> Cheers
> Michael.


Done. I merged your changes, thanks again!

Actually, when a release is made, Michael Halstead already modifies
releases.rst and switchers.js in "master" and in the corresponding
branch, so eventually I just applied the changes to conf.py and poky.yaml.

Hence, you get two commits here:
https://git.yoctoproject.org/yocto-docs/log/?h=dunfell

Not an issue for me anyway, that's easy to manage.
Cheers
Michael.
Michael Opdenacker Feb. 17, 2022, 3:18 p.m. UTC | #4
On 2/17/22 16:09, Steve Sakoman wrote:
> On Fri, Jan 21, 2022 at 12:06 AM Michael Opdenacker
> <michael.opdenacker@bootlin.com> wrote:
>>
>> On 1/20/22 10:57 PM, Steve Sakoman wrote:
>>> Signed-off-by: Steve Sakoman <steve@sakoman.com>
>>> ---
>>>  documentation/conf.py                    | 2 +-
>>>  documentation/poky.yaml                  | 8 ++++----
>>>  documentation/releases.rst               | 1 +
>>>  documentation/sphinx-static/switchers.js | 2 +-
>>>  4 files changed, 7 insertions(+), 6 deletions(-)
>> Thanks Steve.
>> I'll apply the patch when the release is out.
> Just a reminder, release is out now!


Perfect timing, I was taking care of your patch at the same time :-)
Thanks again
Michael.

Patch

diff --git a/documentation/conf.py b/documentation/conf.py
index 0d61afc9d..01d5e00c1 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -16,7 +16,7 @@  import os
 import sys
 import datetime
 
-current_version = "3.1.13"
+current_version = "3.1.14"
 bitbake_version = "1.46"
 
 # String used in sidebar
diff --git a/documentation/poky.yaml b/documentation/poky.yaml
index 8da5f5915..e37ea420a 100644
--- a/documentation/poky.yaml
+++ b/documentation/poky.yaml
@@ -1,11 +1,11 @@ 
-DISTRO : "3.1.13"
+DISTRO : "3.1.14"
 DISTRO_NAME_NO_CAP : "dunfell"
 DISTRO_NAME : "Dunfell"
 DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus"
-YOCTO_DOC_VERSION : "3.1.13"
+YOCTO_DOC_VERSION : "3.1.14"
 YOCTO_DOC_VERSION_MINUS_ONE : "3.0.4"
-DISTRO_REL_TAG : "yocto-3.1.13"
-POKYVERSION : "23.0.13"
+DISTRO_REL_TAG : "yocto-3.1.14"
+POKYVERSION : "23.0.14"
 YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
 YOCTO_DL_URL : "https://downloads.yoctoproject.org"
 YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"
diff --git a/documentation/releases.rst b/documentation/releases.rst
index 57e4566e1..affe63403 100644
--- a/documentation/releases.rst
+++ b/documentation/releases.rst
@@ -39,6 +39,7 @@  Release Series 3.1 (dunfell)
 - :yocto_docs:`3.1.11 Documentation </3.1.11>`
 - :yocto_docs:`3.1.12 Documentation </3.1.12>`
 - :yocto_docs:`3.1.13 Documentation </3.1.13>`
+- :yocto_docs:`3.1.14 Documentation </3.1.14>`
 
 ==========================
  Outdated Release Manuals
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
index bda15485c..1d65fa7fa 100644
--- a/documentation/sphinx-static/switchers.js
+++ b/documentation/sphinx-static/switchers.js
@@ -6,7 +6,7 @@ 
     '3.4.1': '3.4.1',
     '3.3.4': '3.3.4',
     '3.2.4': '3.2.4',
-    '3.1.13': '3.1.13',
+    '3.1.14': '3.1.14',
     '3.0.4': '3.0.4',
     '2.7.4': '2.7.4',
   };