Read the Docs build information Build id: 4125392 Project: anyscale-ray Version: master Commit: dc56cbb46850dd1983f8568f4bf50c7bf56e475d Date: 2026-06-19T03:44:28.545382Z State: cancelled Success: False [rtd-command-info] start-time: 2026-06-19T03:44:31.203602Z, end-time: 2026-06-19T03:44:44.431306Z, duration: 13, exit-code: 0 git clone --depth 1 https://github.com/ray-project/ray.git . Cloning into '.'... Updating files: 41% (4171/10015) Updating files: 42% (4207/10015) Updating files: 43% (4307/10015) Updating files: 44% (4407/10015) Updating files: 45% (4507/10015) Updating files: 46% (4607/10015) Updating files: 47% (4708/10015) Updating files: 48% (4808/10015) Updating files: 49% (4908/10015) Updating files: 50% (5008/10015) Updating files: 51% (5108/10015) Updating files: 52% (5208/10015) Updating files: 53% (5308/10015) Updating files: 54% (5409/10015) Updating files: 55% (5509/10015) Updating files: 56% (5609/10015) Updating files: 57% (5709/10015) Updating files: 58% (5809/10015) Updating files: 59% (5909/10015) Updating files: 60% (6009/10015) Updating files: 61% (6110/10015) Updating files: 62% (6210/10015) Updating files: 63% (6310/10015) Updating files: 64% (6410/10015) Updating files: 65% (6510/10015) Updating files: 66% (6610/10015) Updating files: 67% (6711/10015) Updating files: 68% (6811/10015) Updating files: 69% (6911/10015) Updating files: 70% (7011/10015) Updating files: 71% (7111/10015) Updating files: 72% (7211/10015) Updating files: 73% (7311/10015) Updating files: 74% (7412/10015) Updating files: 75% (7512/10015) Updating files: 76% (7612/10015) Updating files: 77% (7712/10015) Updating files: 78% (7812/10015) Updating files: 79% (7912/10015) Updating files: 80% (8012/10015) Updating files: 81% (8113/10015) Updating files: 82% (8213/10015) Updating files: 83% (8313/10015) Updating files: 84% (8413/10015) Updating files: 85% (8513/10015) Updating files: 86% (8613/10015) Updating files: 87% (8714/10015) Updating files: 88% (8814/10015) Updating files: 89% (8914/10015) Updating files: 90% (9014/10015) Updating files: 91% (9114/10015) Updating files: 92% (9214/10015) Updating files: 93% (9314/10015) Updating files: 94% (9415/10015) Updating files: 95% (9515/10015) Updating files: 96% (9615/10015) Updating files: 97% (9715/10015) Updating files: 98% (9815/10015) Updating files: 99% (9915/10015) Updating files: 100% (10015/10015) Updating files: 100% (10015/10015), done. [rtd-command-info] start-time: 2026-06-19T03:44:44.517067Z, end-time: 2026-06-19T03:44:45.908552Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/master:refs/remotes/origin/master [rtd-command-info] start-time: 2026-06-19T03:44:46.713290Z, end-time: 2026-06-19T03:44:47.206002Z, duration: 0, exit-code: 0 git checkout --force origin/master Note: switching to 'origin/master'. 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 dc56cbb [core] Fix stale/inaccurate gRPC client keepalive comments (#64199) [rtd-command-info] start-time: 2026-06-19T03:44:47.293337Z, end-time: 2026-06-19T03:44:47.336914Z, 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-19T03:44:47.456403Z, end-time: 2026-06-19T03:44:47.496097Z, duration: 0, exit-code: 0 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 Not a PR build (version type: branch); building docs.