[rtems-docs commit] common: Remove obsolete latex_use_parts
Sebastian Huber
sebh at rtems.org
Fri Aug 25 12:28:45 UTC 2017
Module: rtems-docs
Branch: master
Commit: 5fc9f8bc42683e5fd88f9c56b76db1a0f8d1580f
Changeset: http://git.rtems.org/rtems-docs/commit/?id=5fc9f8bc42683e5fd88f9c56b76db1a0f8d1580f
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Thu Aug 24 07:24:28 2017 +0200
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.
---
common/conf.py | 4 ----
1 file changed, 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
More information about the vc
mailing list