remove unicode from code

Change-Id: I918fa5e325f9a3c168f2d9783f04f220a35f8d25
This commit is contained in:
niuke 2022-07-28 09:57:28 +08:00
parent d0ca85cd73
commit 73b6da398b
1 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ openstackdocs_bug_project = 'ossa'
master_doc = 'index'
# General information about the project.
project = u'OpenStack Security Advisories'
project = 'OpenStack Security Advisories'
copyright = ('%d, OpenStack Vulnerabiltity Management Team' %
datetime.date.today().year)
@ -185,8 +185,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', 'Security.tex', u'OpenStack Security Advisories',
u'OpenStack Vulnerability Management Team', 'manual'),
('index', 'Security.tex', 'OpenStack Security Advisories',
'OpenStack Vulnerability Management Team', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of