From: Gervase Markham Date: Wed, 17 Feb 2016 13:49:57 +0000 (-0700) Subject: Bug 1242264: Add LaTeX preamble to, speculatively, get ReadTheDocs to do 2 levels... X-Git-Tag: release-5.1.1~79 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dfa6603fddcfe9bd1c4c7a0f31c2689a01009105;p=thirdparty%2Fbugzilla.git Bug 1242264: Add LaTeX preamble to, speculatively, get ReadTheDocs to do 2 levels of heading in the TOC. r=LpSolit --- diff --git a/docs/en/rst/conf.py b/docs/en/rst/conf.py index 6a5ea15e6f..d2cf20ba4b 100644 --- a/docs/en/rst/conf.py +++ b/docs/en/rst/conf.py @@ -218,7 +218,7 @@ latex_elements = { #'pointsize': '10pt', # Additional stuff for the LaTeX preamble. -'preamble': '\setcounter{tocdepth}{1}', +'preamble': '\setcounter{tocdepth}{4}', } # Grouping the document tree into LaTeX files. List of tuples