From 91304556771559f69065561b0226d06807ae3795 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Tue, 19 Oct 2021 17:21:38 +0200 Subject: [PATCH] doc: add 2.7.0 release to versions list Add 2.7.0 to the version list so that a link to it is created on the documentation drop-down list. Signed-off-by: Gerard Marull-Paretas --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/conf.py b/doc/conf.py index fd0e6eb9ddb..58504c18fbf 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -140,6 +140,7 @@ html_context = { "current_version": version, "versions": ( ("latest", "/"), + ("2.7.0", "/2.7.0/"), ("2.6.0", "/2.6.0/"), ("2.5.0", "/2.5.0/"), ("2.4.0", "/2.4.0/"),