Read the Docs build information Build id: 1721111 Project: anyscale-ray Version: 39313 Commit: e59c84a4b91e8ec0fef14b28b47ae7d8ad5e8189 Date: 2023-09-14T07:51:09.891802Z State: cancelled Success: False [rtd-command-info] start-time: 2023-09-14T07:51:16.653951Z, end-time: 2023-09-14T07:51:24.306786Z, duration: 7, exit-code: 0 git clone --depth 1 https://github.com/ray-project/ray . Cloning into '.'... Updating files: 86% (6186/7193) Updating files: 87% (6258/7193) Updating files: 88% (6330/7193) Updating files: 89% (6402/7193) Updating files: 90% (6474/7193) Updating files: 91% (6546/7193) Updating files: 92% (6618/7193) Updating files: 93% (6690/7193) Updating files: 94% (6762/7193) Updating files: 95% (6834/7193) Updating files: 96% (6906/7193) Updating files: 97% (6978/7193) Updating files: 98% (7050/7193) Updating files: 99% (7122/7193) Updating files: 100% (7193/7193) Updating files: 100% (7193/7193), done. [rtd-command-info] start-time: 2023-09-14T07:51:24.889323Z, end-time: 2023-09-14T07:51:26.863197Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/39313/head:external-39313 From https://github.com/ray-project/ray * [new ref] refs/pull/39313/head -> external-39313 [rtd-command-info] start-time: 2023-09-14T07:51:27.427366Z, end-time: 2023-09-14T07:51:27.857140Z, duration: 0, exit-code: 0 git checkout --force e59c84a4b91e8ec0fef14b28b47ae7d8ad5e8189 Note: switching to 'e59c84a4b91e8ec0fef14b28b47ae7d8ad5e8189'. 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 e59c84a Merge branch 'master' into cluster [rtd-command-info] start-time: 2023-09-14T07:51:28.307644Z, end-time: 2023-09-14T07:51:28.395461Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-09-14T07:51:29.038204Z, end-time: 2023-09-14T07:51:29.097954Z, 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.10" # 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 [rtd-command-info] start-time: 2023-09-14T07:51:37.140183Z, end-time: 2023-09-14T07:51:37.223801Z, duration: 0, exit-code: 0 asdf global python 3.10.12