[FIX] conf: set release version
Allow to have a title Odoo 11.0 documentation instead of Odoo Business 0.1 documentation opw-1832694
This commit is contained in:
parent
981154d060
commit
1aa446a783
6
conf.py
6
conf.py
@ -50,7 +50,7 @@ source_suffix = '.rst'
|
|||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'Odoo Business'
|
project = u'Odoo'
|
||||||
copyright = u'2015-TODAY, Odoo S.A.'
|
copyright = u'2015-TODAY, Odoo S.A.'
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
@ -58,8 +58,8 @@ copyright = u'2015-TODAY, Odoo S.A.'
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.1'
|
release = '11.0'
|
||||||
version = '10.0'
|
version = '11.0'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
Loading…
Reference in New Issue
Block a user