Files
odoo-docs/Makefile
Antoine Vandevenne (anv) c14b3dcbb3 [IMP] conf.py: allow referencing unlabelled versions and languages
This commit removes the requirement on versions and languages to have a
label in `versions_names`/`languages_names` to be displayed in the
version/language switcher. Instead, if a version/language has no label
defined, the raw version/language string will be used as fallback.

This change makes it easier to add new versions or languages to the
documentation without having to explicitly define display labels for
them in `conf.py`. The responsibility of ensuring that referenced
versions and languages actually exist is shifted to the build
configuration.

X-original-commit: e57530ed99
Part-of: odoo/documentation#12339
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-03-10 12:01:11 +00:00

3.4 KiB