summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorTheron Luhn <theron@luhn.com>2019-03-30 10:56:25 -0700
committerTheron Luhn <theron@luhn.com>2019-03-30 10:56:25 -0700
commit05b24d434e108f6a8490e8c2520e120e4a831534 (patch)
tree0e9d9b93418e4292da3f5a54f9443b2a64094a42 /docs/conf.py
parent6aba89d19cc384021864d3b83d53082f56c3f419 (diff)
parent80baff6e61d775dc34bb11b7d6c8ef8569da1c40 (diff)
downloadpyramid-05b24d434e108f6a8490e8c2520e120e4a831534.tar.gz
pyramid-05b24d434e108f6a8490e8c2520e120e4a831534.tar.bz2
pyramid-05b24d434e108f6a8490e8c2520e120e4a831534.zip
Merge branch 'master' into security-policy
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py3
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'