Skip to content

Commit cd2f35e

Browse files
committed
Treat warning as errors in sphinx-build task
1 parent 6569283 commit cd2f35e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.vscode/tasks.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
"../build/gettext",
100100
"-b",
101101
"gettext",
102+
"-W"
102103
],
103104
"options": {
104105
"cwd": "${workspaceFolder}/doc",
@@ -233,7 +234,7 @@
233234
"--name",
234235
"cdl",
235236
"--directory",
236-
".",
237+
"."
237238
],
238239
"group": {
239240
"kind": "build",

0 commit comments

Comments
 (0)