Read the Docs build information Build id: 2352805 Project: anyscale-ray Version: master Commit: 0ad0b010ec1fa56b907be6f7a3f21a371aaeb97f Date: 2024-07-16T17:59:43.332848Z State: cancelled Success: False [rtd-command-info] start-time: 2024-07-16T18:10:45.708340Z, end-time: 2024-07-16T18:10:52.608880Z, duration: 6, exit-code: 0 git clone --depth 1 https://github.com/ray-project/ray . Cloning into '.'... Updating files: 80% (6104/7602) Updating files: 81% (6158/7602) Updating files: 82% (6234/7602) Updating files: 83% (6310/7602) Updating files: 84% (6386/7602) Updating files: 85% (6462/7602) Updating files: 86% (6538/7602) Updating files: 87% (6614/7602) Updating files: 88% (6690/7602) Updating files: 89% (6766/7602) Updating files: 90% (6842/7602) Updating files: 91% (6918/7602) Updating files: 92% (6994/7602) Updating files: 93% (7070/7602) Updating files: 94% (7146/7602) Updating files: 95% (7222/7602) Updating files: 96% (7298/7602) Updating files: 97% (7374/7602) Updating files: 98% (7450/7602) Updating files: 99% (7526/7602) Updating files: 100% (7602/7602) Updating files: 100% (7602/7602), done. [rtd-command-info] start-time: 2024-07-16T18:10:52.685076Z, end-time: 2024-07-16T18:10:53.509053Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/master:refs/remotes/origin/master [rtd-command-info] start-time: 2024-07-16T18:10:53.627578Z, end-time: 2024-07-16T18:10:54.451520Z, duration: 0, exit-code: 0 git checkout --force origin/master Note: switching to 'origin/master'. 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 0ad0b01 [Core] Make working_dir support files created before 1980 (#46634) [rtd-command-info] start-time: 2024-07-16T18:10:54.519159Z, end-time: 2024-07-16T18:10:54.574612Z, 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-07-16T18:11:01.511601Z, end-time: 2024-07-16T18:11:01.597976Z, duration: 0, exit-code: 0 asdf global python 3.12.3