Skip to content

Commit

Permalink
[doc][build] remove local site-package files from global cache
Browse files Browse the repository at this point in the history
Signed-off-by: can <[email protected]>
  • Loading branch information
can-anyscale committed Jul 25, 2024
1 parent 4251122 commit 097bc21
Show file tree
Hide file tree
Showing 4 changed files with 697 additions and 53 deletions.
4 changes: 4 additions & 0 deletions ci/ray_ci/doc/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ py_library(
visibility = ["//ci/ray_ci/doc:__subpackages__"],
deps = [
"//ci/ray_ci:ray_ci_lib",
ci_require("sphinx"),
ci_require("myst_parser"),
ci_require("myst-nb"),
ci_require("jupytext"),
],
)

Expand Down
1 change: 1 addition & 0 deletions release/requirements-doc.txt
2 changes: 1 addition & 1 deletion release/requirements_buildkite.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ freezegun
google-cloud-storage
jinja2
protobuf >= 3.15.3, != 3.19.5
pydantic < 1.10.0
pytest
pyyaml
pybuildkite
Expand All @@ -23,3 +22,4 @@ docker == 7.0.0
tzdata
aws_requests_auth
requests
-r requirements-doc.txt
Loading

0 comments on commit 097bc21

Please sign in to comment.