Read the Docs build information Build id: 2594439 Project: anyscale-ray Version: master Commit: 31731b55c3e8d9f7bf4727d0782521e9ac2c6149 Date: 2024-11-06T05:35:23.447565Z State: cancelled Success: False [rtd-command-info] start-time: 2024-11-06T05:35:24.949206Z, end-time: 2024-11-06T05:35:32.255381Z, duration: 7, exit-code: 0 git clone --depth 1 https://github.com/ray-project/ray . Cloning into '.'... Updating files: 71% (5656/7922) Updating files: 72% (5704/7922) Updating files: 73% (5784/7922) Updating files: 74% (5863/7922) Updating files: 75% (5942/7922) Updating files: 76% (6021/7922) Updating files: 77% (6100/7922) Updating files: 78% (6180/7922) Updating files: 79% (6259/7922) Updating files: 80% (6338/7922) Updating files: 81% (6417/7922) Updating files: 82% (6497/7922) Updating files: 83% (6576/7922) Updating files: 84% (6655/7922) Updating files: 85% (6734/7922) Updating files: 86% (6813/7922) Updating files: 87% (6893/7922) Updating files: 88% (6972/7922) Updating files: 89% (7051/7922) Updating files: 90% (7130/7922) Updating files: 91% (7210/7922) Updating files: 92% (7289/7922) Updating files: 93% (7368/7922) Updating files: 94% (7447/7922) Updating files: 95% (7526/7922) Updating files: 96% (7606/7922) Updating files: 97% (7685/7922) Updating files: 98% (7764/7922) Updating files: 99% (7843/7922) Updating files: 100% (7922/7922) Updating files: 100% (7922/7922), done. [rtd-command-info] start-time: 2024-11-06T05:35:32.354221Z, end-time: 2024-11-06T05:35:33.451996Z, 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: 2024-11-06T05:35:33.614436Z, end-time: 2024-11-06T05:35:33.991560Z, 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 31731b5 [core][autoscaler] Remove local dependencies on Ray for KubeRay autoscaling e2e tests (#48566) [rtd-command-info] start-time: 2024-11-06T05:35:34.078927Z, end-time: 2024-11-06T05:35:34.140584Z, 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