diff options
author | Jack Lloyd <[email protected]> | 2017-01-09 20:36:04 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-01-09 20:36:04 -0500 |
commit | b1d6179b1dc23d66df2a2fa062096abef2f21bd6 (patch) | |
tree | fc93b1b005063fbd3e1238e765db20d4c09f068e /src/build-data | |
parent | d3f3082acb4a3234cddfab055da9b0714995463f (diff) | |
parent | 7ef9762b0006aa4a6371966742511f0ec4cc9af9 (diff) |
Merge GH #831 Avoid module index in LaTeX output
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/sphinx/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/sphinx/conf.py b/src/build-data/sphinx/conf.py index 71c032b4b..91cfd3bc9 100644 --- a/src/build-data/sphinx/conf.py +++ b/src/build-data/sphinx/conf.py @@ -210,5 +210,5 @@ latex_show_urls = 'inline' #latex_appendices = [] # If false, no module index is generated. -#latex_domain_indices = True +latex_domain_indices = False |