|
206 | 206 | htmlhelp_basename = "statemachinedoc" |
207 | 207 |
|
208 | 208 |
|
209 | | -# -- Options for LaTeX output ------------------------------------------ |
210 | | - |
211 | | -latex_elements = { |
212 | | - # The paper size ('letterpaper' or 'a4paper'). |
213 | | - #'papersize': 'letterpaper', |
214 | | - # The font size ('10pt', '11pt' or '12pt'). |
215 | | - #'pointsize': '10pt', |
216 | | - # Additional stuff for the LaTeX preamble. |
217 | | - #'preamble': '', |
218 | | -} |
219 | | - |
220 | | -# Grouping the document tree into LaTeX files. List of tuples |
221 | | -# (source start file, target name, title, author, documentclass |
222 | | -# [howto/manual]). |
223 | | -latex_documents = [ |
224 | | - ( |
225 | | - "index", |
226 | | - "statemachine.tex", |
227 | | - "Python State Machine Documentation", |
228 | | - "Fernando Macedo", |
229 | | - "manual", |
230 | | - ), |
231 | | -] |
232 | | - |
233 | | -# The name of an image file (relative to this directory) to place at |
234 | | -# the top of the title page. |
235 | | -# latex_logo = None |
236 | | - |
237 | | -# For "manual" documents, if this is true, then toplevel headings |
238 | | -# are parts, not chapters. |
239 | | -# latex_use_parts = False |
240 | | - |
241 | | -# If true, show page references after internal links. |
242 | | -# latex_show_pagerefs = False |
243 | | - |
244 | | -# If true, show URL addresses after external links. |
245 | | -# latex_show_urls = False |
246 | | - |
247 | | -# Documents to append as an appendix to all manuals. |
248 | | -# latex_appendices = [] |
249 | | - |
250 | | -# If false, no module index is generated. |
251 | | -# latex_domain_indices = True |
252 | | - |
253 | | - |
254 | | -# -- Options for manual page output ------------------------------------ |
255 | | - |
256 | | -# One entry per manual page. List of tuples |
257 | | -# (source start file, name, description, authors, manual section). |
258 | | -man_pages = [ |
259 | | - ( |
260 | | - "index", |
261 | | - "statemachine", |
262 | | - "Python State Machine Documentation", |
263 | | - ["Fernando Macedo"], |
264 | | - 1, |
265 | | - ) |
266 | | -] |
267 | | - |
268 | | -# If true, show URL addresses after external links. |
269 | | -# man_show_urls = False |
270 | | - |
271 | | - |
272 | | -# -- Options for Texinfo output ---------------------------------------- |
273 | | - |
274 | | -# Grouping the document tree into Texinfo files. List of tuples |
275 | | -# (source start file, target name, title, author, |
276 | | -# dir menu entry, description, category) |
277 | | -texinfo_documents = [ |
278 | | - ( |
279 | | - "index", |
280 | | - "statemachine", |
281 | | - "Python State Machine Documentation", |
282 | | - "Fernando Macedo", |
283 | | - "statemachine", |
284 | | - "One line description of project.", |
285 | | - "Miscellaneous", |
286 | | - ), |
287 | | -] |
288 | | - |
289 | 209 | # Documents to append as an appendix to all manuals. |
290 | 210 | # texinfo_appendices = [] |
291 | 211 |
|
|
338 | 258 | "conf_py_path": "/docs/", # Path in the checkout to the docs root |
339 | 259 | } |
340 | 260 |
|
341 | | -# html_theme_options = {} |
342 | | - |
343 | | - |
344 | 261 | # Sphinx Galery |
345 | 262 | sphinx_gallery_conf = { |
346 | 263 | "examples_dirs": [ |
|
0 commit comments