Skip to content

Commit 092f03a

Browse files
authored
Merge pull request #151 from AdityaSavara/readthedocsfix
Update conf.py
2 parents cd1ea56 + 9b7b447 commit 092f03a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/source/conf.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
master_doc = 'index'
5757

5858
# General information about the project.
59-
project = u'CatMAP'
60-
copyright = u'2014, Andrew J. Medford'
59+
project = 'CatMAP'
60+
copyright = '2014, Andrew J. Medford'
6161

6262
# The version info for the project you're documenting, acts as replacement for
6363
# |version| and |release|, also used in various other places throughout the
@@ -209,8 +209,8 @@
209209
# (source start file, target name, title,
210210
# author, documentclass [howto, manual, or own class]).
211211
latex_documents = [
212-
('index', 'CatMAP.tex', u'CatMAP Documentation',
213-
u'Andrew J. Medford', 'manual'),
212+
('index', 'CatMAP.tex', 'CatMAP Documentation',
213+
'Andrew J. Medford', 'manual'),
214214
]
215215

216216
# The name of an image file (relative to this directory) to place at the top of
@@ -239,8 +239,8 @@
239239
# One entry per manual page. List of tuples
240240
# (source start file, name, description, authors, manual section).
241241
man_pages = [
242-
('index', 'catmap', u'CatMAP Documentation',
243-
[u'Andrew J. Medford'], 1)
242+
('index', 'catmap', 'CatMAP Documentation',
243+
['Andrew J. Medford'], 1)
244244
]
245245

246246
# If true, show URL addresses after external links.
@@ -253,8 +253,8 @@
253253
# (source start file, target name, title, author,
254254
# dir menu entry, description, category)
255255
texinfo_documents = [
256-
('index', 'CatMAP', u'CatMAP Documentation',
257-
u'Andrew J. Medford', 'CatMAP', 'One line description of project.',
256+
('index', 'CatMAP', 'CatMAP Documentation',
257+
'Andrew J. Medford', 'CatMAP', 'One line description of project.',
258258
'Miscellaneous'),
259259
]
260260

@@ -274,10 +274,10 @@
274274
# -- Options for Epub output ----------------------------------------------
275275

276276
# Bibliographic Dublin Core info.
277-
epub_title = u'CatMAP'
278-
epub_author = u'Andrew J. Medford'
279-
epub_publisher = u'Andrew J. Medford'
280-
epub_copyright = u'2014, Andrew J. Medford'
277+
epub_title = 'CatMAP'
278+
epub_author = 'Andrew J. Medford'
279+
epub_publisher = 'Andrew J. Medford'
280+
epub_copyright = '2014, Andrew J. Medford'
281281

282282
# The basename for the epub file. It defaults to the project name.
283283
#epub_basename = u'CatMAP'

0 commit comments

Comments
 (0)