mirror of
https://github.com/vale981/ray
synced 2025-03-10 21:36:39 -04:00
10 lines
215 B
Text
10 lines
215 B
Text
![]() |
py_library(
|
||
|
name = "serve_doc_code",
|
||
|
srcs = glob(["**/*.py"]),
|
||
|
visibility = [
|
||
|
"//doc:__subpackages__",
|
||
|
"//python/ray/serve:__subpackages__",
|
||
|
"//python/ray/serve:__pkg__"
|
||
|
],
|
||
|
)
|