diff --git a/Makefile b/Makefile index 63aba6b0a..79e87a18e 100644 --- a/Makefile +++ b/Makefile @@ -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)/18.0 endif ifneq ($(CURRENT_LANG),en) HTML_BUILD_DIR := $(HTML_BUILD_DIR)/$(CURRENT_LANG) diff --git a/conf.py b/conf.py index e13901f38..57889b002 100644 --- a/conf.py +++ b/conf.py @@ -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 alpha/beta/rc tags. Acts as replacement for |release|. -version = release = 'master' +version = release = '18.0' # `current_branch` is the technical name of the current branch. # E.g., saas-15.4 -> saas-15.4; 12.0 -> 12.0, master -> master (*). @@ -231,6 +231,7 @@ sphinx.transforms.i18n.docname_to_domain = ( # is populated. If a version is passed to `versions` but is not listed here, it will not be shown. versions_names = { 'master': "Master", + '18.0': "Odoo 18", 'saas-17.4': "Odoo Online", 'saas-17.2': "Odoo Online", 'saas-17.1': "Odoo Online",