Skip to content

Commit 3c89cc0

Browse files
committed
2 parents 595697b + 7bc7a96 commit 3c89cc0

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

source/conf.py

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
source_suffix = '.rst'
88
master_doc = 'index'
99

10+
# General information about the project.
1011
project = u'Streamcenter+'
1112
copyright = u'2025, Huanxia Wei'
1213
author = u'Huanxia Wei and his buddies'
@@ -26,6 +27,43 @@
2627

2728
latex_elements = {}
2829

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).
2967
man_pages = [
3068
(master_doc, 'StreamcenterPlus', u'Streamcenter+ Documentation',
3169
[author], 1)

0 commit comments

Comments
 (0)