Read the Docs build information Build id: 4016049 Project: icb-scanpy Version: 4118 Commit: d6c49f3849a95eb7c6776fbe634e5c5dab029ec6 Date: 2026-05-14T22:06:02.851349Z State: cancelled Success: False [rtd-command-info] start-time: 2026-05-14T22:06:03.639288Z, end-time: 2026-05-14T22:06:04.580693Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/scverse/scanpy.git . Cloning into '.'... [rtd-command-info] start-time: 2026-05-14T22:06:04.662354Z, end-time: 2026-05-14T22:06:05.301196Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/4118/head:external-4118 From https://github.com/scverse/scanpy * [new ref] refs/pull/4118/head -> external-4118 [rtd-command-info] start-time: 2026-05-14T22:06:05.949297Z, end-time: 2026-05-14T22:06:06.084163Z, duration: 0, exit-code: 0 git checkout --force d6c49f3849a95eb7c6776fbe634e5c5dab029ec6 Note: switching to 'd6c49f3849a95eb7c6776fbe634e5c5dab029ec6'. 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 d6c49f3 removal of var computation for wilcoxon path, overall simplification of code [rtd-command-info] start-time: 2026-05-14T22:06:06.167045Z, end-time: 2026-05-14T22:06:06.201420Z, 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-05-14T22:06:06.331905Z, end-time: 2026-05-14T22:06:06.487821Z, 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 --