mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
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:
parent
60b160431a
commit
7b44adb048
@ -72,6 +72,7 @@ latex_elements = {
|
|||||||
''',
|
''',
|
||||||
}
|
}
|
||||||
latex_show_urls = 'footnote'
|
latex_show_urls = 'footnote'
|
||||||
|
latex_use_xindy = True
|
||||||
|
|
||||||
autodoc_member_order = 'groupwise'
|
autodoc_member_order = 'groupwise'
|
||||||
todo_include_todos = True
|
todo_include_todos = True
|
||||||
|
Loading…
Reference in New Issue
Block a user