diff options
author | Gervase Markham <gerv@gerv.net> | 2016-02-17 14:49:57 +0100 |
---|---|---|
committer | Gervase Markham <gerv@mozilla.org> | 2016-02-17 14:49:57 +0100 |
commit | dfa6603fddcfe9bd1c4c7a0f31c2689a01009105 (patch) | |
tree | 5a1600df0f321f46dcea0f1c8fe58854db8df79a /docs | |
parent | 796b692bb18a9e1bcd1fa771d161b8bf3aef7c25 (diff) | |
download | bugzilla-dfa6603fddcfe9bd1c4c7a0f31c2689a01009105.tar.gz bugzilla-dfa6603fddcfe9bd1c4c7a0f31c2689a01009105.tar.xz |
Bug 1242264: Add LaTeX preamble to, speculatively, get ReadTheDocs to do 2 levels of heading in the TOC. r=LpSolit
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/rst/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/rst/conf.py b/docs/en/rst/conf.py index 6a5ea15e6..d2cf20ba4 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 |