remove unicode from code
remove unicode from code Change-Id: Ief9d24e83d74c1f7bf17c96abd713ee5b563361d
This commit is contained in:
parent
b2d6de569c
commit
fbf8091364
@ -91,7 +91,7 @@
|
|||||||
|
|
||||||
- project:
|
- project:
|
||||||
templates:
|
templates:
|
||||||
- openstack-python3-xena-jobs
|
- openstack-python3-zed-jobs
|
||||||
- publish-openstack-docs-pti
|
- publish-openstack-docs-pti
|
||||||
- check-requirements
|
- check-requirements
|
||||||
- release-notes-jobs-python3
|
- release-notes-jobs-python3
|
||||||
|
@ -52,8 +52,8 @@ source_suffix = '.rst'
|
|||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'Workflow Service API Reference'
|
project = 'Workflow Service API Reference'
|
||||||
copyright = u'2017, Mistral Contributors'
|
copyright = '2017, Mistral Contributors'
|
||||||
|
|
||||||
# If true, sectionauthor and moduleauthor directives will be shown in the
|
# If true, sectionauthor and moduleauthor directives will be shown in the
|
||||||
# output. They are ignored by default.
|
# output. They are ignored by default.
|
||||||
@ -106,8 +106,8 @@ html_sidebars = {
|
|||||||
# One entry per manual page. List of tuples
|
# One entry per manual page. List of tuples
|
||||||
# (source start file, name, description, authors, manual section).
|
# (source start file, name, description, authors, manual section).
|
||||||
man_pages = [
|
man_pages = [
|
||||||
('index', 'mistral', u'Mistral',
|
('index', 'mistral', 'Mistral',
|
||||||
[u'OpenStack Foundation'], 1)
|
['OpenStack Foundation'], 1)
|
||||||
]
|
]
|
||||||
|
|
||||||
# If true, show URL addresses after external links.
|
# If true, show URL addresses after external links.
|
||||||
|
@ -56,7 +56,7 @@ master_doc = 'index'
|
|||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = 'Mistral'
|
project = 'Mistral'
|
||||||
copyright = u'2020, Mistral Contributors'
|
copyright = '2020, Mistral Contributors'
|
||||||
|
|
||||||
policy_generator_config_file = \
|
policy_generator_config_file = \
|
||||||
'../../tools/config/policy-generator.mistral.conf'
|
'../../tools/config/policy-generator.mistral.conf'
|
||||||
@ -96,8 +96,8 @@ html_title = 'Mistral'
|
|||||||
# One entry per manual page. List of tuples
|
# One entry per manual page. List of tuples
|
||||||
# (source start file, name, description, authors, manual section).
|
# (source start file, name, description, authors, manual section).
|
||||||
man_pages = [
|
man_pages = [
|
||||||
('index', 'mistral', u'Mistral',
|
('index', 'mistral', 'Mistral',
|
||||||
[u'OpenStack Foundation'], 1)
|
['OpenStack Foundation'], 1)
|
||||||
]
|
]
|
||||||
|
|
||||||
# If true, show URL addresses after external links.
|
# If true, show URL addresses after external links.
|
||||||
|
@ -54,8 +54,8 @@ source_suffix = '.rst'
|
|||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'Mistral Release Notes'
|
project = 'Mistral Release Notes'
|
||||||
copyright = u'2015, Mistral Developers'
|
copyright = '2015, Mistral Developers'
|
||||||
|
|
||||||
# Release notes are version independent
|
# Release notes are version independent
|
||||||
|
|
||||||
@ -200,7 +200,7 @@ latex_elements = {
|
|||||||
# author, documentclass [howto, manual, or own class]).
|
# author, documentclass [howto, manual, or own class]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index', 'MistralReleaseNotes.tex',
|
('index', 'MistralReleaseNotes.tex',
|
||||||
u'Mistral Release Notes Documentation', u'Mistral Developers', 'manual'),
|
'Mistral Release Notes Documentation', 'Mistral Developers', '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
|
||||||
@ -229,8 +229,8 @@ latex_documents = [
|
|||||||
# One entry per manual page. List of tuples
|
# One entry per manual page. List of tuples
|
||||||
# (source start file, name, description, authors, manual section).
|
# (source start file, name, description, authors, manual section).
|
||||||
man_pages = [
|
man_pages = [
|
||||||
('index', 'mistralreleasenotes', u'Mistral Release Notes Documentation',
|
('index', 'mistralreleasenotes', 'Mistral Release Notes Documentation',
|
||||||
[u'Mistral Developers'], 1)
|
['Mistral Developers'], 1)
|
||||||
]
|
]
|
||||||
|
|
||||||
# If true, show URL addresses after external links.
|
# If true, show URL addresses after external links.
|
||||||
@ -243,8 +243,8 @@ man_pages = [
|
|||||||
# (source start file, target name, title, author,
|
# (source start file, target name, title, author,
|
||||||
# dir menu entry, description, category)
|
# dir menu entry, description, category)
|
||||||
texinfo_documents = [
|
texinfo_documents = [
|
||||||
('index', 'MistralReleaseNotes', u'Mistral Release Notes Documentation',
|
('index', 'MistralReleaseNotes', 'Mistral Release Notes Documentation',
|
||||||
u'Mistral Developers', 'MistralReleaseNotes',
|
'Mistral Developers', 'MistralReleaseNotes',
|
||||||
'One line description of project.',
|
'One line description of project.',
|
||||||
'Miscellaneous'),
|
'Miscellaneous'),
|
||||||
]
|
]
|
||||||
|
@ -14,4 +14,4 @@ tempest>=21.0.0 # Apache-2.0
|
|||||||
stestr>=2.0.0 # Apache-2.0
|
stestr>=2.0.0 # Apache-2.0
|
||||||
testtools>=2.2.0 # MIT
|
testtools>=2.2.0 # MIT
|
||||||
unittest2>=1.1.0 # BSD
|
unittest2>=1.1.0 # BSD
|
||||||
|
WebTest>= 3.0.0 # Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user