doc: release: Add v3.6.0 to the list of supported releases

Adds v3.6.0 to the list of supported releases. The EOL date corresponds
to the expected release date for v4.0.0.

Signed-off-by: Maureen Helm <maureen.helm@analog.com>
This commit is contained in:
Maureen Helm 2024-02-23 11:29:16 -06:00
commit 7c7b5fbf8b
2 changed files with 4 additions and 0 deletions

View file

@ -187,6 +187,7 @@ html_context = {
"current_version": version,
"versions": (
("latest", "/"),
("3.6.0", "/3.6.0/"),
("3.5.0", "/3.5.0/"),
("3.4.0", "/3.4.0/"),
("2.7.5 (LTS)", "/2.7.5/"),