Use xindy for Sphinx's own PDF documentation

Makeindex gathered under heading "Symbols" all command line options,
this seems less satisfactory than index produced by xindy.
This commit is contained in:
jfbu 2018-07-13 14:37:39 +02:00
parent 60b160431a
commit 7b44adb048

View File

@ -72,6 +72,7 @@ latex_elements = {
''',
}
latex_show_urls = 'footnote'
latex_use_xindy = True
autodoc_member_order = 'groupwise'
todo_include_todos = True