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

View File

@ -85,7 +85,7 @@ source_suffix = '.rst'
master_doc = 'index' master_doc = 'index'
# General information about the project. # 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 # 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' # List of tuples 'sourcefile', 'target', u'title', u'Authors name', 'manual'
man_pages = [ man_pages = [
('cli/manila-manage', 'manila-manage', u'Cloud controller fabric', ('cli/manila-manage', 'manila-manage', 'Cloud controller fabric',
[u'OpenStack'], 1), ['OpenStack'], 1),
('cli/manila-status', 'manila-status', u'Cloud controller fabric', ('cli/manila-status', 'manila-status', 'Cloud controller fabric',
[u'OpenStack'], 1), ['OpenStack'], 1),
] ]
# -- Options for HTML output -------------------------------------------------- # -- Options for HTML output --------------------------------------------------
@ -226,8 +226,8 @@ htmlhelp_basename = 'maniladoc'
# (source start file, target name, title, author, documentclass # (source start file, target name, title, author, documentclass
# [howto/manual]). # [howto/manual]).
latex_documents = [ latex_documents = [
('index', 'doc-manila.tex', u'Manila Developer Documentation', ('index', 'doc-manila.tex', 'Manila Developer Documentation',
u'Manila contributors', 'manual'), 'Manila contributors', 'manual'),
] ]
# The name of an image file (relative to this directory) to place at the top of # The name of an image file (relative to this directory) to place at the top of