remove unicode from code

Change-Id: I2b0fbd01cebaa8ef4ce1a1565e8021c46ecd1445
This commit is contained in:
zhangtongjian 2021-01-05 17:15:02 +08:00
parent 6de8257026
commit 02643dedcd
1 changed files with 9 additions and 9 deletions

View File

@ -64,7 +64,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'Glance Specs'
project = 'Glance Specs'
copyright = u'%s, OpenStack Glance Team' % datetime.date.today().year
# The language for content autogenerated by Sphinx. Refer to documentation
@ -195,8 +195,8 @@ latex_elements = {
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'Glance-specs.tex', u'Glance Specs',
u'OpenStack Glance Team', 'manual'),
('index', 'Glance-specs.tex', 'Glance Specs',
'OpenStack Glance Team', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@ -225,8 +225,8 @@ latex_documents = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'Glance-specs', u'Glance Design Specs',
u'OpenStack Glance Team', 'glance-specs', 'Design specifications for the Glance project.',
('index', 'Glance-specs', 'Glance Design Specs',
'OpenStack Glance Team', 'glance-specs', 'Design specifications for the Glance project.',
'Miscellaneous'),
]
@ -243,10 +243,10 @@ texinfo_documents = [
# -- Options for Epub output ---------------------------------------------------
# Bibliographic Dublin Core info.
epub_title = u'Glance Specs'
epub_author = u'OpenStack Glance Team'
epub_publisher = u'OpenStack Glance Team'
epub_copyright = u'2014, OpenStack Glance Team'
epub_title = 'Glance Specs'
epub_author = 'OpenStack Glance Team'
epub_publisher = 'OpenStack Glance Team'
epub_copyright = '2014, OpenStack Glance Team'
# The language of the text. It defaults to the language option
# or en if the language is not set.