Skip to content

Commit d3c8c1c

Browse files
committed
MAINT: Update docs-watch
1 parent 08a0a26 commit d3c8c1c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pixi.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,9 @@ docs-clean = { depends-on = [
134134
{ task = "docs-only-clean" },
135135
{ task = "docs" },
136136
], description = "Build the documentation from a clean docs folder." }
137-
docs-watch = { cmd = "make livehtml", cwd = "docs", description = "Build and auto-rebuild the documentation on changes." }
137+
docs-watch = { cmd = "make livehtml", cwd = "docs", description = "Build and auto-rebuild the documentation on changes.", depends-on = [
138+
"docs-only-clean",
139+
] }
138140
docs-linkcheck = { cmd = "make linkcheck", cwd = "docs", description = "Verify all links in documentation don't 404." }
139141

140142
[feature.pre-commit.dependencies]

0 commit comments

Comments
 (0)