diff options
-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 a5c6090e9..6a5ea15e6 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': '', +'preamble': '\setcounter{tocdepth}{1}', } # Grouping the document tree into LaTeX files. List of tuples |