From 2744fd929884aa148c4f296181602045b40c0b38 Mon Sep 17 00:00:00 2001 From: Martin Trigaux Date: Tue, 3 Apr 2018 08:32:24 +0200 Subject: [PATCH] [FIX] conf: set release version Allow to have a title Odoo 10.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 39a7ee556..98b04cf75 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 = '10.0' version = '10.0' # The language for content autogenerated by Sphinx. Refer to documentation