remove unicode prefix from code

Change-Id: I30d1eeb14715643c617d329cdcc9ea971804d14d
This commit is contained in:
niuke 2022-08-24 19:36:15 +08:00
parent b9de428894
commit 6e367b9364
1 changed files with 4 additions and 4 deletions

View File

@ -43,8 +43,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'venus-specs'
copyright = u'2017, OpenStack Developers'
project = 'venus-specs'
copyright = '2017, OpenStack Developers'
# openstackdocstheme options
openstackdocs_repo_name = 'openstack/venus-specs'
@ -79,8 +79,8 @@ htmlhelp_basename = '%sdoc' % project
latex_documents = [
('index',
'%s.tex' % project,
u'%s Documentation' % project,
u'OpenStack Developers', 'manual'),
'%s Documentation' % project,
'OpenStack Developers', 'manual'),
]
# Example configuration for intersphinx: refer to the Python standard library.