From 9d94d155fd508559a9097b5e153c364bfe1a46d9 Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Tue, 24 Oct 2023 16:00:08 +0100 Subject: [PATCH] [REL] 17.0 --- Makefile | 2 +- conf.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9fc7c2499..b95030faf 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,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)/17.0 endif ifneq ($(CURRENT_LANG),en) HTML_BUILD_DIR := $(HTML_BUILD_DIR)/$(CURRENT_LANG) diff --git a/conf.py b/conf.py index b7bf4443c..bb43a7796 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 = '17.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 (*). @@ -213,6 +213,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", + '17.0': "Odoo 17", 'saas-16.4': "Odoo Online", 'saas-16.3': "Odoo Online", 'saas-16.2': "Odoo Online",