Read the Docs build information Build id: 1758746 Project: anyscale-ray Version: releases-2.7.1 Commit: c0d2c3db0434968edce5c7edf6eea6afc888d8ea Date: 2023-10-03T19:39:24.862618Z State: cancelled Success: False [rtd-command-info] start-time: 2023-10-03T19:39:32.362636Z, end-time: 2023-10-03T19:39:38.821079Z, duration: 6, exit-code: 0 git clone --depth 1 https://github.com/ray-project/ray . Cloning into '.'... Updating files: 85% (6203/7219) Updating files: 86% (6209/7219) Updating files: 87% (6281/7219) Updating files: 88% (6353/7219) Updating files: 89% (6425/7219) Updating files: 90% (6498/7219) Updating files: 91% (6570/7219) Updating files: 92% (6642/7219) Updating files: 93% (6714/7219) Updating files: 94% (6786/7219) Updating files: 95% (6859/7219) Updating files: 96% (6931/7219) Updating files: 97% (7003/7219) Updating files: 98% (7075/7219) Updating files: 99% (7147/7219) Updating files: 100% (7219/7219) Updating files: 100% (7219/7219), done. [rtd-command-info] start-time: 2023-10-03T19:39:39.478949Z, end-time: 2023-10-03T19:39:42.401475Z, duration: 2, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/releases/2.7.1:refs/remotes/origin/releases/2.7.1 From https://github.com/ray-project/ray * [new branch] releases/2.7.1 -> origin/releases/2.7.1 * [new tag] ray-2.7.0 -> ray-2.7.0 [rtd-command-info] start-time: 2023-10-03T19:39:42.975006Z, end-time: 2023-10-03T19:39:44.153174Z, duration: 1, exit-code: 0 git checkout --force origin/releases/2.7.1 Note: switching to 'origin/releases/2.7.1'. 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 c0d2c3d pick (#40050) [rtd-command-info] start-time: 2023-10-03T19:39:44.805318Z, end-time: 2023-10-03T19:39:44.892049Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-10-03T19:39:45.473209Z, end-time: 2023-10-03T19:39:45.537765Z, 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-10-03T19:39:53.149100Z, end-time: 2023-10-03T19:39:53.231757Z, duration: 0, exit-code: 0 asdf global python 3.10.12 [rtd-command-info] start-time: 2023-10-03T19:39:54.099002Z, end-time: 2023-10-03T19:39:55.188138Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.10.12.final.0-64 in 781ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/anyscale-ray/envs/releases-2.7.1, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/docs/.local/share/virtualenv) added seed packages: pip==21.2.3, setuptools==57.4.0, wheel==0.37.0 activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator