summaryrefslogtreecommitdiffstats
path: root/documentation/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/conf.py')
-rw-r--r--documentation/conf.py5
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
126html_secnumber_suffix = " " 126html_secnumber_suffix = " "
127
128latex_elements = {
129 'passoptionstopackages': '\PassOptionsToPackage{bookmarksdepth=5}{hyperref}',
130 'preamble': '\setcounter{tocdepth}{2}',
131}