File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ SOURCE_DIR = content
27
27
28
28
HTML_BUILD_DIR = $(BUILD_DIR ) /html
29
29
ifdef VERSIONS
30
- HTML_BUILD_DIR := $(HTML_BUILD_DIR ) /master
30
+ HTML_BUILD_DIR := $(HTML_BUILD_DIR ) /18.0
31
31
endif
32
32
ifneq ($(CURRENT_LANG ) ,en)
33
33
HTML_BUILD_DIR := $(HTML_BUILD_DIR ) /$(CURRENT_LANG )
Original file line number Diff line number Diff line change 22
22
# `version` is the version info for the project being documented, acts as replacement for |version|,
23
23
# also used in various other places throughout the built documents.
24
24
# `release` is the full version, including alpha/beta/rc tags. Acts as replacement for |release|.
25
- version = release = 'master '
25
+ version = release = '18.0 '
26
26
27
27
# `current_branch` is the technical name of the current branch.
28
28
# E.g., saas-15.4 -> saas-15.4; 12.0 -> 12.0, master -> master (*).
231
231
# is populated. If a version is passed to `versions` but is not listed here, it will not be shown.
232
232
versions_names = {
233
233
'master' : "Master" ,
234
+ '18.0' : "Odoo 18" ,
234
235
'saas-17.4' : "Odoo Online" ,
235
236
'saas-17.2' : "Odoo Online" ,
236
237
'saas-17.1' : "Odoo Online" ,
You can’t perform that action at this time.
0 commit comments