remove unicode prefix from code

Change-Id: I376f75683be5101db3f41b152bb42ae88bb56fca
This commit is contained in:
niuke 2022-08-24 11:11:45 +08:00
parent 188a3338f7
commit c549fba925
1 changed files with 4 additions and 4 deletions

View File

@ -48,8 +48,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'Magnum Specs'
copyright = u'%s, OpenStack Containers Team' % datetime.date.today().year
project = 'Magnum Specs'
copyright = '%s, OpenStack Containers Team' % datetime.date.today().year
# openstackdocstheme options
openstackdocs_repo_name = 'openstack/magnum-specs'
@ -171,8 +171,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.