summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2017-11-14 13:01:27 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-11-14 17:34:35 +0100
commit4b044d2c39baefe4eb2d8ca75c481ba88e498689 (patch)
tree3c80b9997d3cb2120c8ff32e3736ca53494fdf9f /doc
parentbf6f59525f41f65ea905b8a6ee645ff5da9572db (diff)
downloadptxdist-4b044d2c39baefe4eb2d8ca75c481ba88e498689.tar.gz
ptxdist-4b044d2c39baefe4eb2d8ca75c481ba88e498689.tar.xz
Doc: define the 'xelatex' as the tool to be used
Generating the PDF-documentation fails with the Sphinx default tool. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 401153eb8..2ba1e3657 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -280,6 +280,8 @@ latex_additional_files = [
'figures/warning.pdf',
]
+latex_engine='xelatex'
+
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).