|
73 | 73 | htmlhelp_basename = "StagPydoc" |
74 | 74 |
|
75 | 75 |
|
76 | | -# -- Options for LaTeX output --------------------------------------------- |
77 | | - |
78 | | -# Grouping the document tree into LaTeX files. List of tuples |
79 | | -# (source start file, target name, title, |
80 | | -# author, documentclass [howto, manual, or own class]). |
81 | | -latex_documents = [ |
82 | | - ( |
83 | | - root_doc, |
84 | | - "StagPy.tex", |
85 | | - "StagPy Documentation", |
86 | | - r"Adrien Morison \and Martina Ulvrova \and Stéphane Labrosse", |
87 | | - "manual", |
88 | | - ), |
89 | | -] |
90 | | - |
91 | | - |
92 | | -# -- Options for manual page output --------------------------------------- |
93 | | - |
94 | | -# One entry per manual page. List of tuples |
95 | | -# (source start file, name, description, authors, manual section). |
96 | | -man_pages = [(root_doc, "stagpy", "StagPy Documentation", [author], 1)] |
97 | | - |
98 | | - |
99 | | -# -- Options for Texinfo output ------------------------------------------- |
100 | | - |
101 | | -# Grouping the document tree into Texinfo files. List of tuples |
102 | | -# (source start file, target name, title, author, |
103 | | -# dir menu entry, description, category) |
104 | | -texinfo_documents = [ |
105 | | - ( |
106 | | - root_doc, |
107 | | - "StagPy", |
108 | | - "StagPy Documentation", |
109 | | - author, |
110 | | - "StagPy", |
111 | | - "One line description of project.", |
112 | | - "Miscellaneous", |
113 | | - ), |
114 | | -] |
115 | | - |
116 | | - |
117 | 76 | # -- Autogenerated configuration options list ----------------------------- |
118 | 77 |
|
119 | 78 | dfile = Path(".") / "sources" / "config_opts.rst" |
|
0 commit comments