From d7b7bb1e750b6173bd9caa9406846a7c6ed90607 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Tue, 19 Oct 2021 17:31:01 +0200 Subject: [PATCH] doc: drop 2.2.0 version Drop the 2.2.0 version entry so that its link is removed from the docs drop-down list. Signed-off-by: Gerard Marull-Paretas --- doc/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 58504c18fbf..9110effe503 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -145,7 +145,6 @@ html_context = { ("2.5.0", "/2.5.0/"), ("2.4.0", "/2.4.0/"), ("2.3.0", "/2.3.0/"), - ("2.2.0", "/2.2.0/"), ("1.14.1", "/1.14.1/"), ), }