diff options
Diffstat (limited to 'sphinx/builders/latex/constants.py')
-rw-r--r-- | sphinx/builders/latex/constants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sphinx/builders/latex/constants.py b/sphinx/builders/latex/constants.py index 39fbe0195..70fd0b1d1 100644 --- a/sphinx/builders/latex/constants.py +++ b/sphinx/builders/latex/constants.py @@ -184,6 +184,8 @@ ADDITIONAL_SETTINGS = { 'babel': '\\usepackage{babel}', }, ('xelatex', 'zh'): { + 'polyglossia': '', + 'babel': '\\usepackage{babel}', 'fontenc': '\\usepackage{xeCJK}', }, ('xelatex', 'el'): { |