|
191 | 191 |
|
192 | 192 | # -- Options for LaTeX output ---------------------------------------------
|
193 | 193 |
|
194 |
| -latex_elements = { |
| 194 | +#latex_elements = { |
195 | 195 | # The paper size ('letterpaper' or 'a4paper').
|
196 | 196 | #'papersize': 'letterpaper',
|
197 | 197 |
|
|
200 | 200 |
|
201 | 201 | # Additional stuff for the LaTeX preamble.
|
202 | 202 | #'preamble': '',
|
203 |
| -} |
| 203 | +#} |
204 | 204 |
|
205 | 205 | # Grouping the document tree into LaTeX files. List of tuples
|
206 | 206 | # (source start file, target name, title,
|
207 | 207 | # 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 | +#] |
212 | 212 |
|
213 | 213 | # The name of an image file (relative to this directory) to place at the top of
|
214 | 214 | # the title page.
|
|
235 | 235 |
|
236 | 236 | # One entry per manual page. List of tuples
|
237 | 237 | # (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 | +#] |
242 | 242 |
|
243 | 243 | # If true, show URL addresses after external links.
|
244 | 244 | #man_show_urls = False
|
|
249 | 249 | # Grouping the document tree into Texinfo files. List of tuples
|
250 | 250 | # (source start file, target name, title, author,
|
251 | 251 | # 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 | +#] |
257 | 257 |
|
258 | 258 | # Documents to append as an appendix to all manuals.
|
259 | 259 | #texinfo_appendices = []
|
|
0 commit comments