Read the Docs build information Build id: 2874719 Project: anyscale-ray Version: master Commit: f57525651ef4550e86d6f987b682653382e5b6b8 Date: 2025-03-12T15:44:22.210315Z State: cancelled Success: False [rtd-command-info] start-time: 2025-03-12T15:44:24.137787Z, end-time: 2025-03-12T15:44:37.647924Z, duration: 13, exit-code: 0 git clone --depth 1 https://github.com/ray-project/ray.git . Cloning into '.'... Updating files: 62% (5204/8368) Updating files: 63% (5272/8368) Updating files: 64% (5356/8368) Updating files: 65% (5440/8368) Updating files: 66% (5523/8368) Updating files: 67% (5607/8368) Updating files: 68% (5691/8368) Updating files: 69% (5774/8368) Updating files: 70% (5858/8368) Updating files: 71% (5942/8368) Updating files: 72% (6025/8368) Updating files: 73% (6109/8368) Updating files: 74% (6193/8368) Updating files: 75% (6276/8368) Updating files: 76% (6360/8368) Updating files: 77% (6444/8368) Updating files: 78% (6528/8368) Updating files: 79% (6611/8368) Updating files: 80% (6695/8368) Updating files: 81% (6779/8368) Updating files: 82% (6862/8368) Updating files: 83% (6946/8368) Updating files: 84% (7030/8368) Updating files: 85% (7113/8368) Updating files: 86% (7197/8368) Updating files: 87% (7281/8368) Updating files: 88% (7364/8368) Updating files: 89% (7448/8368) Updating files: 90% (7532/8368) Updating files: 91% (7615/8368) Updating files: 92% (7699/8368) Updating files: 93% (7783/8368) Updating files: 94% (7866/8368) Updating files: 95% (7950/8368) Updating files: 96% (8034/8368) Updating files: 97% (8117/8368) Updating files: 98% (8201/8368) Updating files: 99% (8285/8368) Updating files: 100% (8368/8368) Updating files: 100% (8368/8368), done. [rtd-command-info] start-time: 2025-03-12T15:44:37.821001Z, end-time: 2025-03-12T15:44:38.771700Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/master:refs/remotes/origin/master From https://github.com/ray-project/ray 5399d17..f575256 master -> origin/master [rtd-command-info] start-time: 2025-03-12T15:44:38.993363Z, end-time: 2025-03-12T15:44:39.913498Z, 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 f575256 Remove `xgboost_ray` from `test_runtime_env_complicated` (#51295) [rtd-command-info] start-time: 2025-03-12T15:44:40.082018Z, end-time: 2025-03-12T15:44:40.120438Z, 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.12" # 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.txt