From 62bad63afa878d82b2abb85f207a9613138d08ee Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Thu, 24 Jun 2021 21:05:54 -0700 Subject: [PATCH] doc: add 2.5 to version 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 1aff42127..ec83725a7 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -199,6 +199,7 @@ html_context = { 'docs_title': docs_title, 'is_release': is_release, 'versions': ( ("latest", "/latest/"), + ("2.5", "/2.5/"), ("2.4", "/2.4/"), ("2.3", "/2.3/"), ("2.2", "/2.2/"),