Skip to content

Commit 92c57a4

Browse files
committed
build: configure parallel screenshot generation with VHS
1 parent ee149fa commit 92c57a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,10 @@ all.help = "Run all tasks"
302302
all.sequence = ["format", "lint", "check-commit", "cover"]
303303

304304
"doc:screenshots".help = "Render documentation screenshots"
305-
"doc:screenshots".script = "scripts.gen_cli_help_screenshots:gen_cli_help_screenshots"
305+
"doc:screenshots".parallel = [
306+
{ script = "scripts.gen_cli_help_screenshots:gen_cli_help_screenshots" },
307+
{ script = "scripts.gen_cli_interactive_gifs:gen_cli_interactive_gifs" },
308+
]
306309

307310
"doc:build".help = "Build the documentation"
308311
"doc:build".cmd = "mkdocs build"

0 commit comments

Comments
 (0)