From: Charles-Henri Bruyand Date: Fri, 30 Nov 2018 13:24:23 +0000 (+0100) Subject: auth: docs - increase latex maximum list depth to avoid reaching max nesting level X-Git-Tag: auth-4.2.0-alpha1~13^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=704cfb9bf58f10e57c06b36fbb5b4cdd8d345edd;p=thirdparty%2Fpdns.git auth: docs - increase latex maximum list depth to avoid reaching max nesting level --- 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',