|
7 | 7 | source_suffix = '.rst' |
8 | 8 | master_doc = 'index' |
9 | 9 |
|
| 10 | +# General information about the project. |
10 | 11 | project = u'Streamcenter+' |
11 | 12 | copyright = u'2025, Huanxia Wei' |
12 | 13 | author = u'Huanxia Wei and his buddies' |
|
26 | 27 |
|
27 | 28 | latex_elements = {} |
28 | 29 |
|
| 30 | +# Output file base name for HTML help builder. |
| 31 | +htmlhelp_basename = 'StreamcenterPlus-Doc' |
| 32 | + |
| 33 | + |
| 34 | +# -- Options for LaTeX output --------------------------------------------- |
| 35 | + |
| 36 | +latex_elements = { |
| 37 | + # The paper size ('letterpaper' or 'a4paper'). |
| 38 | + # |
| 39 | + # 'papersize': 'letterpaper', |
| 40 | + |
| 41 | + # The font size ('10pt', '11pt' or '12pt'). |
| 42 | + # |
| 43 | + # 'pointsize': '10pt', |
| 44 | + |
| 45 | + # Additional stuff for the LaTeX preamble. |
| 46 | + # |
| 47 | + # 'preamble': '', |
| 48 | + |
| 49 | + # Latex figure (float) alignment |
| 50 | + # |
| 51 | + # 'figure_align': 'htbp', |
| 52 | +} |
| 53 | + |
| 54 | +# Grouping the document tree into LaTeX files. List of tuples |
| 55 | +# (source start file, target name, title, |
| 56 | +# author, documentclass [howto, manual, or own class]). |
| 57 | +#latex_documents = [ |
| 58 | +# (master_doc, 'nekRS.tex', u'nekRS Documentation', |
| 59 | +# u'Paul Fischer, \\and James Lottes, \\and Stefan Kerkemeier, \\and Oana Marin, \\and Katherine Heisey, \\and Aleks Obabko, \\and Elia Merzari, \\and Yulia Peet, \\and Ronald Rahaman', 'manual'), |
| 60 | +#] |
| 61 | + |
| 62 | + |
| 63 | +# -- Options for manual page output --------------------------------------- |
| 64 | + |
| 65 | +# One entry per manual page. List of tuples |
| 66 | +# (source start file, name, description, authors, manual section). |
29 | 67 | man_pages = [ |
30 | 68 | (master_doc, 'StreamcenterPlus', u'Streamcenter+ Documentation', |
31 | 69 | [author], 1) |
|
0 commit comments