summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index a9a2e79..4b634f8 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -70,8 +70,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'OSprofiler'
-copyright = u'2016, OpenStack Foundation'
+project = 'OSprofiler'
+copyright = '2016, OpenStack Foundation'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
@@ -111,8 +111,8 @@ latex_elements = {}
latex_documents = [
('index',
'%s.tex' % project,
- u'%s Documentation' % project,
- u'OpenStack Foundation', 'manual'),
+ '%s Documentation' % project,
+ 'OpenStack Foundation', 'manual'),
]
# -- Options for Texinfo output -----------
@@ -124,8 +124,8 @@ texinfo_documents = [
(
'index',
'OSprofiler',
- u'OSprofiler Documentation',
- u'OSprofiler Team',
+ 'OSprofiler Documentation',
+ 'OSprofiler Team',
'OSprofiler',
'One line description of project.',
'Miscellaneous'