From 704cfb9bf58f10e57c06b36fbb5b4cdd8d345edd Mon Sep 17 00:00:00 2001 From: Charles-Henri Bruyand Date: Fri, 30 Nov 2018 14:24:23 +0100 Subject: [PATCH] auth: docs - increase latex maximum list depth to avoid reaching max nesting level --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 4e78590ee0..c82c392636 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -135,6 +135,7 @@ htmlhelp_basename = 'PowerDNSAuthoritativedoc' # -- Options for LaTeX output --------------------------------------------- latex_elements = { + 'maxlistdepth' : '8', # The paper size ('letterpaper' or 'a4paper'). # 'papersize': 'a4paper', -- 2.47.2