Skip to content

Commit ca5c8d0

Browse files
Merge branch 'main' into update_docs
2 parents cfd9648 + c544363 commit ca5c8d0

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)