summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2019-03-21 17:35:27 -0700
committerGitHub <noreply@github.com>2019-03-21 17:35:27 -0700
commiteda95b5105ec8050a97e34ad76bea35cc8f8fb7b (patch)
treed4ff8e73246685bf9673b618fdc90c6e5cc476fe
parent6649aea6c049fd3e2817fd46a2f9d67cbde82988 (diff)
parent50d9ae4824a744a3a0646c384de93c4e51b6733e (diff)
downloadpyramid-eda95b5105ec8050a97e34ad76bea35cc8f8fb7b.tar.gz
pyramid-eda95b5105ec8050a97e34ad76bea35cc8f8fb7b.tar.bz2
pyramid-eda95b5105ec8050a97e34ad76bea35cc8f8fb7b.zip
Merge pull request #3474 from stevepiercy/master
Add changelog entry for #3469 and #3470
-rw-r--r--CHANGES.rst2
-rw-r--r--docs/conf.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index a347d8d2b..d8a4f45a6 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -91,3 +91,5 @@ Backward Incompatibilities
Documentation Changes
---------------------
+- Restore build of PDF on Read The Docs.
+ See https://github.com/Pylons/pyramid/issues/3290
diff --git a/docs/conf.py b/docs/conf.py
index ae2cab913..a6d37a176 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -182,6 +182,7 @@ htmlhelp_basename = 'pyramid'
# ------------------------
latex_engine = 'xelatex'
+latex_use_xindy = False
# The paper size ('letter' or 'a4').
latex_paper_size = 'letter'
@@ -205,7 +206,6 @@ 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