]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth: docs - increase latex maximum list depth to avoid reaching max nesting level 7246/head
authorCharles-Henri Bruyand <charles-henri.bruyand@open-xchange.com>
Fri, 30 Nov 2018 13:24:23 +0000 (14:24 +0100)
committerCharles-Henri Bruyand <charles-henri.bruyand@open-xchange.com>
Fri, 30 Nov 2018 13:24:23 +0000 (14:24 +0100)
docs/conf.py

index 4e78590ee05722a66055ec73e52f38afc9b7e155..c82c3926365b129d883dc350ae0ee7a22c5acebc 100644 (file)
@@ -135,6 +135,7 @@ htmlhelp_basename = 'PowerDNSAuthoritativedoc'
 # -- Options for LaTeX output ---------------------------------------------
 
 latex_elements = {
+    'maxlistdepth' : '8',
     # The paper size ('letterpaper' or 'a4paper').
     #
     'papersize': 'a4paper',