From 2481e3d842641fa07c054d087452d67b4e0f1c93 Mon Sep 17 00:00:00 2001 From: "Antoine Vandevenne (anv)" Date: Mon, 11 Jul 2022 09:40:46 +0000 Subject: [PATCH] [CLN] conf.py: stop labelling saas-15.1 in version switcher The branch was recently dropped from the supported versions. We no longer need to add a label for it in the version switcher. closes odoo/documentation#2431 Signed-off-by: Antoine Vandevenne (anv) --- conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/conf.py b/conf.py index b1c68209a..42b6f061b 100644 --- a/conf.py +++ b/conf.py @@ -158,7 +158,6 @@ sphinx.transforms.i18n.docname_to_domain = ( versions_names = { 'master': "Master", 'saas-15.2': "Odoo Online", - 'saas-15.1': "Odoo Online", '15.0': "Odoo 15", '14.0': "Odoo 14", '13.0': "Odoo 13",