X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=doc%2Fconf.py;h=19f2c9b727f428acdcb3f12fcc7de0e779aee94b;hb=ca08f5d6745a2d886739d59ca55e9f6f98532706;hp=54deb11eb2d20d70d9592c6910c59c76fd16734b;hpb=93ee53265bbdaf01d6f6b0684f6c2d9b66900c03;p=odoo%2Fodoo.git diff --git a/doc/conf.py b/doc/conf.py index 54deb11..19f2c9b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -19,6 +19,7 @@ import sys, os #sys.path.insert(0, os.path.abspath('.')) sys.path.append(os.path.abspath('_themes')) sys.path.append(os.path.abspath('..')) +sys.path.append(os.path.abspath('../openerp')) # -- General configuration ----------------------------------------------------- @@ -50,9 +51,9 @@ copyright = u'2012, OpenERP s.a.' # built documents. # # The short X.Y version. -version = '6.1' +version = '7.0' # The full version, including alpha/beta/rc tags. -release = '6.1' +release = '7.0b' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -251,6 +252,4 @@ texinfo_documents = [ # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = { 'python': ('http://docs.python.org/', None), - 'openerpweb': ('http://doc.openerp.com/trunk/developers/web', None), - 'openerpdev': ('http://doc.openerp.com/trunk/developers', None), }