diff options
| -rw-r--r-- | documentation/conf.py | 5 |
1 files changed, 5 insertions, 0 deletions
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' | |||
| 124 | 124 | ||
| 125 | # Remove the trailing 'dot' in section numbers | 125 | # Remove the trailing 'dot' in section numbers |
| 126 | html_secnumber_suffix = " " | 126 | html_secnumber_suffix = " " |
| 127 | |||
| 128 | latex_elements = { | ||
| 129 | 'passoptionstopackages': '\PassOptionsToPackage{bookmarksdepth=5}{hyperref}', | ||
| 130 | 'preamble': '\setcounter{tocdepth}{2}', | ||
| 131 | } | ||
