From a1eacb9054836b67410a51368ccb58c619a7a677 Mon Sep 17 00:00:00 2001 From: xmo-odoo Date: Wed, 1 Oct 2014 15:02:20 +0200 Subject: [PATCH] [FIX] doc: branch name in configuration The branch name is used in the version switcher, so the master branch should have a version of "master". Maybe the release could be the revision hash? Not sure how to extract it from the repo. --- doc/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index f563a28cf1c..9eff832c75f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -52,9 +52,9 @@ copyright = u'2014, OpenERP s.a.' # built documents. # # The short X.Y version. -version = '8.0' +version = 'master' # The full version, including alpha/beta/rc tags. -release = '8.0b1' +release = 'master' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: