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

View File

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