Skip to content

Commit dd20c8e

Browse files
doc: release: Remove v4.0.0 from the list of supported releases
Only the two most recent mainline releases are supported. Signed-off-by: Dan Kalowsky <[email protected]> Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 8178c87 commit dd20c8e

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

doc/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@
202202
("latest", "/"),
203203
("4.2.0", "/4.2.0/"),
204204
("4.1.0", "/4.1.0/"),
205-
("4.0.0", "/4.0.0/"),
206205
("3.7.0 (LTS)", "/3.7.0/"),
207206
),
208207
"display_gh_links": True,

doc/releases/eol_releases.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Release Notes
2020
release-notes-1.*
2121
release-notes-2.[0-6]
2222
release-notes-3.[0-6]
23+
release-notes-4.[0-0]
2324

2425
.. _eol_releases_migration_guides:
2526

doc/releases/index.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ Supported Releases
6060
+------------------------+----------------+---------------+
6161
| `Zephyr 4.1.0`_ | 2025-03-07 | 2025-11-14 |
6262
+------------------------+----------------+---------------+
63-
| `Zephyr 4.0.0`_ | 2024-11-15 | 2025-07-18 |
64-
+------------------------+----------------+---------------+
6563
| `Zephyr 3.7.0 (LTS3)`_ | 2024-07-26 | 2029-07-27 |
6664
+------------------------+----------------+---------------+
6765

@@ -96,7 +94,7 @@ with the changes in the project.
9694
:reversed:
9795

9896
release-notes-3.7
99-
release-notes-4.[0-2]
97+
release-notes-4.[1-2]
10098

10199
Migration Guides
102100
****************
@@ -147,6 +145,5 @@ Release notes and migration guides for end-of-life releases of Zephyr RTOS can b
147145
.. _`Zephyr 1.14.1 (LTS1)`: https://docs.zephyrproject.org/1.14.1/
148146
.. _`Zephyr 2.7.6 (LTS2)`: https://docs.zephyrproject.org/2.7.6/
149147
.. _`Zephyr 3.7.0 (LTS3)`: https://docs.zephyrproject.org/3.7.0/
150-
.. _`Zephyr 4.0.0`: https://docs.zephyrproject.org/4.0.0/
151148
.. _`Zephyr 4.1.0`: https://docs.zephyrproject.org/4.1.0/
152149
.. _`Zephyr 4.2.0`: https://docs.zephyrproject.org/4.2.0/

0 commit comments

Comments
 (0)