diff options
| -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 |
