remove unicode from code

Change-Id: Ic897d7d55331fa81819f2e92aa3cc12e5661ce54
This commit is contained in:
niuke 2022-07-28 15:18:29 +08:00
parent 8b545f387e
commit 44460fbc37
1 changed files with 4 additions and 4 deletions

View File

@ -40,8 +40,8 @@ master_doc = 'index'
openstackdocs_repo_name = 'openstack/openstack-doc-tools'
openstackdocs_auto_name = False
openstackdocs_bug_tag = u'openstack-doc-tools'
project = u'OpenStack-doc-tools'
copyright = u'2017, OpenStack Foundation'
project = 'OpenStack-doc-tools'
copyright = '2017, OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True
@ -73,8 +73,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.