Skip to content

Commit 0860320

Browse files
committed
Adding pt-pr to the build dance.
1 parent e1c9051 commit 0860320

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build_docs.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
(2.7, "2.7", False),
6161
]
6262

63-
LANGUAGES = ["en", "fr", "ja", "ko", "zh-cn", "zh-tw"]
63+
LANGUAGES = ["en", "fr", "ja", "ko", "pt-br", "zh-cn", "zh-tw"]
6464

6565
SPHINXOPTS = {
6666
"ja": [
@@ -73,6 +73,11 @@
7373
"-D latex_elements.inputenc=",
7474
"-D latex_elements.fontenc=",
7575
],
76+
"pt-br": [
77+
"-D latex_engine=xelatex",
78+
"-D latex_elements.inputenc=",
79+
"-D latex_elements.fontenc=",
80+
],
7681
"fr": [
7782
"-D latex_engine=xelatex",
7883
"-D latex_elements.inputenc=",

0 commit comments

Comments
 (0)