From 71c3248f1afa8cd290ce88eef7e6a43f0d8235d9 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 23 Nov 2015 08:39:32 -0600 Subject: [PATCH] Increase list depth so 'make latexpdf' works again --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 05559aab08..79a7604e39 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -200,7 +200,7 @@ latex_elements = { \usepackage{enumitem} \usepackage{amsfonts} \usepackage{amsmath} -\setlistdepth{9} +\setlistdepth{99} \usepackage{tikz} \usetikzlibrary{shapes,snakes,shadows,arrows,calc,decorations.markings,patterns,fit,matrix,spy} \usepackage{fixltx2e}