diff options
author | René Korthaus <[email protected]> | 2017-01-09 21:10:03 +0100 |
---|---|---|
committer | René Korthaus <[email protected]> | 2017-01-09 21:10:03 +0100 |
commit | 7ef9762b0006aa4a6371966742511f0ec4cc9af9 (patch) | |
tree | a28d7d3c952a7bd5e781c8d9959d4bb07562f91c /src/build-data | |
parent | e500b11cbd47f19c2cb0ead250c427a870ebbfef (diff) |
Don't create module index for 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 |