|
@@ -203,7 +203,7 @@ latex_elements = {
|
|
# Grouping the document tree into LaTeX files. List of tuples
|
|
# Grouping the document tree into LaTeX files. List of tuples
|
|
# (source start file, target name, title, author, documentclass [howto/manual]).
|
|
# (source start file, target name, title, author, documentclass [howto/manual]).
|
|
latex_documents = [
|
|
latex_documents = [
|
|
- ('index', 'Docker.tex', u'Docker Documentation',
|
|
|
|
|
|
+ ('toctree', 'Docker.tex', u'Docker Documentation',
|
|
u'Team Docker', 'manual'),
|
|
u'Team Docker', 'manual'),
|
|
]
|
|
]
|
|
|
|
|
|
@@ -233,7 +233,7 @@ latex_documents = [
|
|
# One entry per manual page. List of tuples
|
|
# One entry per manual page. List of tuples
|
|
# (source start file, name, description, authors, manual section).
|
|
# (source start file, name, description, authors, manual section).
|
|
man_pages = [
|
|
man_pages = [
|
|
- ('index', 'docker', u'Docker Documentation',
|
|
|
|
|
|
+ ('toctree', 'docker', u'Docker Documentation',
|
|
[u'Team Docker'], 1)
|
|
[u'Team Docker'], 1)
|
|
]
|
|
]
|
|
|
|
|
|
@@ -247,7 +247,7 @@ man_pages = [
|
|
# (source start file, target name, title, author,
|
|
# (source start file, target name, title, author,
|
|
# dir menu entry, description, category)
|
|
# dir menu entry, description, category)
|
|
texinfo_documents = [
|
|
texinfo_documents = [
|
|
- ('index', 'Docker', u'Docker Documentation',
|
|
|
|
|
|
+ ('toctree', 'Docker', u'Docker Documentation',
|
|
u'Team Docker', 'Docker', 'One line description of project.',
|
|
u'Team Docker', 'Docker', 'One line description of project.',
|
|
'Miscellaneous'),
|
|
'Miscellaneous'),
|
|
]
|
|
]
|