From 4249e500495a46a051532a8e8afc80568e90657d 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#2437 X-original-commit: 2481e3d842641fa07c054d087452d67b4e0f1c93 Signed-off-by: Antoine Vandevenne (anv) --- conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/conf.py b/conf.py index c242e4db5..b4ef3ee84 100644 --- a/conf.py +++ b/conf.py @@ -189,7 +189,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",