Read the Docs build information Build id: 2590443 Project: anyscale-ray Version: 48546 Commit: 2c68865deb6f3ece11de1ae5da68b8a4359fc198 Date: 2024-11-04T18:36:11.534711Z State: cancelled Success: False [rtd-command-info] start-time: 2024-11-04T18:36:12.898468Z, end-time: 2024-11-04T18:36:19.784737Z, duration: 6, exit-code: 0 git clone --depth 1 https://github.com/ray-project/ray . Cloning into '.'... Updating files: 67% (5555/8266) Updating files: 68% (5621/8266) Updating files: 69% (5704/8266) Updating files: 70% (5787/8266) Updating files: 71% (5869/8266) Updating files: 72% (5952/8266) Updating files: 73% (6035/8266) Updating files: 74% (6117/8266) Updating files: 75% (6200/8266) Updating files: 76% (6283/8266) Updating files: 77% (6365/8266) Updating files: 78% (6448/8266) Updating files: 79% (6531/8266) Updating files: 80% (6613/8266) Updating files: 81% (6696/8266) Updating files: 82% (6779/8266) Updating files: 83% (6861/8266) Updating files: 84% (6944/8266) Updating files: 85% (7027/8266) Updating files: 86% (7109/8266) Updating files: 87% (7192/8266) Updating files: 88% (7275/8266) Updating files: 89% (7357/8266) Updating files: 90% (7440/8266) Updating files: 91% (7523/8266) Updating files: 92% (7605/8266) Updating files: 93% (7688/8266) Updating files: 94% (7771/8266) Updating files: 95% (7853/8266) Updating files: 96% (7936/8266) Updating files: 97% (8019/8266) Updating files: 98% (8101/8266) Updating files: 99% (8184/8266) Updating files: 100% (8266/8266) Updating files: 100% (8266/8266), done. [rtd-command-info] start-time: 2024-11-04T18:36:19.876070Z, end-time: 2024-11-04T18:36:20.833368Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/48546/head:external-48546 From https://github.com/ray-project/ray * [new ref] refs/pull/48546/head -> external-48546 [rtd-command-info] start-time: 2024-11-04T18:36:20.995758Z, end-time: 2024-11-04T18:36:22.128875Z, duration: 1, exit-code: 0 git checkout --force 2c68865deb6f3ece11de1ae5da68b8a4359fc198 Note: switching to '2c68865deb6f3ece11de1ae5da68b8a4359fc198'. 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 2c68865 updated OptunaSearch to allow users to configure Storage [rtd-command-info] start-time: 2024-11-04T18:36:22.220977Z, end-time: 2024-11-04T18:36:22.286998Z, 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