diff --git a/doc/source/conf.py b/doc/source/conf.py index 29dfcb0..dedba1c 100644 --- 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'vitrage-dashboard' -copyright = u'2016, OpenStack Foundation' +project = 'vitrage-dashboard' +copyright = '2016, OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True @@ -79,8 +79,8 @@ latex_elements = { latex_documents = [ ('index', 'doc-%s.tex' % project, - u'%s Documentation' % project, - u'OpenStack Foundation', 'manual', True), + '%s Documentation' % project, + 'OpenStack Foundation', 'manual', True), ] # Example configuration for intersphinx: refer to the Python standard library. diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 38faa38..f972d52 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -37,8 +37,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'vitrage-dashboard releasenotes' -copyright = u'2016, Vitrage developers' +project = 'vitrage-dashboard releasenotes' +copyright = '2016, Vitrage developers' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True @@ -66,8 +66,8 @@ htmlhelp_basename = '%sdoc' % project latex_documents = [ ('index', '%s.tex' % project, - u'%s Vitrage-Dashboard ReleaseNotes' % project, - u'Vitrage developers', 'manual'), + '%s Vitrage-Dashboard ReleaseNotes' % project, + 'Vitrage developers', 'manual'), ] # Example configuration for intersphinx: refer to the Python standard library.