Update ci.openstack.org footer

Update footer for ci.openstack.org for copyright and clarification
as to what repo to edit for the documentation.

Change-Id: I0466827a66e800fb1d20f1508cf2e6ffe1b8369e
This commit is contained in:
Elizabeth K. Joseph 2014-07-17 04:35:16 -07:00
parent 8980bfe9c5
commit 51102141e3

View File

@ -16,6 +16,8 @@ import datetime
import os import os
import sys import sys
from jinja2.utils import Markup
# If extensions (or modules to document with autodoc) are in another directory, # 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 # 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. # 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. # General information about the project.
project = u'OpenStack Project Infrastructure' project = u'OpenStack Project Infrastructure'
copyright = (u'2012-2013, OpenStack Infastructure Team' copyright = Markup(u'2012-2014, OpenStack Infastructure Team'
' - see git repo for details') 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 # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the