remove unicode from code

Change-Id: If992dbc335a3653004909fd1da6e88b6bfc8fc64
This commit is contained in:
zhangtongjian 2021-01-05 17:26:56 +08:00
parent f26534191e
commit d15e9617ed
1 changed files with 4 additions and 4 deletions

View File

@ -55,8 +55,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'heat-specs'
copyright = u'%s, OpenStack Foundation' % datetime.date.today().year
project = 'heat-specs'
copyright = '%s, OpenStack Foundation' % datetime.date.today().year
# openstackdocstheme options
openstackdocs_repo_name = 'openstack/heat-specs'
@ -90,8 +90,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.