summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2019-03-20 03:28:11 -0700
committerGitHub <noreply@github.com>2019-03-20 03:28:11 -0700
commit6649aea6c049fd3e2817fd46a2f9d67cbde82988 (patch)
treee205cdab0563267e3d30dfbedd4a71296bb3a332 /docs/conf.py
parentbc41fb5b8d0b15f8b8df1b4fe65a0c9f8aab6214 (diff)
parent73aac7f781565427981df53d46bb4dc3b0e291d3 (diff)
downloadpyramid-6649aea6c049fd3e2817fd46a2f9d67cbde82988.tar.gz
pyramid-6649aea6c049fd3e2817fd46a2f9d67cbde82988.tar.bz2
pyramid-6649aea6c049fd3e2817fd46a2f9d67cbde82988.zip
Merge pull request #3470 from stevepiercy/master
Test RTD latex_engine setting take 2
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index c46ac1beb..ae2cab913 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -205,6 +205,7 @@ latex_documents = [
# For "manual" documents, if this is true, then toplevel headings are parts,
# not chapters.
latex_toplevel_sectioning = "section"
+latex_use_xindy = False
# If false, no module index is generated.
latex_domain_indices = False