[FIX] sphinx 'project' value
authorXavier Morel <xmo@openerp.com>
Mon, 29 Sep 2014 14:13:52 +0000 (16:13 +0200)
committerXavier Morel <xmo@openerp.com>
Tue, 7 Oct 2014 08:22:53 +0000 (10:22 +0200)
The project name automatically gets the release and the literal string
"documentation" appended by default (and "html_title" can be set to generate a
title differently), so having "documentation" set in the project variable
duplicates it in the page title.

doc/conf.py

index 673b5f7..169c6b6 100644 (file)
@@ -44,7 +44,7 @@ source_suffix = '.rst'
 master_doc = 'index'
 
 # General information about the project.
-project = u'odoo developer documentation'
+project = u'odoo'
 copyright = u'2014, OpenERP s.a.'
 
 # The version info for the project you're documenting, acts as replacement for