Skip to content

Commit 098bf35

Browse files
divipillaijfischer-no
authored andcommitted
doc: Update doc versions for 2.6 release
Update doc versions for 2.6 release Minor update to the nRF Desktop application. Signed-off-by: divya pillai <divya.pillai@nordicsemi.no>
1 parent 45882cd commit 098bf35

File tree

10 files changed

+13
-14
lines changed

10 files changed

+13
-14
lines changed

applications/nrf_desktop/integration.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ nRF Desktop: Integrating your own hardware
77
:local:
88
:depth: 2
99

10-
This section describes how to adapt the nRF Desktop application to different hardware, and lists the steps required for adding a new board.
10+
This page describes how to adapt the nRF Desktop application to different hardware and lists the required steps.
1111

1212
.. tip::
1313
Make sure to get familiar with the :ref:`nrf_desktop_configuration` section before porting the application to a new board.

doc/matter/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
project = "Matter SDK"
2424
copyright = "2020-2024, Matter Contributors"
2525
author = "Matter Contributors"
26-
version = "1.1.0"
26+
version = "1.2.0"
2727

2828
sys.path.insert(0, str(ZEPHYR_BASE / "doc" / "_extensions"))
2929
sys.path.insert(0, str(NRF_BASE / "doc" / "_extensions"))

doc/mcuboot/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
project = "MCUboot"
2626
copyright = "2019-2024, Nordic Semiconductor"
27-
version = release = "1.10.0"
27+
version = release = "2.0.99"
2828

2929
sys.path.insert(0, str(ZEPHYR_BASE / "doc" / "_extensions"))
3030
sys.path.insert(0, str(NRF_BASE / "doc" / "_extensions"))

doc/nrf/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
project = "nRF Connect SDK"
2929
copyright = "2019-2024, Nordic Semiconductor"
3030
author = "Nordic Semiconductor"
31-
version = release = "2.5.99"
31+
version = release = "2.6.0"
3232

3333
sys.path.insert(0, str(ZEPHYR_BASE / "doc" / "_extensions"))
3434
sys.path.insert(0, str(NRF_BASE / "doc" / "_extensions"))

doc/nrf/dev_model_and_contributions/adding_code.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ This is demonstrated by the following code, that would be placed somewhere in yo
162162
- name: nrf
163163
repo-path: sdk-nrf
164164
remote: ncs
165-
revision: v2.5.2
165+
revision: v2.6.0
166166
import: true
167167
self:
168168
path: application
@@ -189,7 +189,7 @@ For example:
189189
projects:
190190
- name: nrf
191191
remote: ncs
192-
revision: v2.5.2
192+
revision: v2.6.0
193193
import: true
194194
# Example for how to override a repository in the nRF Connect SDK with your own:
195195
- name: mcuboot

doc/nrf/shortcuts.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. |NCS| replace:: nRF Connect SDK
22

3-
.. |release| replace:: v2.5.2
4-
.. |release_tt| replace:: ``v2.5.2``
5-
.. |release_number_tt| replace:: ``2.5.2``
3+
.. |release| replace:: v2.6.0
4+
.. |release_tt| replace:: ``v2.6.0``
5+
.. |release_number_tt| replace:: ``2.6.0``
66

77
.. ### Config shortcuts
88

doc/nrfxlib/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
project = "nrfxlib"
2727
copyright = "2019-2024, Nordic Semiconductor"
2828
author = "Nordic Semiconductor"
29-
version = release = "2.5.99"
29+
version = release = "2.6.0"
3030

3131
sys.path.insert(0, str(ZEPHYR_BASE / "doc" / "_extensions"))
3232
sys.path.insert(0, str(NRF_BASE / "doc" / "_extensions"))

doc/tfm/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
project = "Trusted Firmware-M"
2626
copyright = "2017-2021, ARM CE-OSS"
2727
author = "ARM CE-OSS"
28-
version = "1.8.0"
28+
version = "2.0.0"
2929

3030
sys.path.insert(0, str(ZEPHYR_BASE / "doc" / "_extensions"))
3131
sys.path.insert(0, str(NRF_BASE / "doc" / "_extensions"))

doc/versions.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[
2-
"2.5.99",
2+
"2.6.0",
33
"2.5.2",
44
"2.5.1",
5-
"2.5.99-dev1",
65
"2.5.0",
76
"2.4.3",
87
"2.4.2",

west.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ manifest:
142142
- name: nrfxlib
143143
repo-path: sdk-nrfxlib
144144
path: nrfxlib
145-
revision: v2.6.0-rc2
145+
revision: 13cd978b22d192447537a60f7fae5fe092930dc4
146146
- name: trusted-firmware-m
147147
repo-path: sdk-trusted-firmware-m
148148
path: modules/tee/tf-m/trusted-firmware-m

0 commit comments

Comments
 (0)