Merge "remove unicode from code"

This commit is contained in:
Zuul
2021-07-13 08:42:38 +00:00
committed by Gerrit Code Review

View File

@@ -42,8 +42,8 @@ source_suffix = '.rst'
master_doc = 'index' master_doc = 'index'
# General information about the project. # General information about the project.
project = u'python-watcherclient' project = 'python-watcherclient'
copyright = u'OpenStack Foundation' copyright = 'OpenStack Foundation'
# A list of ignored prefixes for module index sorting. # A list of ignored prefixes for module index sorting.
modindex_common_prefix = ['watcherclient.'] modindex_common_prefix = ['watcherclient.']
@@ -79,8 +79,8 @@ latex_documents = [
( (
'index', 'index',
'%s.tex' % project, '%s.tex' % project,
u'%s Documentation' % project, '%s Documentation' % project,
u'OpenStack Foundation', 'manual' 'OpenStack Foundation', 'manual'
), ),
] ]