diff options
| author | Steve Piercy <web@stevepiercy.com> | 2019-03-21 17:23:24 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2019-03-21 17:23:24 -0700 |
| commit | d6d0a7b070f0618dfaf0e7425282545936f38b48 (patch) | |
| tree | 7faaf34238d3dc3b6f13eccf73adc601c72e4ff0 | |
| parent | 6649aea6c049fd3e2817fd46a2f9d67cbde82988 (diff) | |
| download | pyramid-d6d0a7b070f0618dfaf0e7425282545936f38b48.tar.gz pyramid-d6d0a7b070f0618dfaf0e7425282545936f38b48.tar.bz2 pyramid-d6d0a7b070f0618dfaf0e7425282545936f38b48.zip | |
Group settings together.
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
