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:
parent
839050b994
commit
0eb9c51f5a
1 changed files with 1 additions and 1 deletions
|
@ -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/"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue