doc: lts: update conf.py to point at 2.7.6 (LTS)

Point the configuration at 2.7.6 (LTS).

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
This commit is contained in:
Christopher Friedt 2024-03-01 18:10:23 -05:00 committed by Chris Friedt
commit b14f7d00ca

View file

@ -189,7 +189,7 @@ html_context = {
("latest", "/"),
("3.6.0", "/3.6.0/"),
("3.5.0", "/3.5.0/"),
("2.7.5 (LTS)", "/2.7.5/"),
("2.7.6 (LTS)", "/2.7.6/"),
),
"display_gh_links": True,
"reference_links": {