This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jfbu
Recipients benjamin.peterson, docs@python, ezio.melotti, fabrice, jfbu, linkid, mdk, ned.deily, vstinner
Date 2017-12-03.11:27:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512300437.8.0.213398074469.issue31589@psf.upfronthosting.co.za>
In-reply-to
Content
On-going discussion at http://tug.org/pipermail/xetex/2017-December/027212.html has brought new element that polyglossia's French module is broken with xetex since TeXLive2016. We had only one problem, we now have two on our hands.

Possibly Sphinx could be default use babel + French, not polyglossia + French, as the former is maintained but apparently less so the latter.

I tested that TeXLive 2015 (fully updated) and test document showing the https://github.com/sphinx-doc/sphinx/issues/3546 problem now compiles fine if using 

latex_elements = {
    'babel': r'\usepackage{babel}',
}

in conf.py file, to override polyglossia which is default for Sphinx with xelatex.
History
Date User Action Args
2017-12-03 11:27:17jfbusetrecipients: + jfbu, vstinner, benjamin.peterson, ned.deily, ezio.melotti, docs@python, mdk, linkid, fabrice
2017-12-03 11:27:17jfbusetmessageid: <1512300437.8.0.213398074469.issue31589@psf.upfronthosting.co.za>
2017-12-03 11:27:17jfbulinkissue31589 messages
2017-12-03 11:27:17jfbucreate