From 51102141e3f209c7fa8fb575efc09bc47c6a1f13 Mon Sep 17 00:00:00 2001
From: "Elizabeth K. Joseph" <lyz@princessleia.com>
Date: Thu, 17 Jul 2014 04:35:16 -0700
Subject: [PATCH] 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
---
 doc/source/conf.py | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/doc/source/conf.py b/doc/source/conf.py
index 6b471948bd..305c56c0b7 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -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