From becec0ab449c3ee34502d0d9466738d188825694 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Wed, 29 Jun 2022 16:56:14 -0700 Subject: [PATCH] doc: add 3.0 release docs to menu choice 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 2819686fa..7df19e7b5 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.0", "/3.0/"), ("2.7", "/2.7/"), ("2.6", "/2.6/"), ("2.5", "/2.5/"),