remove unicode prefix from code

Change-Id: Id0250a28c76754f03c1c08e9008c3c162eb70ae1
This commit is contained in:
niuke 2022-08-06 21:09:48 +08:00 committed by Takashi Kajinami
parent e9caa7aa17
commit a17d762b50
1 changed files with 8 additions and 8 deletions

View File

@ -58,8 +58,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'oslo.reports Release Notes'
copyright = u'2016, oslo.reports Developers'
project = 'oslo.reports Release Notes'
copyright = '2016, oslo.reports Developers'
# Release notes do not need a version in the title, they span
# multiple versions.
@ -205,8 +205,8 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'oslo.reportsReleaseNotes.tex',
u'oslo.reports Release Notes Documentation',
u'oslo.reports Developers', 'manual'),
'oslo.reports Release Notes Documentation',
'oslo.reports Developers', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@ -236,8 +236,8 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'oslo.reportsReleaseNotes',
u'oslo.reports Release Notes Documentation',
[u'oslo.reports Developers'], 1)
'oslo.reports Release Notes Documentation',
['oslo.reports Developers'], 1)
]
# If true, show URL addresses after external links.
@ -251,8 +251,8 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
('index', 'oslo.reportsReleaseNotes',
u'oslo.reports Release Notes Documentation',
u'oslo.reports Developers', 'oslo.reportsReleaseNotes',
'oslo.reports Release Notes Documentation',
'oslo.reports Developers', 'oslo.reportsReleaseNotes',
'One line description of project.',
'Miscellaneous'),
]