From ccc185be6371a0209db2eebb2fc087ce373b8eea Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Fri, 12 Feb 2021 10:29:36 -0500 Subject: [PATCH] doc: add 2.5.0 to pick list Add 2.5 to release list to be shown on documentation side bar. Signed-off-by: Anas Nashif --- doc/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 84f4ba949c9..2ca8cf5229e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -552,11 +552,10 @@ html_context = { 'theme_logo_only': False, 'current_version': version, 'versions': (("latest", "/"), + ("2.5.0", "/2.5.0/"), ("2.4.0", "/2.4.0/"), ("2.3.0", "/2.3.0/"), ("2.2.0", "/2.2.0/"), - ("2.1.0", "/2.1.0/"), - ("2.0.0", "/2.0.0/"), ("1.14.1", "/1.14.1/"), ) }