remove unicode from code

Change-Id: Ib7372162cad4bcfa0c67fd14cb440ec49f3cc852
This commit is contained in:
zhangtongjian 2021-01-05 17:19:59 +08:00
parent 31335bcf21
commit 89194cc275
1 changed files with 10 additions and 10 deletions

View File

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