Skip to content

Commit 8696ae8

Browse files
committed
fix(tasks): add output directory for Sphinx internationalization build
1 parent ca35ade commit 8696ae8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.vscode/tasks.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@
275275
"-m",
276276
"sphinx_intl",
277277
"build",
278+
"-d",
279+
"doc/locale",
278280
],
279281
"options": {
280282
"cwd": "${workspaceFolder}",

0 commit comments

Comments
 (0)