[FIX] doc: branch name in configuration
authorxmo-odoo <xmo-odoo@users.noreply.github.com>
Wed, 1 Oct 2014 13:21:47 +0000 (15:21 +0200)
committerxmo-odoo <xmo-odoo@users.noreply.github.com>
Wed, 1 Oct 2014 13:21:47 +0000 (15:21 +0200)
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

index f563a28..9eff832 100644 (file)
@@ -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: