diff --git a/doc/conf.py b/doc/conf.py index 31358cd85ed..e00065137c5 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -193,6 +193,7 @@ html_context = { "current_version": version, "versions": ( ("latest", "/"), + ("3.7.0 (LTS)", "/3.7.0/"), ("3.6.0", "/3.6.0/"), ("3.5.0", "/3.5.0/"), ("2.7.6 (LTS)", "/2.7.6/"), diff --git a/doc/releases/index.rst b/doc/releases/index.rst index fc483fa606d..84112631519 100644 --- a/doc/releases/index.rst +++ b/doc/releases/index.rst @@ -60,6 +60,8 @@ Supported Releases +=================+================+===============+ | `Zephyr 2.7.6`_ | 2024-03-01 | 2025-01-26 | +-----------------+----------------+---------------+ +| `Zephyr 3.7.0`_ | 2024-07-26 | 2027-01-26 | ++-----------------+----------------+---------------+ | `Zephyr 3.6.0`_ | 2024-02-23 | 2024-11-29 | +-----------------+----------------+---------------+ | `Zephyr 3.5.0`_ | 2023-10-20 | 2024-07-26 | @@ -121,3 +123,4 @@ to be able to understand the context of the change. .. _`Zephyr 2.7.6`: https://docs.zephyrproject.org/2.7.6/ .. _`Zephyr 3.5.0`: https://docs.zephyrproject.org/3.5.0/ .. _`Zephyr 3.6.0`: https://docs.zephyrproject.org/3.6.0/ +.. _`Zephyr 3.7.0`: https://docs.zephyrproject.org/3.7.0/