Skip to content

Commit ce38e4b

Browse files
committed
doc: release: Remove v3.4.0 from the list of supported releases
Only the two most recent mainline releases are supported. Signed-off-by: Maureen Helm <[email protected]>
1 parent 7c7b5fb commit ce38e4b

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

doc/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@
189189
("latest", "/"),
190190
("3.6.0", "/3.6.0/"),
191191
("3.5.0", "/3.5.0/"),
192-
("3.4.0", "/3.4.0/"),
193192
("2.7.5 (LTS)", "/2.7.5/"),
194193
),
195194
"display_gh_links": True,

doc/releases/eol_releases.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Release notes for end-of-life releases of Zephyr RTOS are kept here for historic
1111
release-notes-1.?
1212
release-notes-1.*
1313
release-notes-2.[0-6]
14-
release-notes-3.[0-2]
14+
release-notes-3.[0-4]

doc/releases/index.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ Supported Releases
6262
+-----------------+----------------+---------------+
6363
| `Zephyr 3.5.0`_ | 2023-10-20 | 2024-07-26 |
6464
+-----------------+----------------+---------------+
65-
| `Zephyr 3.4.0`_ | 2023-06-16 | 2024-02-29 |
66-
+-----------------+----------------+---------------+
6765

6866
As of 2022-01-01, LTS1 (1.14.x) is not supported and has reached end of life (EOL).
6967

@@ -83,7 +81,7 @@ needs to be changed are to be detailed in the release's migration guide.
8381

8482
eol_releases
8583
release-notes-2.7
86-
release-notes-3.[3-6]
84+
release-notes-3.[5-6]
8785

8886
Migration Guides
8987
****************
@@ -115,6 +113,5 @@ in the migration guide. This includes:
115113
.. _`GitHub repository`: https://github.com/zephyrproject-rtos/zephyr
116114
.. _`GitHub tagged releases`: https://github.com/zephyrproject-rtos/zephyr/tags
117115
.. _`Zephyr 2.7.5`: https://docs.zephyrproject.org/2.7.5/
118-
.. _`Zephyr 3.4.0`: https://docs.zephyrproject.org/3.4.0/
119116
.. _`Zephyr 3.5.0`: https://docs.zephyrproject.org/3.5.0/
120117
.. _`Zephyr 3.6.0`: https://docs.zephyrproject.org/3.6.0/

0 commit comments

Comments
 (0)