remove unicode from code
Change-Id: I1558fe97193ecdb5ac112a58928d14af5870dc2d
This commit is contained in:
@@ -37,8 +37,8 @@ source_suffix = '.rst'
|
|||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'release-test'
|
project = 'release-test'
|
||||||
copyright = u'2013, OpenStack Foundation'
|
copyright = '2013, OpenStack Foundation'
|
||||||
|
|
||||||
# If true, '()' will be appended to :func: etc. cross-reference text.
|
# If true, '()' will be appended to :func: etc. cross-reference text.
|
||||||
add_function_parentheses = True
|
add_function_parentheses = True
|
||||||
@@ -67,8 +67,8 @@ htmlhelp_basename = '%sdoc' % project
|
|||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index',
|
('index',
|
||||||
'%s.tex' % project,
|
'%s.tex' % project,
|
||||||
u'%s Documentation' % project,
|
'%s Documentation' % project,
|
||||||
u'OpenStack Foundation', 'manual'),
|
'OpenStack Foundation', 'manual'),
|
||||||
]
|
]
|
||||||
|
|
||||||
# Example configuration for intersphinx: refer to the Python standard library.
|
# Example configuration for intersphinx: refer to the Python standard library.
|
||||||
|
@@ -55,8 +55,8 @@ source_suffix = '.rst'
|
|||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'release-test Release Notes'
|
project = 'release-test Release Notes'
|
||||||
copyright = u'2016, release-test Developers'
|
copyright = '2016, release-test Developers'
|
||||||
|
|
||||||
# Release notes do not need a version in the title, they span
|
# Release notes do not need a version in the title, they span
|
||||||
# multiple versions.
|
# multiple versions.
|
||||||
@@ -208,8 +208,8 @@ latex_elements = {
|
|||||||
# author, documentclass [howto, manual, or own class]).
|
# author, documentclass [howto, manual, or own class]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index', 'olso.configReleaseNotes.tex',
|
('index', 'olso.configReleaseNotes.tex',
|
||||||
u'olso.config Release Notes Documentation',
|
'olso.config Release Notes Documentation',
|
||||||
u'release-test Developers', 'manual'),
|
'release-test 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
|
||||||
@@ -239,8 +239,8 @@ latex_documents = [
|
|||||||
# (source start file, name, description, authors, manual section).
|
# (source start file, name, description, authors, manual section).
|
||||||
man_pages = [
|
man_pages = [
|
||||||
('index', 'olso.configreleasenotes',
|
('index', 'olso.configreleasenotes',
|
||||||
u'release-test Release Notes Documentation',
|
'release-test Release Notes Documentation',
|
||||||
[u'release-test Developers'], 1)
|
['release-test Developers'], 1)
|
||||||
]
|
]
|
||||||
|
|
||||||
# If true, show URL addresses after external links.
|
# If true, show URL addresses after external links.
|
||||||
@@ -254,8 +254,8 @@ man_pages = [
|
|||||||
# dir menu entry, description, category)
|
# dir menu entry, description, category)
|
||||||
texinfo_documents = [
|
texinfo_documents = [
|
||||||
('index', 'release-testReleaseNotes',
|
('index', 'release-testReleaseNotes',
|
||||||
u'release-test Release Notes Documentation',
|
'release-test Release Notes Documentation',
|
||||||
u'release-test Developers', 'olso.configReleaseNotes',
|
'release-test Developers', 'olso.configReleaseNotes',
|
||||||
'An OpenStack library for parsing configuration options from the command'
|
'An OpenStack library for parsing configuration options from the command'
|
||||||
' line and configuration files.',
|
' line and configuration files.',
|
||||||
'Miscellaneous'),
|
'Miscellaneous'),
|
||||||
|
Reference in New Issue
Block a user