diff --git a/doc/conf.py b/doc/conf.py index 76004dfe30c..40766b61c2e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -200,6 +200,7 @@ html_context = { "current_version": version, "versions": ( ("latest", "/"), + ("4.2.0", "/4.2.0/"), ("4.1.0", "/4.1.0/"), ("4.0.0", "/4.0.0/"), ("3.7.0 (LTS)", "/3.7.0/"), diff --git a/doc/releases/index.rst b/doc/releases/index.rst index 13cdd197ed8..35b0c4c5f63 100644 --- a/doc/releases/index.rst +++ b/doc/releases/index.rst @@ -56,6 +56,8 @@ Supported Releases +------------------------+----------------+---------------+ | Release | Release date | EOL | +========================+================+===============+ +| `Zephyr 4.2.0`_ | 2025-07-18 | 2026-03-20 | ++------------------------+----------------+---------------+ | `Zephyr 4.1.0`_ | 2025-03-07 | 2025-11-14 | +------------------------+----------------+---------------+ | `Zephyr 4.0.0`_ | 2024-11-15 | 2025-07-18 | @@ -147,3 +149,4 @@ Release notes and migration guides for end-of-life releases of Zephyr RTOS can b .. _`Zephyr 3.7.0 (LTS3)`: https://docs.zephyrproject.org/3.7.0/ .. _`Zephyr 4.0.0`: https://docs.zephyrproject.org/4.0.0/ .. _`Zephyr 4.1.0`: https://docs.zephyrproject.org/4.1.0/ +.. _`Zephyr 4.2.0`: https://docs.zephyrproject.org/4.2.0/