diff options
| author | Steve Piercy <web@stevepiercy.com> | 2019-03-20 03:19:57 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2019-03-20 03:19:57 -0700 |
| commit | b798b393365f9df715f27012e5ddd3b4b60bd4dd (patch) | |
| tree | e205cdab0563267e3d30dfbedd4a71296bb3a332 /docs/conf.py | |
| parent | ded0a29703c08ab5fc2551c446155c4c6554619b (diff) | |
| download | pyramid-b798b393365f9df715f27012e5ddd3b4b60bd4dd.tar.gz pyramid-b798b393365f9df715f27012e5ddd3b4b60bd4dd.tar.bz2 pyramid-b798b393365f9df715f27012e5ddd3b4b60bd4dd.zip | |
Test RTD latex_engine setting take 2
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 1 |
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 |
