Skip to content

Commit e54ceba

Browse files
committed
Convert to python3
1 parent 7da1615 commit e54ceba

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1935
-1931
lines changed

docs/conf.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
master_doc = 'index'
4141

4242
# General information about the project.
43-
project = u'0bin'
44-
copyright = u'2012, Sam et Max'
43+
project = '0bin'
44+
copyright = '2012, Sam et Max'
4545

4646
# The version info for the project you're documenting, acts as replacement for
4747
# |version| and |release|, also used in various other places throughout the
@@ -183,8 +183,8 @@
183183
# Grouping the document tree into LaTeX files. List of tuples
184184
# (source start file, target name, title, author, documentclass [howto/manual]).
185185
latex_documents = [
186-
('index', '0bin.tex', u'0bin Documentation',
187-
u'Sam et Max', 'manual'),
186+
('index', '0bin.tex', '0bin Documentation',
187+
'Sam et Max', 'manual'),
188188
]
189189

190190
# The name of an image file (relative to this directory) to place at the top of
@@ -213,8 +213,8 @@
213213
# One entry per manual page. List of tuples
214214
# (source start file, name, description, authors, manual section).
215215
man_pages = [
216-
('index', '0bin', u'0bin Documentation',
217-
[u'Sam et Max'], 1)
216+
('index', '0bin', '0bin Documentation',
217+
['Sam et Max'], 1)
218218
]
219219

220220
# If true, show URL addresses after external links.
@@ -227,8 +227,8 @@
227227
# (source start file, target name, title, author,
228228
# dir menu entry, description, category)
229229
texinfo_documents = [
230-
('index', '0bin', u'0bin Documentation',
231-
u'Sam et Max', '0bin', 'One line description of project.',
230+
('index', '0bin', '0bin Documentation',
231+
'Sam et Max', '0bin', 'One line description of project.',
232232
'Miscellaneous'),
233233
]
234234

0 commit comments

Comments
 (0)