doc: Improve navigation towards LTS documentation.

Fixed the version selector so that it links to latest version of the LTS
release instead of 2.7.0.
Fixes #54786

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2023-02-14 10:14:57 +01:00 committed by Carles Cufí
commit 0eb9c51f5a

View file

@ -163,7 +163,7 @@ html_context = {
("3.2.0", "/3.2.0/"),
("3.1.0", "/3.1.0/"),
("3.0.0", "/3.0.0/"),
("2.7.0", "/2.7.0/"),
("2.7.4 (LTS)", "/2.7.4/"),
("2.6.0", "/2.6.0/"),
("2.5.0", "/2.5.0/"),
("2.4.0", "/2.4.0/"),