From 39cdf6f7a6a6e7930d549aff6b8f135eba2aee3e Mon Sep 17 00:00:00 2001 From: "Reyes, Amy" Date: Fri, 23 Sep 2022 21:36:43 -0700 Subject: [PATCH] doc: add 3.1 release docs to menu choice Signed-off-by: Reyes, Amy --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/conf.py b/doc/conf.py index 7df19e7b5..f086ee381 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -198,6 +198,7 @@ html_context = { 'docs_title': docs_title, 'is_release': is_release, 'versions': ( ("latest", "/latest/"), + ("3.1", "/3.1/"), ("3.0", "/3.0/"), ("2.7", "/2.7/"), ("2.6", "/2.6/"),