Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5d0d3b7

Browse files
oonidJulienPalard
authored andcommitted
Add "id" to build_docs.py
Add "id" (Indonesian Translation) to Documentation build scripts.
1 parent c006512 commit 5d0d3b7

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
@@ -59,7 +59,7 @@
5959
(2.7, "2.7", False),
6060
]
6161

62-
LANGUAGES = ["en", "fr", "ja", "ko", "pt-br", "zh-cn", "zh-tw"]
62+
LANGUAGES = ["en", "fr", "ja", "ko", "pt-br", "zh-cn", "zh-tw", "id"]
6363

6464
SPHINXOPTS = {
6565
"ja": [
@@ -98,6 +98,11 @@
9898
"-D latex_elements.inputenc=",
9999
r"-D latex_elements.fontenc=\\usepackage{xeCJK}",
100100
],
101+
"id": [
102+
"-D latex_engine=xelatex",
103+
"-D latex_elements.inputenc=",
104+
"-D latex_elements.fontenc=",
105+
],
101106
}
102107

103108

0 commit comments

Comments
 (0)