summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py22
1 files changed, 13 insertions, 9 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index feb1111b..25379905 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -201,21 +201,23 @@ htmlhelp_basename = 'designatedoc'
# -- Options for LaTeX output --------------------------------------------------
latex_elements = {
-# The paper size ('letterpaper' or 'a4paper').
-#'papersize': 'letterpaper',
+ # The paper size ('letterpaper' or 'a4paper').
+ #'papersize': 'letterpaper',
-# The font size ('10pt', '11pt' or '12pt').
-#'pointsize': '10pt',
+ # The font size ('10pt', '11pt' or '12pt').
+ #'pointsize': '10pt',
-# Additional stuff for the LaTeX preamble.
-#'preamble': '',
+ # Additional stuff for the LaTeX preamble.
+ #'preamble': '',
+
+ 'preamble': r'\setcounter{tocdepth}{3}',
}
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
- ('index', 'designate.tex', u'Designate Documentation',
- u'Managed I.T.', 'manual'),
+ ('index', 'doc-designate.tex', u'Designate Documentation',
+ u'Designate Developers', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -236,8 +238,10 @@ latex_documents = [
#latex_appendices = []
# If false, no module index is generated.
-#latex_domain_indices = True
+latex_domain_indices = False
+# Disable usage of xindy https://bugzilla.redhat.com/show_bug.cgi?id=1643664
+latex_use_xindy = False
# -- Options for manual page output --------------------------------------------