Skip to content

Commit c8fec2a

Browse files
committed
Fix sphinx build by using absolute output path
1 parent c470514 commit c8fec2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
"sphinx",
347347
"build",
348348
"doc",
349-
"build/doc",
349+
"${workspaceFolder}/build/doc",
350350
"-b",
351351
"html",
352352
"-W",

0 commit comments

Comments
 (0)