diff --git a/documentation/conf.py b/documentation/conf.py index 9a0186f352..a8df6e8f86 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -124,3 +124,8 @@ html_last_updated_fmt = '%b %d, %Y' # Remove the trailing 'dot' in section numbers html_secnumber_suffix = " " + +latex_elements = { + 'passoptionstopackages': '\PassOptionsToPackage{bookmarksdepth=5}{hyperref}', + 'preamble': '\setcounter{tocdepth}{2}', +}