From 77e7133eef9b098845b294d8fc3bc44940d41c52 Mon Sep 17 00:00:00 2001 From: Pete Jemian Date: Fri, 16 Jun 2017 13:56:27 -0500 Subject: [PATCH] fixes #576 --- manual/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manual/source/conf.py b/manual/source/conf.py index 3bc5a6a87..5091fc581 100755 --- a/manual/source/conf.py +++ b/manual/source/conf.py @@ -225,7 +225,8 @@ \setlistdepth{9} ''' latex_elements = { - 'preamble_text': preamble_text # the new way + 'preamble_text': preamble_text, # the new way + 'maxlistdepth': 10, # deeply nested application definitions } #latex_preamble = preamble_text # the old way