remove unicode prefix from code

Change-Id: I107d7e7c6c86775707670d8fdfbfd0e7c0e17bff
This commit is contained in:
niuke 2022-08-23 18:27:02 +08:00
parent 2b8bd311cc
commit d7d956a7c1

View File

@ -27,7 +27,7 @@ source_suffix = '.rst'
master_doc = 'index' master_doc = 'index'
# General information about the project. # General information about the project.
copyright = u'OpenStack Foundation' copyright = 'OpenStack Foundation'
# A list of ignored prefixes for module index sorting. # A list of ignored prefixes for module index sorting.
modindex_common_prefix = ['ironic_lib'] modindex_common_prefix = ['ironic_lib']
@ -76,8 +76,8 @@ latex_documents = [
( (
'index', 'index',
'doc-ironic-lib.tex', 'doc-ironic-lib.tex',
u'Ironic Lib Documentation', 'Ironic Lib Documentation',
u'OpenStack Foundation', 'OpenStack Foundation',
'manual' 'manual'
), ),
] ]