mirror of https://github.com/ceph/ceph-ansible.git
parent
bcedff95bd
commit
a698c07716
|
@ -41,8 +41,8 @@ templates_path = ['_templates']
|
||||||
# source_suffix = ['.rst', '.md']
|
# source_suffix = ['.rst', '.md']
|
||||||
source_suffix = '.rst'
|
source_suffix = '.rst'
|
||||||
|
|
||||||
# The master toctree document.
|
# The root toctree document.
|
||||||
master_doc = 'glossary'
|
root_doc = 'glossary'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'ceph-ansible'
|
project = u'ceph-ansible'
|
||||||
|
@ -126,7 +126,7 @@ latex_elements = {
|
||||||
# (source start file, target name, title,
|
# (source start file, target name, title,
|
||||||
# author, documentclass [howto, manual, or own class]).
|
# author, documentclass [howto, manual, or own class]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
(master_doc, 'ceph-ansible.tex', u'ceph-ansible Documentation',
|
(root_doc, 'ceph-ansible.tex', u'ceph-ansible Documentation',
|
||||||
u'Ceph team and individual contributors', 'manual'),
|
u'Ceph team and individual contributors', 'manual'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -136,7 +136,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 = [
|
||||||
(master_doc, 'ceph-ansible', u'ceph-ansible Documentation',
|
(root_doc, 'ceph-ansible', u'ceph-ansible Documentation',
|
||||||
[author], 1)
|
[author], 1)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -147,7 +147,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 = [
|
||||||
(master_doc, 'ceph-ansible', u'ceph-ansible Documentation',
|
(root_doc, 'ceph-ansible', u'ceph-ansible Documentation',
|
||||||
author, 'ceph-ansible', 'One line description of project.',
|
author, 'ceph-ansible', 'One line description of project.',
|
||||||
'Miscellaneous'),
|
'Miscellaneous'),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue