Read the Docs build information Build id: 1707980 Project: anyscale-ray Version: releases-2.7.0 Commit: 8e2183284db86092b027bc1924228a62ec8a1674 Date: 2023-09-07T17:30:03.795474Z State: cancelled Success: False [rtd-command-info] start-time: 2023-09-07T17:30:43.970342Z, end-time: 2023-09-07T17:30:53.877890Z, duration: 9, exit-code: 0 git clone --depth 1 https://github.com/ray-project/ray . Cloning into '.'... Updating files: 93% (6655/7081) Updating files: 94% (6657/7081) Updating files: 95% (6727/7081) Updating files: 96% (6798/7081) Updating files: 97% (6869/7081) Updating files: 98% (6940/7081) Updating files: 99% (7011/7081) Updating files: 100% (7081/7081) Updating files: 100% (7081/7081), done. [rtd-command-info] start-time: 2023-09-07T17:30:54.353032Z, end-time: 2023-09-07T17:30:55.853018Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/releases/2.7.0:refs/remotes/origin/releases/2.7.0 From https://github.com/ray-project/ray * [new branch] releases/2.7.0 -> origin/releases/2.7.0 [rtd-command-info] start-time: 2023-09-07T17:30:56.401381Z, end-time: 2023-09-07T17:30:57.865614Z, duration: 1, exit-code: 0 git checkout --force origin/releases/2.7.0 Note: switching to 'origin/releases/2.7.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 8e21832 [train][2.7][3/n] cherry-picks for documentations, tests, examples (#39368) [rtd-command-info] start-time: 2023-09-07T17:30:58.357522Z, end-time: 2023-09-07T17:30:58.447405Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-09-07T17:30:58.962440Z, end-time: 2023-09-07T17:30:59.020387Z, 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.9" # 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