remove unicode from code

Change-Id: I3a30acd10272328462c14bd9a28f95b5f4cb2db0
This commit is contained in:
zhangtongjian 2021-01-05 17:21:36 +08:00
parent cdce86efcb
commit 8af0629e7e
1 changed files with 10 additions and 10 deletions

View File

@ -56,8 +56,8 @@ openstackdocs_bug_tag = 'specs'
master_doc = 'index'
# General information about the project.
project = u'Mistral Specs'
copyright = u'%s, OpenStack Mistral Team' % datetime.date.today().year
project = 'Mistral Specs'
copyright = '%s, OpenStack Mistral Team' % datetime.date.today().year
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@ -187,8 +187,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', 'Mistral-specs.tex', u'Mistral Specs',
u'OpenStack Mistral Team', 'manual'),
('index', 'Mistral-specs.tex', 'Mistral Specs',
'OpenStack Mistral Team', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@ -217,8 +217,8 @@ latex_documents = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'Mistral-specs', u'Mistral Design Specs',
u'OpenStack Mistral Team', 'mistral-specs',
('index', 'Mistral-specs', 'Mistral Design Specs',
'OpenStack Mistral Team', 'mistral-specs',
'Design specifications for the Mistral project.', 'Miscellaneous'),
]
@ -235,10 +235,10 @@ texinfo_documents = [
# -- Options for Epub output ---------------------------------------------------
# Bibliographic Dublin Core info.
epub_title = u'Mistral Specs'
epub_author = u'OpenStack Mistral Team'
epub_publisher = u'OpenStack Mistral Team'
epub_copyright = u'2015, OpenStack Mistral Team'
epub_title = 'Mistral Specs'
epub_author = 'OpenStack Mistral Team'
epub_publisher = 'OpenStack Mistral Team'
epub_copyright = '2015, OpenStack Mistral Team'
# The language of the text. It defaults to the language option
# or en if the language is not set.