From d6d0a7b070f0618dfaf0e7425282545936f38b48 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Thu, 21 Mar 2019 17:23:24 -0700 Subject: Group settings together. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3 From 50d9ae4824a744a3a0646c384de93c4e51b6733e Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Thu, 21 Mar 2019 17:25:20 -0700 Subject: Add changelog entry --- CHANGES.rst | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3