diff --git a/doc/source/conf.py b/doc/source/conf.py index 72e151e2..523e745e 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -55,8 +55,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'heat-specs' -copyright = u'%s, OpenStack Foundation' % datetime.date.today().year +project = 'heat-specs' +copyright = '%s, OpenStack Foundation' % datetime.date.today().year # openstackdocstheme options openstackdocs_repo_name = 'openstack/heat-specs' @@ -90,8 +90,8 @@ htmlhelp_basename = '%sdoc' % project latex_documents = [ ('index', '%s.tex' % project, - u'%s Documentation' % project, - u'OpenStack Foundation', 'manual'), + '%s Documentation' % project, + 'OpenStack Foundation', 'manual'), ] # Example configuration for intersphinx: refer to the Python standard library.