From 0e89b54be28c8a526487eebb9b7e4a26ccda5fee Mon Sep 17 00:00:00 2001 From: "Antoine Vandevenne (anv)" Date: Wed, 16 Feb 2022 09:27:18 +0000 Subject: [PATCH] [FIX] conf: upper-case 'master' in the version switcher closes odoo/documentation#1604 X-original-commit: a7f0651773619ec4b39685dd9051febda016e14e Signed-off-by: Antoine Vandevenne (anv) --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 276f2893d..31568edd8 100644 --- a/conf.py +++ b/conf.py @@ -160,7 +160,7 @@ sphinx.transforms.i18n.docname_to_domain = ( # The version names that should be shown in the version switcher, if the config option `versions` # is populated. If a version is passed to `versions` but is not listed here, it will not be shown. versions_names = { - 'master': "master", + 'master': "Master", 'saas-15.2': "Odoo Online", 'saas-15.1': "Odoo Online", '15.0': "Odoo 15",