Skip to content

Commit b5c37e3

Browse files
committed
[REL] 18.0
1 parent ba3ba3c commit b5c37e3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ SOURCE_DIR = content
2727

2828
HTML_BUILD_DIR = $(BUILD_DIR)/html
2929
ifdef VERSIONS
30-
HTML_BUILD_DIR := $(HTML_BUILD_DIR)/master
30+
HTML_BUILD_DIR := $(HTML_BUILD_DIR)/18.0
3131
endif
3232
ifneq ($(CURRENT_LANG),en)
3333
HTML_BUILD_DIR := $(HTML_BUILD_DIR)/$(CURRENT_LANG)

conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# `version` is the version info for the project being documented, acts as replacement for |version|,
2323
# also used in various other places throughout the built documents.
2424
# `release` is the full version, including alpha/beta/rc tags. Acts as replacement for |release|.
25-
version = release = 'master'
25+
version = release = '18.0'
2626

2727
# `current_branch` is the technical name of the current branch.
2828
# E.g., saas-15.4 -> saas-15.4; 12.0 -> 12.0, master -> master (*).
@@ -231,6 +231,7 @@
231231
# is populated. If a version is passed to `versions` but is not listed here, it will not be shown.
232232
versions_names = {
233233
'master': "Master",
234+
'18.0': "Odoo 18",
234235
'saas-17.4': "Odoo Online",
235236
'saas-17.2': "Odoo Online",
236237
'saas-17.1': "Odoo Online",

0 commit comments

Comments
 (0)