remove unicode from code
remove unicode from code Change-Id: I18c124a5dccba6b1f3868ca297e23d1e96acbf8c
This commit is contained in:
parent
5c1ad05fe0
commit
b45267fc5c
@ -43,8 +43,8 @@ source_suffix = '.rst'
|
|||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'ovsdbapp'
|
project = 'ovsdbapp'
|
||||||
copyright = u'2016, OpenStack Foundation'
|
copyright = '2016, 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
|
||||||
@ -74,8 +74,8 @@ htmlhelp_basename = '%sdoc' % project
|
|||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index',
|
('index',
|
||||||
'doc-ovsdbapp.tex',
|
'doc-ovsdbapp.tex',
|
||||||
u'%s Documentation' % project,
|
'%s Documentation' % project,
|
||||||
u'OpenStack Foundation', 'howto'),
|
'OpenStack Foundation', 'howto'),
|
||||||
]
|
]
|
||||||
|
|
||||||
# Example configuration for intersphinx: refer to the Python standard library.
|
# Example configuration for intersphinx: refer to the Python standard library.
|
||||||
|
@ -58,8 +58,8 @@ source_suffix = '.rst'
|
|||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'ovsdbapp Release Notes'
|
project = 'ovsdbapp Release Notes'
|
||||||
copyright = u'2016, OpenStack Foundation'
|
copyright = '2016, OpenStack Foundation'
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
@ -208,8 +208,8 @@ latex_elements = {
|
|||||||
# (source start file, target name, title,
|
# (source start file, target name, title,
|
||||||
# author, documentclass [howto, manual, or own class]).
|
# author, documentclass [howto, manual, or own class]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index', 'ovsdbappNotes.tex', u'ovsdbapp Release Notes Documentation',
|
('index', 'ovsdbappNotes.tex', 'ovsdbapp Release Notes Documentation',
|
||||||
u'ovsdbapp Developers', 'manual'),
|
'ovsdbapp 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
|
||||||
|
Loading…
Reference in New Issue
Block a user