remove unicode from code

Change-Id: I0bb35148fb43b16c013e64e7658dada13c222270
This commit is contained in:
jiaqi07 2022-08-19 10:09:26 +08:00
parent f23a399c3c
commit 9fc742b100
2 changed files with 9 additions and 9 deletions

View File

@ -43,7 +43,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
copyright = u'2019, OpenStack Foundation'
copyright = '2019, OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True
@ -70,8 +70,8 @@ html_theme = 'openstackdocs'
latex_documents = [
('index',
'tripleo-validations.tex',
u'tripleo-validations Documentation',
u'OpenStack Foundation', 'manual'),
'tripleo-validations Documentation',
'OpenStack Foundation', 'manual'),
]
# openstackdocstheme options

View File

@ -53,9 +53,9 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
authors = u'TripleO Developers'
project = u'tripleo-validations Release Notes'
copyright = u'2017, ' + authors
authors = 'TripleO Developers'
project = 'tripleo-validations Release Notes'
copyright = '2017, ' + authors
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@ -231,7 +231,7 @@ htmlhelp_basename = 'tripleo-validationsReleaseNotesdoc'
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'tripleo-validationsReleaseNotes.tex',
u'tripleo-validations Release Notes Documentation',
'tripleo-validations Release Notes Documentation',
authors, 'manual'),
]
@ -274,7 +274,7 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'tripleo-validationsreleasenotes',
u'tripleo-validations Release Notes Documentation',
'tripleo-validations Release Notes Documentation',
[authors], 1)
]
@ -290,7 +290,7 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'tripleo-validationsReleaseNotes',
u'tripleo-validations Release Notes Documentation',
'tripleo-validations Release Notes Documentation',
authors, 'tripleo-validationsReleaseNotes',
'A collection of Ansible playbooks to detect and report potential issues during TripleO deployments.',
'Miscellaneous'),