remove unicode from code

Change-Id: I36b6b8a54a0fe16ff995b0f0efb5d862022b0e27
This commit is contained in:
zhangtongjian 2021-01-05 17:19:15 +08:00
parent f333404a66
commit ec3895abdf
1 changed files with 11 additions and 11 deletions

View File

@ -38,7 +38,7 @@ extensions = ['redirect',
openstackdocs_repo_name = 'openstack/charm-specs'
openstackdocs_auto_name = False
openstackdocs_bug_project = 'charm-specs'
openstackdocs_bug_tag = u''
openstackdocs_bug_tag = ''
# Feed configuration for yasfb
feed_base_url = 'https://specs.openstack.org/openstack/charm-specs'
@ -59,8 +59,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'Charm Specs'
copyright = u'%s, OpenStack Charm Team' % datetime.date.today().year
project = 'Charm Specs'
copyright = '%s, OpenStack Charm Team' % datetime.date.today().year
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@ -177,8 +177,8 @@ htmlhelp_basename = 'Charm-Specsdoc'
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'Charm-specs.tex', u'Charm Specs',
u'OpenStack Charm Team', 'manual'),
('index', 'Charm-specs.tex', 'Charm Specs',
'OpenStack Charm Team', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@ -207,8 +207,8 @@ latex_documents = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'Charm-specs', u'Charm Design Specs',
u'OpenStack Charm Team', 'charm-specs', 'Design specifications for the Charm project.',
('index', 'Charm-specs', 'Charm Design Specs',
'OpenStack Charm Team', 'charm-specs', 'Design specifications for the Charm project.',
'Miscellaneous'),
]
@ -225,10 +225,10 @@ texinfo_documents = [
# -- Options for Epub output ---------------------------------------------------
# Bibliographic Dublin Core info.
epub_title = u'Charm Specs'
epub_author = u'OpenStack Charm Team'
epub_publisher = u'OpenStack Charm Team'
epub_copyright = u'2016, OpenStack Charm Team'
epub_title = 'Charm Specs'
epub_author = 'OpenStack Charm Team'
epub_publisher = 'OpenStack Charm Team'
epub_copyright = '2016, OpenStack Charm Team'
# The language of the text. It defaults to the language option
# or en if the language is not set.