Read the Docs build information Build id: 1896928 Project: anyscale-ray Version: releases-2.9.0 Commit: 8760e2e34aee4a3a64a4a7057dfe8561178979f5 Date: 2023-12-12T20:45:20.013764Z State: cancelled Success: False [rtd-command-info] start-time: 2023-12-12T20:45:21.233961Z, end-time: 2023-12-12T20:45:30.090984Z, duration: 8, exit-code: 0 git clone --depth 1 https://github.com/ray-project/ray . Cloning into '.'... Updating files: 83% (6068/7289) Updating files: 84% (6123/7289) Updating files: 85% (6196/7289) Updating files: 86% (6269/7289) Updating files: 87% (6342/7289) Updating files: 88% (6415/7289) Updating files: 89% (6488/7289) Updating files: 90% (6561/7289) Updating files: 91% (6633/7289) Updating files: 92% (6706/7289) Updating files: 93% (6779/7289) Updating files: 94% (6852/7289) Updating files: 95% (6925/7289) Updating files: 96% (6998/7289) Updating files: 97% (7071/7289) Updating files: 98% (7144/7289) Updating files: 99% (7217/7289) Updating files: 100% (7289/7289) Updating files: 100% (7289/7289), done. [rtd-command-info] start-time: 2023-12-12T20:45:30.197869Z, end-time: 2023-12-12T20:45:31.818545Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/releases/2.9.0:refs/remotes/origin/releases/2.9.0 From https://github.com/ray-project/ray * [new branch] releases/2.9.0 -> origin/releases/2.9.0 [rtd-command-info] start-time: 2023-12-12T20:45:31.942360Z, end-time: 2023-12-12T20:45:32.164439Z, duration: 0, exit-code: 0 git checkout --force origin/releases/2.9.0 Note: switching to 'origin/releases/2.9.0'. 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 8760e2e Remove unnecessary test file in wheel (#41775) (#41822) [rtd-command-info] start-time: 2023-12-12T20:45:32.240267Z, end-time: 2023-12-12T20:45:32.324013Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-12-12T20:45:32.397110Z, end-time: 2023-12-12T20:45:32.452207Z, 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-22.04 tools: python: "3.11" # 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