From 883f1aede0a3f0142a2e50935d2ab7b6ac6e74e0 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 10 Mar 2020 09:53:11 +0200 Subject: [PATCH] doc: Update generated version list for 2.2.0 Add 2.2.0 to the version pick list. Also remove old versions so that the oldest one is the LTS release. Signed-off-by: Johan Hedberg --- doc/conf.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 103a727064f..fab723a926e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -527,12 +527,10 @@ html_context = { 'theme_logo_only': False, 'current_version': version, 'versions': (("latest", "/"), + ("2.2.0", "/2.2.0/"), ("2.1.0", "/2.1.0/"), ("2.0.0", "/2.0.0/"), ("1.14.1", "/1.14.1/"), - ("1.13.0", "/1.13.0/"), - ("1.12.0", "/1.12.0/"), - ("1.11.0", "/1.11.0/"), ) }