From 6458092f28db265a5de90266d96be0eadac9e638 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#1600 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 cf223d1b6..10d8b10c7 100644 --- a/conf.py +++ b/conf.py @@ -151,7 +151,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",