From ee72dfa5e2f1e5dfde12ae2e66e7fc6ce99abbb4 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Fri, 16 Jun 2023 10:55:00 +0000 Subject: [PATCH] doc: add 3.4.0 to the index of releases Add the new release to the doc index. Signed-off-by: Anas Nashif --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/conf.py b/doc/conf.py index 2545ffea54e..f59acb5dd57 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -159,6 +159,7 @@ html_context = { "current_version": version, "versions": ( ("latest", "/"), + ("3.4.0", "/3.4.0/"), ("3.3.0", "/3.3.0/"), ("3.2.0", "/3.2.0/"), ("3.1.0", "/3.1.0/"),