diff options
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 48658ee9b..a6d37a176 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -181,6 +181,9 @@ htmlhelp_basename = 'pyramid' # Options for LaTeX output # ------------------------ +latex_engine = 'xelatex' +latex_use_xindy = False + # The paper size ('letter' or 'a4'). latex_paper_size = 'letter' |
