Skip to content

Commit e23b208

Browse files
committed
Comment out latex sphinx options for readthedocs.
1 parent cb2ecc7 commit e23b208

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/conf.py

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191

192192
# -- Options for LaTeX output ---------------------------------------------
193193

194-
latex_elements = {
194+
#latex_elements = {
195195
# The paper size ('letterpaper' or 'a4paper').
196196
#'papersize': 'letterpaper',
197197

@@ -200,15 +200,15 @@
200200

201201
# Additional stuff for the LaTeX preamble.
202202
#'preamble': '',
203-
}
203+
#}
204204

205205
# Grouping the document tree into LaTeX files. List of tuples
206206
# (source start file, target name, title,
207207
# author, documentclass [howto, manual, or own class]).
208-
latex_documents = [
209-
('index2', 'DropboxforPython.tex', u'Dropbox for Python Documentation',
210-
u'Ken Elkabany', 'manual'),
211-
]
208+
#latex_documents = [
209+
# ('index2', 'DropboxforPython.tex', u'Dropbox for Python Documentation',
210+
# u'Ken Elkabany', 'manual'),
211+
#]
212212

213213
# The name of an image file (relative to this directory) to place at the top of
214214
# the title page.
@@ -235,10 +235,10 @@
235235

236236
# One entry per manual page. List of tuples
237237
# (source start file, name, description, authors, manual section).
238-
man_pages = [
239-
('index2', 'dropboxforpython', u'Dropbox for Python Documentation',
240-
[u'Dropbox, Inc.'], 1)
241-
]
238+
#man_pages = [
239+
# ('index2', 'dropboxforpython', u'Dropbox for Python Documentation',
240+
# [u'Dropbox, Inc.'], 1)
241+
#]
242242

243243
# If true, show URL addresses after external links.
244244
#man_show_urls = False
@@ -249,11 +249,11 @@
249249
# Grouping the document tree into Texinfo files. List of tuples
250250
# (source start file, target name, title, author,
251251
# dir menu entry, description, category)
252-
texinfo_documents = [
253-
('index2', 'DropboxforPython', u'Dropbox for Python Documentation',
254-
u'Dropbox, Inc.', 'DropboxforPython', 'One line description of project.',
255-
'Miscellaneous'),
256-
]
252+
#texinfo_documents = [
253+
# ('index2', 'DropboxforPython', u'Dropbox for Python Documentation',
254+
# u'Dropbox, Inc.', 'DropboxforPython', 'One line description of project.',
255+
# 'Miscellaneous'),
256+
#]
257257

258258
# Documents to append as an appendix to all manuals.
259259
#texinfo_appendices = []

0 commit comments

Comments
 (0)