[REL] freeze 15.0 branch
This commit is contained in:
parent
3218d318fe
commit
b118669860
2
Makefile
2
Makefile
@ -24,7 +24,7 @@ SOURCE_DIR = content
|
|||||||
|
|
||||||
HTML_BUILD_DIR = $(BUILD_DIR)/html
|
HTML_BUILD_DIR = $(BUILD_DIR)/html
|
||||||
ifdef VERSIONS
|
ifdef VERSIONS
|
||||||
HTML_BUILD_DIR := $(HTML_BUILD_DIR)/saas-14.5
|
HTML_BUILD_DIR := $(HTML_BUILD_DIR)/15.0
|
||||||
endif
|
endif
|
||||||
ifneq ($(CURRENT_LANG),en)
|
ifneq ($(CURRENT_LANG),en)
|
||||||
HTML_BUILD_DIR := $(HTML_BUILD_DIR)/$(CURRENT_LANG)
|
HTML_BUILD_DIR := $(HTML_BUILD_DIR)/$(CURRENT_LANG)
|
||||||
|
2
conf.py
2
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|,
|
# `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.
|
# 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|.
|
# `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.
|
# The minimal Sphinx version required to build the documentation.
|
||||||
needs_sphinx = '3.0.0'
|
needs_sphinx = '3.0.0'
|
||||||
|
Loading…
Reference in New Issue
Block a user