aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/sphinx
diff options
context:
space:
mode:
authorRenĂ© Korthaus <[email protected]>2017-01-09 21:10:03 +0100
committerRenĂ© Korthaus <[email protected]>2017-01-09 21:10:03 +0100
commit7ef9762b0006aa4a6371966742511f0ec4cc9af9 (patch)
treea28d7d3c952a7bd5e781c8d9959d4bb07562f91c /src/build-data/sphinx
parente500b11cbd47f19c2cb0ead250c427a870ebbfef (diff)
Don't create module index for latex output
Diffstat (limited to 'src/build-data/sphinx')
-rw-r--r--src/build-data/sphinx/conf.py2
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