remove unicode from code

Change-Id: Id32ea04ef960538f014ddcfd588be200d3fc2c40
This commit is contained in:
liyou01 2021-01-07 17:35:35 +08:00
parent 3236de78ba
commit a151b46a08
1 changed files with 10 additions and 10 deletions

View File

@ -54,8 +54,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'OpenStack Governance'
copyright = u'2016, OpenStack Foundation'
project = 'OpenStack Governance'
copyright = '2016, OpenStack Foundation'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@ -191,8 +191,8 @@ latex_elements = {
# (source start file, target name, title, author, documentclass
# [howto/manual]).
latex_documents = [
('index', 'Governance.tex', u'OpenStack Governance',
u'OpenStack Foundation', 'manual'),
('index', 'Governance.tex', 'OpenStack Governance',
'OpenStack Foundation', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@ -235,8 +235,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'Governance', u'OpenStack Governance',
u'OpenStack Foundation', 'Governance', 'One line description of project.',
('index', 'Governance', 'OpenStack Governance',
'OpenStack Foundation', 'Governance', 'One line description of project.',
'Miscellaneous'),
]
@ -254,10 +254,10 @@ texinfo_documents = [
# ---------------------------------------------------
# Bibliographic Dublin Core info.
epub_title = u'OpenStack Governance'
epub_author = u'OpenStack Foundation'
epub_publisher = u'OpenStack Foundation'
epub_copyright = u'2016, OpenStack Foundation'
epub_title = 'OpenStack Governance'
epub_author = 'OpenStack Foundation'
epub_publisher = 'OpenStack Foundation'
epub_copyright = '2016, OpenStack Foundation'
# The language of the text. It defaults to the language option
# or en if the language is not set.