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 = []