|
208 | 208 | # Output file base name for HTML help builder. |
209 | 209 | htmlhelp_basename = 'netjsonconfigdoc' |
210 | 210 |
|
211 | | -# -- Options for LaTeX output --------------------------------------------- |
212 | | - |
213 | | -latex_elements = { |
214 | | - # The paper size ('letterpaper' or 'a4paper'). |
215 | | - #'papersize': 'letterpaper', |
216 | | - # The font size ('10pt', '11pt' or '12pt'). |
217 | | - #'pointsize': '10pt', |
218 | | - # Additional stuff for the LaTeX preamble. |
219 | | - #'preamble': '', |
220 | | - # Latex figure (float) alignment |
221 | | - #'figure_align': 'htbp', |
222 | | -} |
223 | | - |
224 | | -# Grouping the document tree into LaTeX files. List of tuples |
225 | | -# (source start file, target name, title, |
226 | | -# author, documentclass [howto, manual, or own class]). |
227 | | -latex_documents = [ |
228 | | - ( |
229 | | - master_doc, |
230 | | - 'netjsonconfig.tex', |
231 | | - u'netjsonconfig documentation', |
232 | | - u'Federico Capoano', |
233 | | - 'manual', |
234 | | - ), |
235 | | -] |
236 | | - |
237 | | -# The name of an image file (relative to this directory) to place at the top of |
238 | | -# the title page. |
239 | | -# latex_logo = None |
240 | | - |
241 | | -# For "manual" documents, if this is true, then toplevel headings are parts, |
242 | | -# not chapters. |
243 | | -# latex_use_parts = False |
244 | | - |
245 | | -# If true, show page references after internal links. |
246 | | -# latex_show_pagerefs = False |
247 | | - |
248 | | -# If true, show URL addresses after external links. |
249 | | -# latex_show_urls = False |
250 | | - |
251 | | -# Documents to append as an appendix to all manuals. |
252 | | -# latex_appendices = [] |
253 | | - |
254 | | -# If false, no module index is generated. |
255 | | -# latex_domain_indices = True |
256 | | - |
257 | | - |
258 | 211 | # -- Options for manual page output --------------------------------------- |
259 | 212 |
|
260 | 213 | # One entry per manual page. List of tuples |
|
0 commit comments