Read the Docs build information Build id: 4092403 Project: icb-scanpy Version: 4142 Commit: 7a1c3ef19e1b43dcdfad816062a5be64dfbaf0ee Date: 2026-06-10T05:34:01.136842Z State: cancelled Success: False [rtd-command-info] start-time: 2026-06-10T05:34:01.872046Z, end-time: 2026-06-10T05:34:02.839087Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/scverse/scanpy.git . Cloning into '.'... [rtd-command-info] start-time: 2026-06-10T05:34:02.913758Z, end-time: 2026-06-10T05:34:03.436503Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/4142/head:external-4142 From https://github.com/scverse/scanpy * [new ref] refs/pull/4142/head -> external-4142 [rtd-command-info] start-time: 2026-06-10T05:34:04.171318Z, end-time: 2026-06-10T05:34:04.341845Z, duration: 0, exit-code: 0 git checkout --force 7a1c3ef19e1b43dcdfad816062a5be64dfbaf0ee Note: switching to '7a1c3ef19e1b43dcdfad816062a5be64dfbaf0ee'. 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 7a1c3ef test: cover the download error path that preserves an existing file [rtd-command-info] start-time: 2026-06-10T05:34:04.447536Z, end-time: 2026-06-10T05:34:04.490714Z, duration: 0, exit-code: 0 cat .readthedocs.yml # https://docs.readthedocs.io/en/stable/config-file/v2.html version: 2 submodules: include: all build: os: ubuntu-24.04 tools: python: '3.13' jobs: post_checkout: # unshallow so version can be derived from tag - git fetch --unshallow || true create_environment: - asdf plugin add uv - asdf install uv latest - asdf global uv latest pre_build: # run towncrier to preview the next version’s release notes - ( find docs/release-notes -regex '[^.]+[.][^.]+.md' | grep -q . ) && uvx hatch run towncrier build --keep || true build: html: - uvx hatch run docs:build - mv docs/_build $READTHEDOCS_OUTPUT [rtd-command-info] start-time: 2026-06-10T05:34:04.635887Z, end-time: 2026-06-10T05:34:04.702662Z, duration: 0, exit-code: 0 git submodule sync [rtd-command-info] start-time: None, end-time: None, duration: None, exit-code: None git submodule update --init --force --