diff --git a/doc/source/conf.py b/doc/source/conf.py index dd410e2..6b3a99a 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'release-test' -copyright = u'2013, OpenStack Foundation' +project = 'release-test' +copyright = '2013, OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True @@ -67,8 +67,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 b0d772a..0409035 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -55,8 +55,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'release-test Release Notes' -copyright = u'2016, release-test Developers' +project = 'release-test Release Notes' +copyright = '2016, release-test Developers' # Release notes do not need a version in the title, they span # multiple versions. @@ -208,8 +208,8 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ ('index', 'olso.configReleaseNotes.tex', - u'olso.config Release Notes Documentation', - u'release-test Developers', 'manual'), + 'olso.config Release Notes Documentation', + 'release-test Developers', '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', 'olso.configreleasenotes', - u'release-test Release Notes Documentation', - [u'release-test Developers'], 1) + 'release-test Release Notes Documentation', + ['release-test Developers'], 1) ] # If true, show URL addresses after external links. @@ -254,8 +254,8 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ ('index', 'release-testReleaseNotes', - u'release-test Release Notes Documentation', - u'release-test Developers', 'olso.configReleaseNotes', + 'release-test Release Notes Documentation', + 'release-test Developers', 'olso.configReleaseNotes', 'An OpenStack library for parsing configuration options from the command' ' line and configuration files.', 'Miscellaneous'),