]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
master->root
authorDavid Galloway <dgallowa@redhat.com>
Tue, 24 May 2022 18:40:41 +0000 (14:40 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 30 May 2022 13:15:15 +0000 (15:15 +0200)
Signed-off-by: David Galloway <dgallowa@redhat.com>
docs/source/conf.py

index 077c3552bd39954862ed224c058b6b78eaf340a9..e0944a57bb6b6717d6bbe1cf21b13511b29b8848 100644 (file)
@@ -41,8 +41,8 @@ templates_path = ['_templates']
 # 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'
@@ -126,7 +126,7 @@ latex_elements = {
 # (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'),
 ]
 
@@ -136,7 +136,7 @@ latex_documents = [
 # 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)
 ]
 
@@ -147,7 +147,7 @@ man_pages = [
 # (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'),
 ]