[IMP] doc: add link to company website in footer, fix release version
authorXavier Morel <xmo@openerp.com>
Thu, 30 Oct 2014 15:18:52 +0000 (16:18 +0100)
committerXavier Morel <xmo@openerp.com>
Fri, 31 Oct 2014 08:34:55 +0000 (09:34 +0100)
doc/_themes/odoodoc/layout.html
doc/conf.py

index 0789d61..d541256 100644 (file)
@@ -86,9 +86,9 @@
           {%- if show_copyright %}
             <li>
               {%- if hasdoc('copyright') %}
-                {% trans path=pathto('copyright'), copyright=copyright|e %}&copy; <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
+                {% trans path=pathto('copyright'), copyright=copyright|e %}&copy; <a href="{{ path }}">Copyright</a> <a href="https://odoo.com">{{ copyright }}</a>.{% endtrans %}
               {%- else %}
-                {% trans copyright=copyright|e %}&copy; Copyright {{ copyright }}.{% endtrans %}
+                {% trans copyright=copyright|e %}&copy; Copyright <a href="https://odoo.com">{{ copyright }}</a>.{% endtrans %}
               {%- endif %}
             </li>
           {%- endif %}
index cd04e65..0b86706 100644 (file)
@@ -46,7 +46,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'odoo'
-copyright = u'2014, OpenERP s.a.'
+copyright = u'OpenERP S.A.'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
@@ -55,7 +55,7 @@ copyright = u'2014, OpenERP s.a.'
 # The short X.Y version.
 version = '8.0'
 # The full version, including alpha/beta/rc tags.
-release = '8.0b1'
+release = '8.0'
 
 # There are two options for replacing |today|: either, you set today to some
 # non-false value, then it is used: