From dc17068781d98fe7dda443d658dfb8f3dd02762d Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Tue, 28 Sep 2021 13:11:21 -0700 Subject: [PATCH] doc: add v2.6 to doc menu selector Signed-off-by: David B. Kinder --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/conf.py b/doc/conf.py index a00b39df0..f579989b0 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -192,6 +192,7 @@ html_context = { 'docs_title': docs_title, 'is_release': is_release, 'versions': ( ("latest", "/latest/"), + ("2.6", "/2.6/"), ("2.5", "/2.5/"), ("2.4", "/2.4/"), ("2.3", "/2.3/"),