diff --git a/doc/source/conf.py b/doc/source/conf.py index f8c91dcdf..c88ffc371 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -46,8 +46,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'vitrage' -copyright = u'2017, OpenStack Foundation' +project = 'vitrage' +copyright = '2017, OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True @@ -82,8 +82,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. diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 0f1e018bc..a20c24122 100755 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -34,8 +34,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'vitrage releasenotes' -copyright = u'2016, Vitrage developers' +project = 'vitrage releasenotes' +copyright = '2016, Vitrage developers' # openstackdocstheme options openstackdocs_repo_name = 'openstack/vitrage' @@ -69,8 +69,8 @@ htmlhelp_basename = '%sdoc' % project latex_documents = [ ('index', '%s.tex' % project, - u'%s Vitrage ReleaseNotes' % project, - u'Vitrage developers', 'manual'), + '%s Vitrage ReleaseNotes' % project, + 'Vitrage developers', 'manual'), ] # Example configuration for intersphinx: refer to the Python standard library.