Read the Docs build information Build id: 3429491 Project: icb-scanpy Version: 2946 Commit: b0df27ec3835596cb471ebb9c8daf995b30f1c7e Date: 2025-10-09T14:35:46.313726Z State: cancelled Success: False [rtd-command-info] start-time: 2025-10-09T14:35:47.664789Z, end-time: 2025-10-09T14:35:48.643827Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/scverse/scanpy.git . Cloning into '.'... [rtd-command-info] start-time: 2025-10-09T14:35:48.777042Z, end-time: 2025-10-09T14:35:56.180851Z, duration: 7, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/2946/head:external-2946 From https://github.com/scverse/scanpy * [new ref] refs/pull/2946/head -> external-2946 * [new tag] 1.11.0 -> 1.11.0 * [new tag] 1.11.0rc1 -> 1.11.0rc1 * [new tag] 1.11.0rc2 -> 1.11.0rc2 [rtd-command-info] start-time: 2025-10-09T14:35:56.894659Z, end-time: 2025-10-09T14:35:57.047858Z, duration: 0, exit-code: 0 git checkout --force b0df27ec3835596cb471ebb9c8daf995b30f1c7e Note: switching to 'b0df27ec3835596cb471ebb9c8daf995b30f1c7e'. 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 b0df27e Merge branch 'main' into keller-mark/densmap-2 [rtd-command-info] start-time: 2025-10-09T14:35:57.139696Z, end-time: 2025-10-09T14:35:57.186293Z, duration: 0, exit-code: 0 cat .readthedocs.yml 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 pre_build: # run towncrier to preview the next version’s release notes - ( find docs/release-notes -regex '[^.]+[.][^.]+.md' | grep -q . ) && towncrier build --keep || true sphinx: fail_on_warning: true # do not change or you will be fired configuration: docs/conf.py python: install: - method: pip path: . extra_requirements: - doc - dev # for towncrier - leiden [rtd-command-info] start-time: 2025-10-09T14:35:57.322426Z, end-time: 2025-10-09T14:35:57.392602Z, 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 --