summaryrefslogtreecommitdiffstats
path: root/common/conf.py
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-08-24 07:24:28 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-08-25 14:28:27 +0200
commit5fc9f8bc42683e5fd88f9c56b76db1a0f8d1580f (patch)
tree6b0b70ab3f8a4daf1bd2ea72cf188efe3740302e /common/conf.py
parentcpu-supplement: Use literal instead of emphasis (diff)
downloadrtems-docs-5fc9f8bc42683e5fd88f9c56b76db1a0f8d1580f.tar.bz2
common: Remove obsolete latex_use_parts
This configuration is obsolete and no longer documented: http://www.sphinx-doc.org/en/stable/config.html#options-for-latex-output The use of parts at the top-level results in ugly documents.
Diffstat (limited to '')
-rw-r--r--common/conf.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/conf.py b/common/conf.py
index 46857d3..388ac0f 100644
--- a/common/conf.py
+++ b/common/conf.py
@@ -214,10 +214,6 @@ latex_use_modindex = False
# the title page.
#latex_logo = None
-# For "manual" documents, if this is true, then toplevel headings are parts,
-# not chapters.
-latex_use_parts = True
-
# If true, show page references after internal links.
latex_show_pagerefs = False