Skip to content

Commit

Permalink
Merge pull request #3474 from stevepiercy/master
Browse files Browse the repository at this point in the history
Add changelog entry for #3469 and #3470
  • Loading branch information
stevepiercy committed Mar 22, 2019
2 parents 6649aea + 50d9ae4 commit eda95b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -91,3 +91,5 @@ Backward Incompatibilities
Documentation Changes
---------------------

- Restore build of PDF on Read The Docs.
See https://github.com/Pylons/pyramid/issues/3290
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -182,6 +182,7 @@ def nothing(*arg):
# ------------------------

latex_engine = 'xelatex'
latex_use_xindy = False

# The paper size ('letter' or 'a4').
latex_paper_size = 'letter'
Expand All @@ -205,7 +206,6 @@ def nothing(*arg):
# 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
Expand Down

0 comments on commit eda95b5

Please sign in to comment.