|
221 | 221 | # -- Options for LaTeX output ---------------------------------------------
|
222 | 222 |
|
223 | 223 | latex_elements = {
|
224 |
| -# The paper size ('letterpaper' or 'a4paper'). |
225 |
| -#'papersize': 'letterpaper', |
| 224 | + # The paper size ('letterpaper' or 'a4paper'). |
| 225 | + # 'papersize': 'letterpaper', |
226 | 226 |
|
227 |
| -# The font size ('10pt', '11pt' or '12pt'). |
228 |
| -#'pointsize': '10pt', |
| 227 | + # The font size ('10pt', '11pt' or '12pt'). |
| 228 | + # 'pointsize': '10pt', |
229 | 229 |
|
230 |
| -# Additional stuff for the LaTeX preamble. |
231 |
| -#'preamble': '', |
| 230 | + # Additional stuff for the LaTeX preamble. |
| 231 | + # 'preamble': '', |
232 | 232 |
|
233 |
| -# Latex figure (float) alignment |
234 |
| -#'figure_align': 'htbp', |
| 233 | + # Latex figure (float) alignment |
| 234 | + # 'figure_align': 'htbp', |
235 | 235 | }
|
236 | 236 |
|
237 | 237 | # Grouping the document tree into LaTeX files. List of tuples
|
238 | 238 | # (source start file, target name, title,
|
239 | 239 | # author, documentclass [howto, manual, or own class]).
|
240 | 240 | latex_documents = [
|
241 |
| - (master_doc, 'XBeePythonLibrary.tex', u'XBee Python Library Documentation', |
242 |
| - author, 'manual'), |
| 241 | + (master_doc, 'XBeePythonLibrary.tex', u'XBee Python Library Documentation', |
| 242 | + author, 'manual'), |
243 | 243 | ]
|
244 | 244 |
|
245 | 245 | # The name of an image file (relative to this directory) to place at the top of
|
|
267 | 267 |
|
268 | 268 | # One entry per manual page. List of tuples
|
269 | 269 | # (source start file, name, description, authors, manual section).
|
270 |
| -man_pages = [ |
271 |
| - (master_doc, 'XBeePythonLibrary', u'XBee Python Library Documentation', |
272 |
| - [author], 1) |
273 |
| -] |
| 270 | +man_pages = [(master_doc, 'XBeePythonLibrary', |
| 271 | + u'XBee Python Library Documentation', [author], 1)] |
274 | 272 |
|
275 | 273 | # If true, show URL addresses after external links.
|
276 | 274 | #man_show_urls = False
|
|
282 | 280 | # (source start file, target name, title, author,
|
283 | 281 | # dir menu entry, description, category)
|
284 | 282 | texinfo_documents = [
|
285 |
| - (master_doc, 'XBeePythonLibrary', u'XBee Python Library Documentation', |
286 |
| - author, 'XBeePythonLibrary', 'One line description of project.', |
287 |
| - 'Miscellaneous'), |
| 283 | + (master_doc, 'XBeePythonLibrary', u'XBee Python Library Documentation', |
| 284 | + author, 'XBeePythonLibrary', 'One line description of project.', |
| 285 | + 'Miscellaneous'), |
288 | 286 | ]
|
289 | 287 |
|
290 | 288 | # Documents to append as an appendix to all manuals.
|
|
405 | 403 |
|
406 | 404 |
|
407 | 405 | def setup(app):
|
408 |
| - app.add_stylesheet("theme_overrides.css") |
| 406 | + app.add_css_file("theme_overrides.css") |
0 commit comments