Read the Docs build information Build id: 2097200 Project: anyscale-ray Version: releases-2.10.0 Commit: bb44eb19aafe67761dbdeb64482457ac93b0c108 Date: 2024-03-20T00:47:51.529314Z State: cancelled Success: False [rtd-command-info] start-time: 2024-03-20T00:47:52.750482Z, end-time: 2024-03-20T00:48:05.004694Z, duration: 12, exit-code: 0 git clone --depth 1 https://github.com/ray-project/ray . Cloning into '.'... Updating files: 83% (6165/7393) Updating files: 84% (6211/7393) Updating files: 85% (6285/7393) Updating files: 86% (6358/7393) Updating files: 87% (6432/7393) Updating files: 88% (6506/7393) Updating files: 89% (6580/7393) Updating files: 90% (6654/7393) Updating files: 91% (6728/7393) Updating files: 92% (6802/7393) Updating files: 93% (6876/7393) Updating files: 94% (6950/7393) Updating files: 95% (7024/7393) Updating files: 96% (7098/7393) Updating files: 97% (7172/7393) Updating files: 98% (7246/7393) Updating files: 99% (7320/7393) Updating files: 100% (7393/7393) Updating files: 100% (7393/7393), done. [rtd-command-info] start-time: 2024-03-20T00:48:05.073499Z, end-time: 2024-03-20T00:48:06.891399Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/releases/2.10.0:refs/remotes/origin/releases/2.10.0 From https://github.com/ray-project/ray * [new branch] releases/2.10.0 -> origin/releases/2.10.0 [rtd-command-info] start-time: 2024-03-20T00:48:07.019023Z, end-time: 2024-03-20T00:48:08.594366Z, duration: 1, exit-code: 0 git checkout --force origin/releases/2.10.0 Note: switching to 'origin/releases/2.10.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 bb44eb1 update documentation for k8s production guide to include anyscale (#44101) (#44117) (#44155) [rtd-command-info] start-time: 2024-03-20T00:48:08.666175Z, end-time: 2024-03-20T00:48:08.758148Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-03-20T00:48:08.823276Z, end-time: 2024-03-20T00:48:08.885965Z, 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 [rtd-command-info] start-time: 2024-03-20T00:48:15.620434Z, end-time: 2024-03-20T00:48:15.705808Z, duration: 0, exit-code: 0 asdf global python 3.11.6