Merge "Update ci.openstack.org footer"

This commit is contained in:
Jenkins 2014-07-31 00:07:52 +00:00 committed by Gerrit Code Review
commit 6a98f07e55

View File

@ -16,6 +16,8 @@ import datetime
import os
import sys
from jinja2.utils import Markup
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
@ -47,8 +49,9 @@ master_doc = 'index'
# General information about the project.
project = u'OpenStack Project Infrastructure'
copyright = (u'2012-2013, OpenStack Infastructure Team'
' - see git repo for details')
copyright = Markup(u'2012-2014, OpenStack Infastructure Team'
u' - see the <a href="https://git.openstack.org/cgit/'
u'openstack-infra/config/">config git repo</a> for details')
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the