Merge "remove unicode from code"

This commit is contained in:
Zuul 2022-08-08 17:44:40 +00:00 committed by Gerrit Code Review
commit 85fb7d3625
1 changed files with 7 additions and 7 deletions

View File

@ -85,7 +85,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
copyright = u'2010-present, Manila contributors'
copyright = '2010-present, Manila contributors'
# The language for content autogenerated by Sphinx. Refer to documentation
@ -135,10 +135,10 @@ modindex_common_prefix = ['manila.']
# List of tuples 'sourcefile', 'target', u'title', u'Authors name', 'manual'
man_pages = [
('cli/manila-manage', 'manila-manage', u'Cloud controller fabric',
[u'OpenStack'], 1),
('cli/manila-status', 'manila-status', u'Cloud controller fabric',
[u'OpenStack'], 1),
('cli/manila-manage', 'manila-manage', 'Cloud controller fabric',
['OpenStack'], 1),
('cli/manila-status', 'manila-status', 'Cloud controller fabric',
['OpenStack'], 1),
]
# -- Options for HTML output --------------------------------------------------
@ -226,8 +226,8 @@ htmlhelp_basename = 'maniladoc'
# (source start file, target name, title, author, documentclass
# [howto/manual]).
latex_documents = [
('index', 'doc-manila.tex', u'Manila Developer Documentation',
u'Manila contributors', 'manual'),
('index', 'doc-manila.tex', 'Manila Developer Documentation',
'Manila contributors', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of