8000 [FIX] conf: set release version · senmax/documentation-user@1aa446a · GitHub
[go: up one dir, main page]

Skip to content

Commit 1aa446a

Browse files
committed
[FIX] conf: set release version
Allow to have a title Odoo 11.0 documentation instead of Odoo Business 0.1 documentation opw-1832694
1 parent 981154d commit 1aa446a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@
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'
62-
version = '10.0'
61+
release = '11.0'
62+
version = '11.0'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

0 commit comments

Comments
 (0)
0