|
203 | 203 | # Grouping the document tree into LaTeX files. List of tuples |
204 | 204 | # (source start file, target name, title, author, documentclass [howto/manual]). |
205 | 205 | latex_documents = [ |
206 | | - ('index', 'Docker.tex', u'Docker Documentation', |
| 206 | + ('toctree', 'Docker.tex', u'Docker Documentation', |
207 | 207 | u'Team Docker', 'manual'), |
208 | 208 | ] |
209 | 209 |
|
|
233 | 233 | # One entry per manual page. List of tuples |
234 | 234 | # (source start file, name, description, authors, manual section). |
235 | 235 | man_pages = [ |
236 | | - ('index', 'docker', u'Docker Documentation', |
| 236 | + ('toctree', 'docker', u'Docker Documentation', |
237 | 237 | [u'Team Docker'], 1) |
238 | 238 | ] |
239 | 239 |
|
|
247 | 247 | # (source start file, target name, title, author, |
248 | 248 | # dir menu entry, description, category) |
249 | 249 | texinfo_documents = [ |
250 | | - ('index', 'Docker', u'Docker Documentation', |
| 250 | + ('toctree', 'Docker', u'Docker Documentation', |
251 | 251 | u'Team Docker', 'Docker', 'One line description of project.', |
252 | 252 | 'Miscellaneous'), |
253 | 253 | ] |
|
0 commit comments