remove unicode prefix from code
Change-Id: Ia6e2ea0ff1a2ce81442c039826fd3c7d0c1d3817
This commit is contained in:
parent
8f69305c38
commit
89926e156e
@ -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'venus-tempest-plugin Release Notes'
|
project = 'venus-tempest-plugin Release Notes'
|
||||||
copyright = u'2017, OpenStack Developers'
|
copyright = '2017, OpenStack Developers'
|
||||||
|
|
||||||
# openstackdocstheme options
|
# openstackdocstheme options
|
||||||
openstackdocs_repo_name = 'openstack/venus-tempest-plugin'
|
openstackdocs_repo_name = 'openstack/venus-tempest-plugin'
|
||||||
@ -211,8 +211,8 @@ latex_elements = {
|
|||||||
# author, documentclass [howto, manual, or own class]).
|
# author, documentclass [howto, manual, or own class]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index', 'venus-tempest-pluginReleaseNotes.tex',
|
('index', 'venus-tempest-pluginReleaseNotes.tex',
|
||||||
u'venus-tempest-plugin Release Notes Documentation',
|
'venus-tempest-plugin Release Notes Documentation',
|
||||||
u'OpenStack Foundation', 'manual'),
|
'OpenStack Foundation', '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
|
||||||
@ -242,8 +242,8 @@ latex_documents = [
|
|||||||
# (source start file, name, description, authors, manual section).
|
# (source start file, name, description, authors, manual section).
|
||||||
man_pages = [
|
man_pages = [
|
||||||
('index', 'venus-tempest-pluginrereleasenotes',
|
('index', 'venus-tempest-pluginrereleasenotes',
|
||||||
u'venus-tempest-plugin Release Notes Documentation',
|
'venus-tempest-plugin Release Notes Documentation',
|
||||||
[u'OpenStack Foundation'], 1)
|
['OpenStack Foundation'], 1)
|
||||||
]
|
]
|
||||||
|
|
||||||
# If true, show URL addresses after external links.
|
# If true, show URL addresses after external links.
|
||||||
@ -257,8 +257,8 @@ man_pages = [
|
|||||||
# dir menu entry, description, category)
|
# dir menu entry, description, category)
|
||||||
texinfo_documents = [
|
texinfo_documents = [
|
||||||
('index', 'venus-tempest-plugin ReleaseNotes',
|
('index', 'venus-tempest-plugin ReleaseNotes',
|
||||||
u'venus-tempest-plugin Release Notes Documentation',
|
'venus-tempest-plugin Release Notes Documentation',
|
||||||
u'OpenStack Foundation', 'venus-tempest-pluginReleaseNotes',
|
'OpenStack Foundation', 'venus-tempest-pluginReleaseNotes',
|
||||||
'One line description of project.',
|
'One line description of project.',
|
||||||
'Miscellaneous'),
|
'Miscellaneous'),
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user