remove unicode from code
Change-Id: I49d4ae027ea41f78b309a39de8cc611a2fae7e10
diff --git a/doc/source/conf.py b/doc/source/conf.py
index fe1b603..f696c7b 100755
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -37,8 +37,8 @@
master_doc = 'index'
# General information about the project.
-project = u'openstack'
-copyright = u'2017, OpenStack Developers'
+project = 'openstack'
+copyright = '2017, OpenStack Developers'
# openstackdocstheme options
openstackdocs_repo_name = 'openstack/openstack'
@@ -73,8 +73,8 @@
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.