diff --git a/doc/source/conf.py b/doc/source/conf.py index fe1b603..f696c7b 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -37,8 +37,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'openstack' -copyright = u'2017, OpenStack Developers' +project = 'openstack' +copyright = '2017, OpenStack Developers' # openstackdocstheme options openstackdocs_repo_name = 'openstack/openstack' @@ -73,8 +73,8 @@ htmlhelp_basename = '%sdoc' % project latex_documents = [ ('index', '%s.tex' % project, - u'%s Documentation' % project, - u'OpenStack Developers', 'manual'), + '%s Documentation' % project, + 'OpenStack Developers', 'manual'), ] # Example configuration for intersphinx: refer to the Python standard library. diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 83b2967..518638f 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -52,8 +52,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'telemetry_tempest_plugin Release Notes' -copyright = u'2017, OpenStack Developers' +project = 'telemetry_tempest_plugin Release Notes' +copyright = '2017, OpenStack Developers' # openstackdocstheme options openstackdocs_repo_name = 'openstack/telemetry-tempest-plugin' @@ -208,8 +208,8 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ ('index', 'telemetry_tempest_pluginReleaseNotes.tex', - u'telemetry_tempest_plugin Release Notes Documentation', - u'OpenStack Foundation', 'manual'), + 'telemetry_tempest_plugin Release Notes Documentation', + 'OpenStack Foundation', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -239,8 +239,8 @@ latex_documents = [ # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'telemetry_tempest_pluginrereleasenotes', - u'telemetry_tempest_plugin Release Notes Documentation', - [u'OpenStack Foundation'], 1) + 'telemetry_tempest_plugin Release Notes Documentation', + ['OpenStack Foundation'], 1) ] # If true, show URL addresses after external links. @@ -254,8 +254,8 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ ('index', 'telemetry_tempest_plugin ReleaseNotes', - u'telemetry_tempest_plugin Release Notes Documentation', - u'OpenStack Foundation', 'telemetry_tempest_pluginReleaseNotes', + 'telemetry_tempest_plugin Release Notes Documentation', + 'OpenStack Foundation', 'telemetry_tempest_pluginReleaseNotes', 'One line description of project.', 'Miscellaneous'), ]