From 36cda45b301ab4cb9d27b300450d10d73d782d66 Mon Sep 17 00:00:00 2001 From: Martin Trigaux Date: Tue, 3 Apr 2018 08:30:28 +0200 Subject: [PATCH] [FIX] conf: set release version Allow to have a title Odoo 9.0 documentation instead of Odoo Business 0.1 documentation opw-1832694 --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 6af164a54..39c8b439d 100644 --- a/conf.py +++ b/conf.py @@ -50,7 +50,7 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'Odoo Business' +project = u'Odoo' copyright = u'2015-TODAY, Odoo S.A.' # The version info for the project you're documenting, acts as replacement for @@ -58,7 +58,7 @@ copyright = u'2015-TODAY, Odoo S.A.' # built documents. # # The full version, including alpha/beta/rc tags. -release = '0.1' +release = '9.0' version = '9.0' # The language for content autogenerated by Sphinx. Refer to documentation