Skip to content

Commit 0ee5e17

Browse files
author
niuke
committed
remove unicode prefix from code
Change-Id: I716442a44cdb0cd651cfed8419713c6d76f2ba14
1 parent 07d4e86 commit 0ee5e17

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

doc/source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
master_doc = 'index'
4545

4646
# General information about the project.
47-
project = u'python-cloudkittyclient'
48-
copyright = u'2017, OpenStack Foundation'
47+
project = 'python-cloudkittyclient'
48+
copyright = '2017, OpenStack Foundation'
4949

5050
# openstackdocstheme options
5151
repository_name = 'openstack/python-cloudkittyclient'
@@ -99,8 +99,8 @@
9999
latex_documents = [
100100
('index',
101101
'doc-%s.tex' % project,
102-
u'%s Documentation' % project,
103-
u'OpenStack Foundation', 'howto', True),
102+
'%s Documentation' % project,
103+
'OpenStack Foundation', 'howto', True),
104104
]
105105

106106
# Example configuration for intersphinx: refer to the Python standard library.

releasenotes/source/conf.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
master_doc = 'index'
4343

4444
# General information about the project.
45-
project = u'CloudKitty Client Release Notes'
46-
copyright = u'2016, CloudKitty developers'
45+
project = 'CloudKitty Client Release Notes'
46+
copyright = '2016, CloudKitty developers'
4747

4848
# Release notes are version independent.
4949
# The short X.Y version.
@@ -194,8 +194,8 @@
194194
# author, documentclass [howto, manual, or own class]).
195195
latex_documents = [
196196
('index', 'PythonCloudKittyClient.tex',
197-
u'CloudKitty Client Release Notes Documentation',
198-
u'CloudKitty developers', 'manual'),
197+
'CloudKitty Client Release Notes Documentation',
198+
'CloudKitty developers', 'manual'),
199199
]
200200

201201
# The name of an image file (relative to this directory) to place at the top of
@@ -225,8 +225,8 @@
225225
# (source start file, name, description, authors, manual section).
226226
man_pages = [
227227
('index', 'cloudkittyclient',
228-
u'CloudKitty Client Release Notes Documentation',
229-
[u'CloudKitty developers'], 1)
228+
'CloudKitty Client Release Notes Documentation',
229+
['CloudKitty developers'], 1)
230230
]
231231

232232
# If true, show URL addresses after external links.
@@ -240,8 +240,8 @@
240240
# dir menu entry, description, category)
241241
texinfo_documents = [
242242
('index', 'cloudkittyclient',
243-
u'CloudKitty Client Release Notes Documentation',
244-
u'CloudKitty Client developers', 'CloudKittyClient',
243+
'CloudKitty Client Release Notes Documentation',
244+
'CloudKitty Client developers', 'CloudKittyClient',
245245
'One line description of project.', 'Miscellaneous'),
246246
]
247247

0 commit comments

Comments
 (0)