Read the Docs build information Build id: 2591428 Project: anyscale-ray Version: 48440 Commit: 00f0f4e32ee5c179308b17ebe18c9576bc03c78c Date: 2024-11-05T03:53:20.538246Z State: cancelled Success: False [rtd-command-info] start-time: 2024-11-05T03:53:21.758170Z, end-time: 2024-11-05T03:53:28.717670Z, duration: 6, exit-code: 0 git clone --depth 1 https://github.com/ray-project/ray . Cloning into '.'... Updating files: 68% (5694/8273) Updating files: 69% (5709/8273) Updating files: 70% (5792/8273) Updating files: 71% (5874/8273) Updating files: 72% (5957/8273) Updating files: 73% (6040/8273) Updating files: 74% (6123/8273) Updating files: 75% (6205/8273) Updating files: 76% (6288/8273) Updating files: 77% (6371/8273) Updating files: 78% (6453/8273) Updating files: 79% (6536/8273) Updating files: 80% (6619/8273) Updating files: 81% (6702/8273) Updating files: 82% (6784/8273) Updating files: 83% (6867/8273) Updating files: 84% (6950/8273) Updating files: 85% (7033/8273) Updating files: 86% (7115/8273) Updating files: 87% (7198/8273) Updating files: 88% (7281/8273) Updating files: 89% (7363/8273) Updating files: 90% (7446/8273) Updating files: 91% (7529/8273) Updating files: 92% (7612/8273) Updating files: 93% (7694/8273) Updating files: 94% (7777/8273) Updating files: 95% (7860/8273) Updating files: 96% (7943/8273) Updating files: 97% (8025/8273) Updating files: 98% (8108/8273) Updating files: 99% (8191/8273) Updating files: 100% (8273/8273) Updating files: 100% (8273/8273), done. [rtd-command-info] start-time: 2024-11-05T03:53:28.785573Z, end-time: 2024-11-05T03:53:29.967368Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/48440/head:external-48440 From https://github.com/ray-project/ray * [new ref] refs/pull/48440/head -> external-48440 [rtd-command-info] start-time: 2024-11-05T03:53:30.103488Z, end-time: 2024-11-05T03:53:31.123997Z, duration: 1, exit-code: 0 git checkout --force 00f0f4e32ee5c179308b17ebe18c9576bc03c78c Note: switching to '00f0f4e32ee5c179308b17ebe18c9576bc03c78c'. 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 00f0f4e Initial response to review [rtd-command-info] start-time: 2024-11-05T03:53:31.192635Z, end-time: 2024-11-05T03:53:31.257898Z, 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-24.04 tools: python: "3.12" # 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-11-05T03:53:38.239246Z, end-time: 2024-11-05T03:53:38.352518Z, duration: 0, exit-code: 0 asdf global python 3.12.3 [rtd-command-info] start-time: 2024-11-05T03:53:38.826165Z, end-time: 2024-11-05T03:53:40.019169Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.12.3.final.0-64 in 833ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/anyscale-ray/envs/48440, 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==23.1, setuptools==67.6.1, wheel==0.40.0 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator