Read the Docs build information Build id: 2236127 Project: tiledb-inc-tiledb-py Version: stable Commit: 75e32f96ffdc7994b6ebd5752e0ed88496daa377 Date: 2024-05-23T18:04:55.109126Z State: cancelled Success: False [rtd-command-info] start-time: 2024-05-23T18:07:56.492821Z, end-time: 2024-05-23T18:07:58.581408Z, duration: 2, exit-code: 0 git clone --depth 1 https://github.com/TileDB-Inc/TileDB-Py.git . Cloning into '.'... [rtd-command-info] start-time: 2024-05-23T18:07:58.652779Z, end-time: 2024-05-23T18:07:59.310924Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 75e32f96ffdc7994b6ebd5752e0ed88496daa377 From https://github.com/TileDB-Inc/TileDB-Py * branch 75e32f96ffdc7994b6ebd5752e0ed88496daa377 -> FETCH_HEAD [rtd-command-info] start-time: 2024-05-23T18:07:59.458524Z, end-time: 2024-05-23T18:07:59.538800Z, duration: 0, exit-code: 0 git checkout --force 75e32f96ffdc7994b6ebd5752e0ed88496daa377 Note: switching to '75e32f96ffdc7994b6ebd5752e0ed88496daa377'. 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 75e32f9 Revert 1933 agis/sc 43316/add wrapping for ls recursive (#1964) [rtd-command-info] start-time: 2024-05-23T18:07:59.609469Z, end-time: 2024-05-23T18:07:59.665302Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-05-23T18:07:59.730316Z, end-time: 2024-05-23T18:07:59.791792Z, duration: 0, exit-code: 0 cat .readthedocs.yml # Don't build any extra formats formats: [] # Use RTD config version 2 # https://docs.readthedocs.io/en/stable/config-file/v2.html version: 2 # Set build OS to avoid build failures with old compiler build: os: "ubuntu-22.04" tools: python: "3.8" sphinx: configuration: doc/source/conf.py python: install: # this order is important: we need to get cmake - requirements: doc/requirements_doc.txt - method: setuptools path: .