Skip to content

Commit 77b0646

Browse files
committed
Merge branch 'dev-doc'
1 parent 5315548 commit 77b0646

File tree

6 files changed

+300
-164
lines changed

6 files changed

+300
-164
lines changed

.vscode/tasks.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,16 @@
9393
"problemMatcher": [],
9494
"command": "uv",
9595
"args": [
96-
"run", "--extra", "doc",
97-
"sphinx-autobuild", "-T", "-E",
98-
"${workspaceFolder}/docs",
99-
"${workspaceFolder}/.docs_build",
96+
"run",
97+
"--extra", "doc",
98+
"sphinx-autobuild",
99+
"--show-traceback", "--fresh-env",
100+
"--host", "0.0.0.0",
100101
"--port", "9999",
101102
"--watch", "${workspaceFolder}/appdaemon",
102103
"--watch", "${workspaceFolder}/tests",
104+
"${workspaceFolder}/docs",
105+
"${workspaceFolder}/build/docs",
103106
],
104107
"presentation":
105108
{

0 commit comments

Comments
 (0)