Mercurial > hgrepos > Python > libs > ConfigMix
changeset 772:4c44b64e32cd
FIX: "xindy" is not available on FreeBSD yet
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 13 May 2026 20:13:39 +0200 |
| parents | 741ebfe77e55 |
| children | 0c3507865bca |
| files | docs/conf.py |
| diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/conf.py Wed May 13 18:34:29 2026 +0200 +++ b/docs/conf.py Wed May 13 20:13:39 2026 +0200 @@ -133,6 +133,7 @@ # -- Options for LaTeX output ------------------------------------------------ latex_engine = 'lualatex' +latex_use_xindy = False # xindy not found on FreeBSD latex_elements = { # The paper size ('letterpaper' or 'a4paper'). #
