remove unicode from code

Change-Id: Iebb2c496e79604a68171c82b07af3f8efd20b50d
This commit is contained in:
wangjiaqi07 2022-08-25 10:59:34 +08:00 committed by Takashi Kajinami
parent d8f34a5081
commit 7add07357c
1 changed files with 8 additions and 8 deletions

View File

@ -45,8 +45,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'puppet-pacemaker Release Notes'
copyright = u'2016, Puppet OpenStack Developers'
project = 'puppet-pacemaker Release Notes'
copyright = '2016, Puppet OpenStack Developers'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@ -194,8 +194,8 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'puppet-pacemakerReleaseNotes.tex', u'puppet-pacemaker Release Notes Documentation',
u'2016, Puppet OpenStack Developers', 'manual'),
('index', 'puppet-pacemakerReleaseNotes.tex', 'puppet-pacemaker Release Notes Documentation',
'2016, Puppet OpenStack Developers', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@ -224,8 +224,8 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'puppet-pacemakerreleasenotes', u'puppet-pacemaker Release Notes Documentation',
[u'2016, Puppet OpenStack Developers'], 1)
('index', 'puppet-pacemakerreleasenotes', 'puppet-pacemaker Release Notes Documentation',
['2016, Puppet OpenStack Developers'], 1)
]
# If true, show URL addresses after external links.
@ -238,8 +238,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'puppet-pacemakerReleaseNotes', u'puppet-pacemaker Release Notes Documentation',
u'2016, Puppet OpenStack Developers', 'puppet-pacemakerReleaseNotes', 'One line description of project.',
('index', 'puppet-pacemakerReleaseNotes', 'puppet-pacemaker Release Notes Documentation',
'2016, Puppet OpenStack Developers', 'puppet-pacemakerReleaseNotes', 'One line description of project.',
'Miscellaneous'),
]