[PATCH] common: Remove obsolete latex_use_parts
Sebastian Huber
sebastian.huber at embedded-brains.de
Thu Aug 24 05:27:09 UTC 2017
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
--
2.12.3
More information about the devel
mailing list