diff options
author | Jean-François B <jfbu@free.fr> | 2018-07-16 17:15:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-16 17:15:45 +0200 |
commit | 54456ba45587eeaf968d7206b40ee1f6e4130945 (patch) | |
tree | 35b408a239fea3b913904992b6bf27a274166ca9 /doc/conf.py | |
parent | 9b2aac68ead15067205470ec28c94af909c080c0 (diff) | |
parent | 9b31ee8d5e2f350ae51194ea4845f865da52ecfc (diff) | |
download | sphinx-git-54456ba45587eeaf968d7206b40ee1f6e4130945.tar.gz |
Merge branch 'master' into 3742_index_in_PDF_bookmark_at_RTD
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py index 31cb8e478..9cd3749c8 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -67,6 +67,7 @@ latex_elements = { 'printindex': '\\footnotesize\\raggedright\\sphinxprintindex', } latex_show_urls = 'footnote' +latex_use_xindy = True autodoc_member_order = 'groupwise' todo_include_todos = True |