8000 fix(sphinxdocs): use Label in the readthedocs_install macro (#2080) · WillMorrison/rules_python@6c465e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c465e6

Browse files
authored
fix(sphinxdocs): use Label in the readthedocs_install macro (bazel-contrib#2080)
This just makes it possible to use the macro outside `rules_python`. Not adding anything to the CHANGELOG as this is not a documented API.
1 parent 4a262fa commit 6c465e6

File tree

1 file changed

+1
-1
B136 lines changed

1 file changed

+1
-1
lines changed

sphinxdocs/private/readthedocs.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ def readthedocs_install(name, docs, **kwargs):
4343
"$(rlocationpaths {})".format(d)
4444
for d in docs
4545
],
46-
deps = ["//python/runfiles"],
46+
deps = [Label("//python/runfiles")],
4747
**kwargs
4848
)

0 commit comments

Comments
 (0)
0