|
57 | 57 | source_suffix = ".rst"
|
58 | 58 |
|
59 | 59 | # The main toctree document.
|
60 |
| -main_doc = "index" |
| 60 | +root_doc = "index" |
61 | 61 |
|
62 | 62 | # General information about the project.
|
63 | 63 | project = "sparse"
|
|
151 | 151 | # Grouping the document tree into LaTeX files. List of tuples
|
152 | 152 | # (source start file, target name, title,
|
153 | 153 | # author, documentclass [howto, manual, or own class]).
|
154 |
| -latex_documents = [(main_doc, "sparse.tex", "sparse Documentation", "Sparse Developers", "manual")] |
| 154 | +latex_documents = [(root_doc, "sparse.tex", "sparse Documentation", "Sparse Developers", "manual")] |
155 | 155 |
|
156 | 156 | # -- Options for manual page output ---------------------------------------
|
157 | 157 |
|
158 | 158 | # One entry per manual page. List of tuples
|
159 | 159 | # (source start file, name, description, authors, manual section).
|
160 |
| -man_pages = [(main_doc, "sparse", "sparse Documentation", [author], 1)] |
| 160 | +man_pages = [(root_doc, "sparse", "sparse Documentation", [author], 1)] |
161 | 161 |
|
162 | 162 | # -- Options for Texinfo output -------------------------------------------
|
163 | 163 |
|
|
166 | 166 | # dir menu entry, description, category)
|
167 | 167 | texinfo_documents = [
|
168 | 168 | (
|
169 |
| - main_doc, |
| 169 | + root_doc, |
170 | 170 | "sparse",
|
171 | 171 | "sparse Documentation",
|
172 | 172 | author,
|
|
0 commit comments