remove unicode from code
Change-Id: Id45ba95d033df5cf4214fa9bd77334e60dc07c52
This commit is contained in:
parent
753f8c84e1
commit
9172290363
@ -36,8 +36,8 @@ source_suffix = '.rst'
|
||||
master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = u'python-venusclient'
|
||||
copyright = u'2017, OpenStack Developers'
|
||||
project = 'python-venusclient'
|
||||
copyright = '2017, OpenStack Developers'
|
||||
|
||||
# openstackdocstheme options
|
||||
openstackdocs_repo_name = 'openstack/python-venusclient'
|
||||
@ -72,8 +72,8 @@ htmlhelp_basename = '%sdoc' % project
|
||||
latex_documents = [
|
||||
('index',
|
||||
'%s.tex' % project,
|
||||
u'%s Documentation' % project,
|
||||
u'OpenStack Developers', 'manual'),
|
||||
'%s Documentation' % project,
|
||||
'OpenStack Developers', 'manual'),
|
||||
]
|
||||
|
||||
# Example configuration for intersphinx: refer to the Python standard library.
|
||||
|
@ -51,7 +51,7 @@ source_suffix = '.rst'
|
||||
master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
copyright = u'2017, OpenStack Developers'
|
||||
copyright = '2017, OpenStack Developers'
|
||||
|
||||
# openstackdocstheme options
|
||||
openstackdocs_repo_name = 'openstack/python-venusclient'
|
||||
@ -199,8 +199,8 @@ htmlhelp_basename = 'venusclientReleaseNotesdoc'
|
||||
# author, documentclass [howto, manual, or own class]).
|
||||
latex_documents = [
|
||||
('index', 'venusclientReleaseNotes.tex',
|
||||
u'venusclient Release Notes Documentation',
|
||||
u'OpenStack Foundation', 'manual'),
|
||||
'venusclient Release Notes Documentation',
|
||||
'OpenStack Foundation', 'manual'),
|
||||
]
|
||||
|
||||
# The name of an image file (relative to this directory) to place at the top of
|
||||
@ -230,8 +230,8 @@ latex_documents = [
|
||||
# (source start file, name, description, authors, manual section).
|
||||
man_pages = [
|
||||
('index', 'venusclientrereleasenotes',
|
||||
u'venusclient Release Notes Documentation',
|
||||
[u'OpenStack Foundation'], 1)
|
||||
'venusclient Release Notes Documentation',
|
||||
['OpenStack Foundation'], 1)
|
||||
]
|
||||
|
||||
# If true, show URL addresses after external links.
|
||||
@ -245,8 +245,8 @@ man_pages = [
|
||||
# dir menu entry, description, category)
|
||||
texinfo_documents = [
|
||||
('index', 'venusclient ReleaseNotes',
|
||||
u'venusclient Release Notes Documentation',
|
||||
u'OpenStack Foundation', 'venusclientReleaseNotes',
|
||||
'venusclient Release Notes Documentation',
|
||||
'OpenStack Foundation', 'venusclientReleaseNotes',
|
||||
'One line description of project.',
|
||||
'Miscellaneous'),
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user