8000 [FIX] conf: set release version · dep-odoo/documentation-user@36cda45 · GitHub
[go: up one dir, main page]

Skip to content

Commit 36cda45

Browse files
committed
[FIX] conf: set release version
Allow to have a title Odoo 9.0 documentation instead of Odoo Business 0.1 documentation opw-1832694
1 parent 8b1799a commit 36cda45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@
5050
master_doc = 'index'
5151

5252
# General information about the project.
53-
project = u'Odoo Business'
53+
project = u'Odoo'
5454
copyright = u'2015-TODAY, Odoo S.A.'
5555

5656
# The version info for the project you're documenting, acts as replacement for
5757
# |version| and |release|, also used in various other places throughout the
5858
# built documents.
5959
#
6060
# The full version, including alpha/beta/rc tags.
61-
release = '0.1'
61+
release = '9.0'
6262
version = '9.0'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation

0 commit comments

Comments
 (0)
0