diff --git a/doc/source/conf.py b/doc/source/conf.py index 6a59ecbc26..eadf443aeb 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -40,8 +40,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'openstack-helm' -copyright = u'2016-2021, OpenStack Foundation' +project = 'openstack-helm' +copyright = '2016-2021, OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True @@ -87,8 +87,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.