Read the Docs build information Build id: 2459784 Project: anyscale-ray Version: master Commit: a615e557fb7c87c40f7d78d2bf055741130e878f Date: 2024-09-04T18:29:13.516152Z State: cancelled Success: False [rtd-command-info] start-time: 2024-09-04T18:29:14.734780Z, end-time: 2024-09-04T18:29:22.555003Z, duration: 7, exit-code: 0 git clone --depth 1 https://github.com/ray-project/ray . Cloning into '.'... Updating files: 68% (5718/8325) Updating files: 69% (5745/8325) Updating files: 70% (5828/8325) Updating files: 71% (5911/8325) Updating files: 72% (5994/8325) Updating files: 73% (6078/8325) Updating files: 74% (6161/8325) Updating files: 75% (6244/8325) Updating files: 76% (6327/8325) Updating files: 77% (6411/8325) Updating files: 78% (6494/8325) Updating files: 79% (6577/8325) Updating files: 80% (6660/8325) Updating files: 81% (6744/8325) Updating files: 82% (6827/8325) Updating files: 83% (6910/8325) Updating files: 84% (6993/8325) Updating files: 85% (7077/8325) Updating files: 86% (7160/8325) Updating files: 87% (7243/8325) Updating files: 88% (7326/8325) Updating files: 89% (7410/8325) Updating files: 90% (7493/8325) Updating files: 91% (7576/8325) Updating files: 92% (7659/8325) Updating files: 93% (7743/8325) Updating files: 94% (7826/8325) Updating files: 95% (7909/8325) Updating files: 96% (7992/8325) Updating files: 97% (8076/8325) Updating files: 98% (8159/8325) Updating files: 99% (8242/8325) Updating files: 100% (8325/8325) Updating files: 100% (8325/8325), done. [rtd-command-info] start-time: 2024-09-04T18:29:22.673277Z, end-time: 2024-09-04T18:29:23.466136Z, duration: 0, 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-09-04T18:29:23.604179Z, end-time: 2024-09-04T18:29:24.341623Z, 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 a615e55 feat: quickstart install button (#47479) [rtd-command-info] start-time: 2024-09-04T18:29:24.405480Z, end-time: 2024-09-04T18:29:24.462401Z, 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