remove unicode from code

Change-Id: I8cf7a696bade952890a41d452196550add0c258d
This commit is contained in:
YuehuiLei 2021-01-04 14:34:08 +08:00
parent 6115d7a702
commit 52fee345eb
2 changed files with 8 additions and 8 deletions

View File

@ -46,8 +46,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'vitrage'
copyright = u'2017, OpenStack Foundation'
project = 'vitrage'
copyright = '2017, OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True
@ -82,8 +82,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.

View File

@ -34,8 +34,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'vitrage releasenotes'
copyright = u'2016, Vitrage developers'
project = 'vitrage releasenotes'
copyright = '2016, Vitrage developers'
# openstackdocstheme options
openstackdocs_repo_name = 'openstack/vitrage'
@ -69,8 +69,8 @@ htmlhelp_basename = '%sdoc' % project
latex_documents = [
('index',
'%s.tex' % project,
u'%s Vitrage ReleaseNotes' % project,
u'Vitrage developers', 'manual'),
'%s Vitrage ReleaseNotes' % project,
'Vitrage developers', 'manual'),
]
# Example configuration for intersphinx: refer to the Python standard library.