From b82764583a4991b9a07af08488e4f7bac7a75dea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Tue, 12 Mar 2013 09:36:33 +0100 Subject: [PATCH] Increase list-depth for nested quotes etc. --- doc/source/conf.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 5071fab1..328a75a0 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -203,7 +203,10 @@ latex_documents = [ #latex_use_parts = False # Additional stuff for the LaTeX preamble. -#latex_preamble = '' +latex_preamble = ''' +\usepackage{enumitem} +\setlistdepth{100} +''' # Documents to append as an appendix to all manuals. #latex_appendices = []