remove unicode from code

Change-Id: I50f0b36882d95f2af2a4edf62edad9f58ad7cb59
This commit is contained in:
zhangtongjian 2021-01-05 17:27:12 +08:00
parent 1eaa0d539b
commit 12f4b9a6fe
1 changed files with 6 additions and 6 deletions

View File

@ -24,13 +24,13 @@ todo_include_todos = True
master_doc = 'index'
# General information about the project.
project = u'OpenStack Chef Specs'
project = 'OpenStack Chef Specs'
copyright = u'%s, OpenStack Chef Team' % datetime.date.today().year
openstackdocs_repo_name = 'openstack/openstack-chef-specs'
openstackdocs_auto_name = False
openstackdocs_bug_project = 'openstack-chef'
openstackdocs_bug_tag = u'specs'
openstackdocs_bug_tag = 'specs'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@ -160,8 +160,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', 'OpenStack-Chef-specs.tex', u'OpenStack Chef Specs',
u'OpenStack Chef Team', 'manual'),
('index', 'OpenStack-Chef-specs.tex', 'OpenStack Chef Specs',
'OpenStack Chef Team', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@ -190,8 +190,8 @@ latex_documents = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'OpenStack-Chef-specs', u'OpenStack Chef Design Specs',
u'OpenStack Chef Team', 'openstack-chef-specs',
('index', 'OpenStack-Chef-specs', 'OpenStack Chef Design Specs',
'OpenStack Chef Team', 'openstack-chef-specs',
'Design specifications for the OpenStack Chef project.',
'Miscellaneous'),
]