remove unicode from code
Change-Id: I366cb99a353425f7126e002f3ea25c3b305a9270
This commit is contained in:
parent
7b2a6a5684
commit
94a3386b61
@ -42,8 +42,8 @@ source_suffix = '.rst'
|
||||
master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = u'eslint-config-openstack'
|
||||
copyright = u'2016, OpenStack Foundation'
|
||||
project = 'eslint-config-openstack'
|
||||
copyright = '2016, OpenStack Foundation'
|
||||
|
||||
# If true, '()' will be appended to :func: etc. cross-reference text.
|
||||
add_function_parentheses = True
|
||||
@ -72,8 +72,8 @@ htmlhelp_basename = '%sdoc' % project
|
||||
latex_documents = [
|
||||
('index',
|
||||
'doc-%s.tex' % project,
|
||||
u'Eslint-config-openstack Documentation',
|
||||
u'OpenStack Foundation', 'manual'),
|
||||
'Eslint-config-openstack Documentation',
|
||||
'OpenStack Foundation', 'manual'),
|
||||
]
|
||||
|
||||
# Example configuration for intersphinx: refer to the Python standard library.
|
||||
|
Loading…
Reference in New Issue
Block a user