Read the Docs build information Build id: 4092056 Project: anyscale-ray Version: 63980 Commit: 7a50ec03d1f94de90af4d85771afa17ab39fdecc Date: 2026-06-10T02:18:04.307499Z State: cancelled Success: False [rtd-command-info] start-time: 2026-06-10T02:18:05.204682Z, end-time: 2026-06-10T02:18:17.304901Z, duration: 12, exit-code: 0 git clone --depth 1 https://github.com/ray-project/ray.git . Cloning into '.'... Updating files: 26% (2812/10520) Updating files: 27% (2841/10520) Updating files: 28% (2946/10520) Updating files: 29% (3051/10520) Updating files: 30% (3156/10520) Updating files: 31% (3262/10520) Updating files: 32% (3367/10520) Updating files: 33% (3472/10520) Updating files: 34% (3577/10520) Updating files: 35% (3682/10520) Updating files: 36% (3788/10520) Updating files: 37% (3893/10520) Updating files: 38% (3998/10520) Updating files: 39% (4103/10520) Updating files: 40% (4208/10520) Updating files: 41% (4314/10520) Updating files: 42% (4419/10520) Updating files: 43% (4524/10520) Updating files: 44% (4629/10520) Updating files: 45% (4734/10520) Updating files: 46% (4840/10520) Updating files: 47% (4945/10520) Updating files: 48% (5050/10520) Updating files: 49% (5155/10520) Updating files: 50% (5260/10520) Updating files: 51% (5366/10520) Updating files: 52% (5471/10520) Updating files: 53% (5576/10520) Updating files: 54% (5681/10520) Updating files: 55% (5786/10520) Updating files: 56% (5892/10520) Updating files: 57% (5997/10520) Updating files: 58% (6102/10520) Updating files: 59% (6207/10520) Updating files: 60% (6312/10520) Updating files: 61% (6418/10520) Updating files: 62% (6523/10520) Updating files: 63% (6628/10520) Updating files: 64% (6733/10520) Updating files: 65% (6838/10520) Updating files: 66% (6944/10520) Updating files: 67% (7049/10520) Updating files: 68% (7154/10520) Updating files: 69% (7259/10520) Updating files: 70% (7364/10520) Updating files: 71% (7470/10520) Updating files: 72% (7575/10520) Updating files: 73% (7680/10520) Updating files: 74% (7785/10520) Updating files: 75% (7890/10520) Updating files: 76% (7996/10520) Updating files: 77% (8101/10520) Updating files: 78% (8206/10520) Updating files: 79% (8311/10520) Updating files: 80% (8416/10520) Updating files: 81% (8522/10520) Updating files: 82% (8627/10520) Updating files: 83% (8732/10520) Updating files: 84% (8837/10520) Updating files: 85% (8942/10520) Updating files: 86% (9048/10520) Updating files: 87% (9153/10520) Updating files: 88% (9258/10520) Updating files: 89% (9363/10520) Updating files: 90% (9468/10520) Updating files: 91% (9574/10520) Updating files: 92% (9679/10520) Updating files: 93% (9784/10520) Updating files: 94% (9889/10520) Updating files: 95% (9994/10520) Updating files: 96% (10100/10520) Updating files: 97% (10205/10520) Updating files: 98% (10310/10520) Updating files: 99% (10415/10520) Updating files: 100% (10520/10520) Updating files: 100% (10520/10520), done. [rtd-command-info] start-time: 2026-06-10T02:18:17.388712Z, end-time: 2026-06-10T02:18:18.531783Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/63980/head:external-63980 From https://github.com/ray-project/ray * [new ref] refs/pull/63980/head -> external-63980 [rtd-command-info] start-time: 2026-06-10T02:18:19.258756Z, end-time: 2026-06-10T02:18:19.608652Z, duration: 0, exit-code: 0 git checkout --force 7a50ec03d1f94de90af4d85771afa17ab39fdecc Note: switching to '7a50ec03d1f94de90af4d85771afa17ab39fdecc'. 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 7a50ec0 [llm] Regenerate lock files for nixl v1.2.0 upgrade [rtd-command-info] start-time: 2026-06-10T02:18:19.688440Z, end-time: 2026-06-10T02:18:19.727055Z, 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: 2026-06-10T02:18:19.812829Z, end-time: 2026-06-10T02:18:22.977125Z, duration: 3, exit-code: 183 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 No doc-affecting files changed in this PR; skipping Sphinx build. Files changed in PR: python/deplocks/llm/rayllm_py312_cpu.lock python/deplocks/llm/rayllm_py312_cu130.lock python/deplocks/llm/rayllm_test_py312_cpu.lock python/deplocks/llm/rayllm_test_py312_cu130.lock python/requirements/llm/llm-requirements.txt python/requirements/ml/dl-gpu-requirements.txt python/setup.py