diff --git a/Makefile b/Makefile index 315e61e89..332549541 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ SOURCE_DIR = content HTML_BUILD_DIR = $(BUILD_DIR)/html ifdef VERSIONS - HTML_BUILD_DIR := $(HTML_BUILD_DIR)/saas-14.5 + HTML_BUILD_DIR := $(HTML_BUILD_DIR)/15.0 endif ifneq ($(CURRENT_LANG),en) HTML_BUILD_DIR := $(HTML_BUILD_DIR)/$(CURRENT_LANG) diff --git a/conf.py b/conf.py index c8089826c..214ad721f 100644 --- a/conf.py +++ b/conf.py @@ -19,7 +19,7 @@ copyright = 'Odoo S.A.' # `version` if 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 = 'saas-14.5' +version = release = '15.0' # The minimal Sphinx version required to build the documentation. needs_sphinx = '3.0.0'