|
45 | 45 | # The encoding of source files. |
46 | 46 | # source_encoding = 'utf-8-sig' |
47 | 47 |
|
48 | | -# The master toctree document. |
49 | | -master_doc = "index" |
| 48 | +# The index toctree document. |
| 49 | +index_doc = "index" |
50 | 50 |
|
51 | 51 | # General information about the project. |
52 | 52 | project = "radish" |
|
231 | 231 | # (source start file, target name, title, |
232 | 232 | # author, documentclass [howto, manual, or own class]). |
233 | 233 | latex_documents = [ |
234 | | - (master_doc, "radish.tex", "radish Documentation", "Timo Furrer", "manual"), |
| 234 | + (index_doc, "radish.tex", "radish Documentation", "Timo Furrer", "manual"), |
235 | 235 | ] |
236 | 236 |
|
237 | 237 | # The name of an image file (relative to this directory) to place at the top of |
|
259 | 259 |
|
260 | 260 | # One entry per manual page. List of tuples |
261 | 261 | # (source start file, name, description, authors, manual section). |
262 | | -man_pages = [(master_doc, "radish", "radish Documentation", [author], 1)] |
| 262 | +man_pages = [(index_doc, "radish", "radish Documentation", [author], 1)] |
263 | 263 |
|
264 | 264 | # If true, show URL addresses after external links. |
265 | 265 | # man_show_urls = False |
|
272 | 272 | # dir menu entry, description, category) |
273 | 273 | texinfo_documents = [ |
274 | 274 | ( |
275 | | - master_doc, |
| 275 | + index_doc, |
276 | 276 | "radish", |
277 | 277 | "radish Documentation", |
278 | 278 | author, |
|
0 commit comments