summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index a64685ec9b..35c5c14535 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -159,8 +159,8 @@ html_last_updated_fmt = '%b %d, %Y'
159html_secnumber_suffix = " " 159html_secnumber_suffix = " "
160 160
161latex_elements = { 161latex_elements = {
162 'passoptionstopackages': '\PassOptionsToPackage{bookmarksdepth=5}{hyperref}', 162 'passoptionstopackages': '\\PassOptionsToPackage{bookmarksdepth=5}{hyperref}',
163 'preamble': '\setcounter{tocdepth}{2}', 163 'preamble': '\\setcounter{tocdepth}{2}',
164} 164}
165 165
166# Make the EPUB builder prefer PNG to SVG because of issues rendering Inkscape SVG 166# Make the EPUB builder prefer PNG to SVG because of issues rendering Inkscape SVG