Skip to content

Commit 6b53fd6

Browse files
Add presistent workers_false to sphinx_binary
We did not add `allow_persitent_workers` to the sphinx_build_binary Signed-off-by: Maximilian Sören Pollak <maximilian.pollak@qorix.com>
1 parent 0c0a2b9 commit 6b53fd6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ def docs(source_dir = "docs", data = [], deps = [], scan_code = [], known_good =
156156
visibility = ["//visibility:private"],
157157
data = data,
158158
deps = deps,
159+
allow_persistent_workers = False,
159160
)
160161

161162
native.filegroup(

0 commit comments

Comments
 (0)