Read the Docs build information Build id: 4159092 Project: anyscale-ray Version: 64440 Commit: 0b35df9a3bb6c1629fa9553f6f4f5eb60386854f Date: 2026-06-30T07:32:35.893264Z State: cancelled Success: False [rtd-command-info] start-time: 2026-06-30T07:32:36.600871Z, end-time: 2026-06-30T07:32:48.233954Z, duration: 11, exit-code: 0 git clone --depth 1 https://github.com/ray-project/ray.git . Cloning into '.'... Updating files: 28% (2841/10047) Updating files: 29% (2914/10047) Updating files: 30% (3015/10047) Updating files: 31% (3115/10047) Updating files: 32% (3216/10047) Updating files: 33% (3316/10047) Updating files: 34% (3416/10047) Updating files: 35% (3517/10047) Updating files: 36% (3617/10047) Updating files: 37% (3718/10047) Updating files: 38% (3818/10047) Updating files: 39% (3919/10047) Updating files: 40% (4019/10047) Updating files: 41% (4120/10047) Updating files: 42% (4220/10047) Updating files: 43% (4321/10047) Updating files: 44% (4421/10047) Updating files: 45% (4522/10047) Updating files: 46% (4622/10047) Updating files: 47% (4723/10047) Updating files: 48% (4823/10047) Updating files: 49% (4924/10047) Updating files: 50% (5024/10047) Updating files: 51% (5124/10047) Updating files: 52% (5225/10047) Updating files: 53% (5325/10047) Updating files: 54% (5426/10047) Updating files: 55% (5526/10047) Updating files: 56% (5627/10047) Updating files: 57% (5727/10047) Updating files: 58% (5828/10047) Updating files: 59% (5928/10047) Updating files: 60% (6029/10047) Updating files: 61% (6129/10047) Updating files: 62% (6230/10047) Updating files: 63% (6330/10047) Updating files: 64% (6431/10047) Updating files: 65% (6531/10047) Updating files: 66% (6632/10047) Updating files: 67% (6732/10047) Updating files: 68% (6832/10047) Updating files: 69% (6933/10047) Updating files: 70% (7033/10047) Updating files: 71% (7134/10047) Updating files: 72% (7234/10047) Updating files: 73% (7335/10047) Updating files: 74% (7435/10047) Updating files: 75% (7536/10047) Updating files: 76% (7636/10047) Updating files: 77% (7737/10047) Updating files: 78% (7837/10047) Updating files: 79% (7938/10047) Updating files: 80% (8038/10047) Updating files: 81% (8139/10047) Updating files: 82% (8239/10047) Updating files: 83% (8340/10047) Updating files: 84% (8440/10047) Updating files: 85% (8540/10047) Updating files: 86% (8641/10047) Updating files: 87% (8741/10047) Updating files: 88% (8842/10047) Updating files: 89% (8942/10047) Updating files: 90% (9043/10047) Updating files: 91% (9143/10047) Updating files: 92% (9244/10047) Updating files: 93% (9344/10047) Updating files: 94% (9445/10047) Updating files: 95% (9545/10047) Updating files: 96% (9646/10047) Updating files: 97% (9746/10047) Updating files: 98% (9847/10047) Updating files: 99% (9947/10047) Updating files: 100% (10047/10047) Updating files: 100% (10047/10047), done. [rtd-command-info] start-time: 2026-06-30T07:32:48.315180Z, end-time: 2026-06-30T07:32:50.344721Z, duration: 2, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/64440/head:external-64440 From https://github.com/ray-project/ray * [new ref] refs/pull/64440/head -> external-64440 [rtd-command-info] start-time: 2026-06-30T07:32:51.200296Z, end-time: 2026-06-30T07:32:51.647124Z, duration: 0, exit-code: 0 git checkout --force 0b35df9a3bb6c1629fa9553f6f4f5eb60386854f Note: switching to '0b35df9a3bb6c1629fa9553f6f4f5eb60386854f'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 0b35df9 Refactor Intel GPU environment handling to improve ZE_AFFINITY_MASK integration and add cleanup fixture for tests [rtd-command-info] start-time: 2026-06-30T07:32:51.734356Z, end-time: 2026-06-30T07:32:51.775110Z, duration: 0, exit-code: 0 cat .readthedocs.yaml # .readthedocs.yaml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 # Set the version of Python and other tools you might need build: os: ubuntu-24.04 tools: python: "3.10" jobs: # On PR builds, skip the Sphinx build when the PR doesn't touch any # files that affect documentation output. Reduces queue pressure on # the shared RTD build slots when several PRs are open at once. # Tag/branch builds (master, stable, etc.) always run. # See https://docs.readthedocs.com/platform/stable/guides/build/skip-build.html # # Some constructs are avoided deliberately because RTD's job runner # silently drops scripts that contain them: use echo (not printf # with a backslash-escape format string), avoid backslash escapes # in general, and keep shell comments out of this block so that # backticks/$() inside comments don't confuse the preprocessor. post_checkout: - | if [ "${READTHEDOCS_VERSION_TYPE:-}" != "external" ]; then echo "Not a PR build (version type: '${READTHEDOCS_VERSION_TYPE:-unset}'); building docs." exit 0 fi git fetch --depth=500 origin master 2>/dev/null || true if ! git merge-base origin/master HEAD >/dev/null 2>&1; then echo "Could not determine merge-base with origin/master; building docs to be safe." exit 0 fi if git diff --quiet origin/master...HEAD -- doc/ python/ray/ rllib/ .readthedocs.yaml; then echo "No doc-affecting files changed in this PR; skipping Sphinx build." echo "Files changed in PR:" git diff --name-only origin/master...HEAD exit 183 fi echo "Doc-affecting files changed; building docs. Changed doc-relevant paths:" git diff --name-only origin/master...HEAD -- doc/ python/ray/ rllib/ .readthedocs.yaml # Build documentation in the docs/ directory with Sphinx sphinx: configuration: doc/source/conf.py fail_on_warning: true # We recommend specifying your dependencies to enable reproducible builds: # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - requirements: doc/requirements-doc.lock.txt [rtd-command-info] start-time: None, end-time: None, duration: None, exit-code: None if [ "${READTHEDOCS_VERSION_TYPE:-}" != "external" ]; then echo "Not a PR build (version type: '${READTHEDOCS_VERSION_TYPE:-unset}'); building docs." exit 0 fi git fetch --depth=500 origin master 2>/dev/null || true if ! git merge-base origin/master HEAD >/dev/null 2>&1; then echo "Could not determine merge-base with origin/master; building docs to be safe." exit 0 fi if git diff --quiet origin/master...HEAD -- doc/ python/ray/ rllib/ .readthedocs.yaml; then echo "No doc-affecting files changed in this PR; skipping Sphinx build." echo "Files changed in PR:" git diff --name-only origin/master...HEAD exit 183 fi echo "Doc-affecting files changed; building docs. Changed doc-relevant paths:" git diff --name-only origin/master...HEAD -- doc/ python/ray/ rllib/ .readthedocs.yaml