[REL] saas-18.4

This commit is contained in:
Christophe Monniez
2025-06-20 08:27:55 +02:00
parent 881ef72a15
commit f02364e65a
2 changed files with 3 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ SOURCE_DIR = content
HTML_BUILD_DIR = $(BUILD_DIR)/html
ifdef VERSIONS
HTML_BUILD_DIR := $(HTML_BUILD_DIR)/master
HTML_BUILD_DIR := $(HTML_BUILD_DIR)/saas-18.4
endif
ifneq ($(CURRENT_LANG),en)
HTML_BUILD_DIR := $(HTML_BUILD_DIR)/$(CURRENT_LANG)

View File

@@ -22,7 +22,7 @@ copyright = 'Odoo S.A.'
# `version` is the version info for the project being documented, acts as replacement for |version|,
# also used in various other places throughout the built documents.
# `release` is the full version, including a/b/rc tags. Acts as replacement for |release|.
version = release = 'master'
version = release = 'saas-18.4'
# `current_branch` is the technical name of the current branch.
# E.g., saas-15.4 -> saas-15.4; 12.0 -> 12.0, master -> master (*).
@@ -232,6 +232,7 @@ sphinx.transforms.i18n.docname_to_domain = (
# option. If a provided version has no label, the version string is used as label.
versions_names = {
'master': "Master",
'saas-18.4': "Odoo 18.4",
'saas-18.3': "Odoo 18.3",
'saas-18.2': "Odoo 18.2",
'saas-18.1': "Odoo 18.1",