Read the Docs build information Build id: 1696679 Project: anyscale-ray Version: releases-2.7.0 Commit: cec81c5bce10d14eac35627ac14305848475ba63 Date: 2023-09-01T00:58:15.907343Z State: cancelled Success: False [rtd-command-info] start-time: 2023-09-01T00:58:23.075954Z, end-time: 2023-09-01T00:58:30.614939Z, duration: 7, exit-code: 0 git clone --depth 1 https://github.com/ray-project/ray . Cloning into '.'... Updating files: 85% (6073/7080) Updating files: 86% (6089/7080) Updating files: 87% (6160/7080) Updating files: 88% (6231/7080) Updating files: 89% (6302/7080) Updating files: 90% (6372/7080) Updating files: 91% (6443/7080) Updating files: 92% (6514/7080) Updating files: 93% (6585/7080) Updating files: 94% (6656/7080) Updating files: 95% (6726/7080) Updating files: 96% (6797/7080) Updating files: 97% (6868/7080) Updating files: 98% (6939/7080) Updating files: 99% (7010/7080) Updating files: 100% (7080/7080) Updating files: 100% (7080/7080), done. [rtd-command-info] start-time: 2023-09-01T00:58:31.136654Z, end-time: 2023-09-01T00:58:32.934561Z, 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-01T00:58:33.524155Z, end-time: 2023-09-01T00:58:34.379774Z, duration: 0, 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 cec81c5 [Doc] [KubeRay] Add two kuberay tutorials (Cherry-pick of #38858 and #38857) (#39186) [rtd-command-info] start-time: 2023-09-01T00:58:34.848863Z, end-time: 2023-09-01T00:58:34.937936Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-09-01T00:58:35.413710Z, end-time: 2023-09-01T00:58:35.475375Z, 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