diff --git a/doc/source/conf.py b/doc/source/conf.py index e2bdfef..9b36537 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -47,8 +47,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'automaton' -copyright = u'2013, OpenStack Foundation' +project = 'automaton' +copyright = '2013, OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True @@ -78,6 +78,6 @@ htmlhelp_basename = '%sdoc' % project latex_documents = [ ('index', '%s.tex' % project, - u'%s Documentation' % project, - u'OpenStack Foundation', 'manual'), + '%s Documentation' % project, + 'OpenStack Foundation', 'manual'), ] diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 84e299e..e8d02e3 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'automaton Release Notes' -copyright = u'2016, automaton Developers' +project = 'automaton Release Notes' +copyright = '2016, automaton Developers' # Release notes do not need a version number in the title, they @@ -207,8 +207,8 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ ('index', 'automatonReleaseNotes.tex', - u'automaton Release Notes Documentation', - u'automaton Developers', 'manual'), + 'automaton Release Notes Documentation', + 'automaton Developers', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -238,8 +238,8 @@ latex_documents = [ # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'automatonreleasenotes', - u'automaton Release Notes Documentation', - [u'automaton Developers'], 1) + 'automaton Release Notes Documentation', + ['automaton Developers'], 1) ] # If true, show URL addresses after external links. @@ -253,8 +253,8 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ ('index', 'automatonReleaseNotes', - u'automaton Release Notes Documentation', - u'automaton Developers', 'automatonReleaseNotes', + 'automaton Release Notes Documentation', + 'automaton Developers', 'automatonReleaseNotes', 'An OpenStack library for parsing configuration options from the command' ' line and configuration files.', 'Miscellaneous'),