Read the Docs build information Build id: 3198558 Project: anyscale-ray Version: 52677 Commit: 09b4a57eb1a0a28b185da2a4b6af1260b0f699fc Date: 2025-07-16T01:17:11.565499Z State: cancelled Success: False [rtd-command-info] start-time: 2025-07-16T01:17:12.326260Z, end-time: 2025-07-16T01:17:22.332693Z, duration: 10, exit-code: 0 git clone --depth 1 https://github.com/ray-project/ray.git . Cloning into '.'... Updating files: 36% (3207/8772) Updating files: 37% (3246/8772) Updating files: 38% (3334/8772) Updating files: 39% (3422/8772) Updating files: 40% (3509/8772) Updating files: 41% (3597/8772) Updating files: 42% (3685/8772) Updating files: 43% (3772/8772) Updating files: 44% (3860/8772) Updating files: 45% (3948/8772) Updating files: 46% (4036/8772) Updating files: 47% (4123/8772) Updating files: 48% (4211/8772) Updating files: 49% (4299/8772) Updating files: 50% (4386/8772) Updating files: 51% (4474/8772) Updating files: 52% (4562/8772) Updating files: 53% (4650/8772) Updating files: 54% (4737/8772) Updating files: 55% (4825/8772) Updating files: 56% (4913/8772) Updating files: 57% (5001/8772) Updating files: 58% (5088/8772) Updating files: 59% (5176/8772) Updating files: 60% (5264/8772) Updating files: 61% (5351/8772) Updating files: 62% (5439/8772) Updating files: 63% (5527/8772) Updating files: 64% (5615/8772) Updating files: 65% (5702/8772) Updating files: 66% (5790/8772) Updating files: 67% (5878/8772) Updating files: 68% (5965/8772) Updating files: 69% (6053/8772) Updating files: 70% (6141/8772) Updating files: 71% (6229/8772) Updating files: 72% (6316/8772) Updating files: 73% (6404/8772) Updating files: 74% (6492/8772) Updating files: 75% (6579/8772) Updating files: 76% (6667/8772) Updating files: 77% (6755/8772) Updating files: 78% (6843/8772) Updating files: 79% (6930/8772) Updating files: 80% (7018/8772) Updating files: 81% (7106/8772) Updating files: 82% (7194/8772) Updating files: 83% (7281/8772) Updating files: 84% (7369/8772) Updating files: 85% (7457/8772) Updating files: 86% (7544/8772) Updating files: 87% (7632/8772) Updating files: 88% (7720/8772) Updating files: 89% (7808/8772) Updating files: 90% (7895/8772) Updating files: 91% (7983/8772) Updating files: 92% (8071/8772) Updating files: 93% (8158/8772) Updating files: 94% (8246/8772) Updating files: 95% (8334/8772) Updating files: 96% (8422/8772) Updating files: 97% (8509/8772) Updating files: 98% (8597/8772) Updating files: 99% (8685/8772) Updating files: 100% (8772/8772) Updating files: 100% (8772/8772), done. [rtd-command-info] start-time: 2025-07-16T01:17:22.426478Z, end-time: 2025-07-16T01:17:23.368619Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/52677/head:external-52677 From https://github.com/ray-project/ray * [new ref] refs/pull/52677/head -> external-52677 [rtd-command-info] start-time: 2025-07-16T01:17:24.026657Z, end-time: 2025-07-16T01:17:24.443944Z, duration: 0, exit-code: 0 git checkout --force 09b4a57eb1a0a28b185da2a4b6af1260b0f699fc Note: switching to '09b4a57eb1a0a28b185da2a4b6af1260b0f699fc'. 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 09b4a57 Check ray and ray-default [rtd-command-info] start-time: 2025-07-16T01:17:24.527250Z, end-time: 2025-07-16T01:17:24.569032Z, 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: 2025-07-16T01:17:30.675301Z, end-time: 2025-07-16T01:17:30.731874Z, duration: 0, exit-code: 0 asdf global python 3.12.10 [rtd-command-info] start-time: 2025-07-16T01:17:31.151596Z, end-time: 2025-07-16T01:17:31.855394Z, duration: 0, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.12.10.final.0-64 in 448ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/anyscale-ray/envs/52677, 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 [rtd-command-info] start-time: 2025-07-16T01:17:31.933486Z, end-time: 2025-07-16T01:17:37.646815Z, duration: 5, exit-code: 0 python -m pip install --upgrade --no-cache-dir pip setuptools Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/anyscale-ray/envs/52677/lib/python3.12/site-packages (23.1) Collecting pip Downloading pip-25.1.1-py3-none-any.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 42.2 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/anyscale-ray/envs/52677/lib/python3.12/site-packages (67.6.1) Collecting setuptools Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 249.8 MB/s eta 0:00:00 Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 67.6.1 Uninstalling setuptools-67.6.1: Successfully uninstalled setuptools-67.6.1 Attempting uninstall: pip Found existing installation: pip 23.1 Uninstalling pip-23.1: Successfully uninstalled pip-23.1 Successfully installed pip-25.1.1 setuptools-80.9.0 [rtd-command-info] start-time: None, end-time: None, duration: None, exit-code: None python -m pip install --upgrade --no-cache-dir sphinx