[FIX] conf: upper-case 'master' in the version switcher
closes odoo/documentation#1599 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
parent
c30f2735b8
commit
a7f0651773
2
conf.py
2
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",
|
||||
|
Loading…
Reference in New Issue
Block a user