[IMP] doc: add link to company website in footer, fix release version

This commit is contained in:
Xavier Morel 2014-10-30 16:18:52 +01:00
parent 55737d6500
commit 63e1afc5fd
2 changed files with 4 additions and 4 deletions

View 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 %}

View 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: