# source_suffix = ['.rst', '.md']
source_suffix = '.rst'
-# The master toctree document.
-master_doc = 'glossary'
+# The root toctree document.
+root_doc = 'glossary'
# General information about the project.
project = u'ceph-ansible'
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
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'),
]
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- (master_doc, 'ceph-ansible', u'ceph-ansible Documentation',
+ (root_doc, 'ceph-ansible', u'ceph-ansible Documentation',
[author], 1)
]
# (source start file, target name, title, author,
# dir menu entry, description, category)
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.',
'Miscellaneous'),
]