Read the Docs build information Build id: 4018235 Project: icb-scanpy Version: 4126 Commit: c8a2e06b63258d6690efa4e2b5745ec1188713ab Date: 2026-05-15T16:02:44.524963Z State: cancelled Success: False [rtd-command-info] start-time: 2026-05-15T16:03:56.898206Z, end-time: 2026-05-15T16:03:57.918862Z, duration: 1, exit-code: 0 git clone --depth 1 https://github.com/scverse/scanpy.git . Cloning into '.'... [rtd-command-info] start-time: 2026-05-15T16:03:57.999267Z, end-time: 2026-05-15T16:03:58.667848Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/4126/head:external-4126 From https://github.com/scverse/scanpy * [new ref] refs/pull/4126/head -> external-4126 [rtd-command-info] start-time: 2026-05-15T16:03:59.394788Z, end-time: 2026-05-15T16:03:59.534751Z, duration: 0, exit-code: 0 git checkout --force c8a2e06b63258d6690efa4e2b5745ec1188713ab Note: switching to 'c8a2e06b63258d6690efa4e2b5745ec1188713ab'. 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 c8a2e06 [pre-commit.ci] auto fixes from pre-commit.com hooks [rtd-command-info] start-time: 2026-05-15T16:03:59.621070Z, end-time: 2026-05-15T16:03:59.659518Z, 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-15T16:03:59.776791Z, end-time: 2026-05-15T16:03:59.845623Z, duration: 0, exit-code: 0 git submodule sync [rtd-command-info] start-time: 2026-05-15T16:03:59.930593Z, end-time: 2026-05-15T16:04:33.308888Z, duration: 33, exit-code: 0 git submodule update --init --force -- Submodule 'notebooks' (https://github.com/scverse/scanpy-tutorials/) registered for path 'notebooks' Cloning into '/home/docs/checkouts/readthedocs.org/user_builds/icb-scanpy/checkouts/4126/notebooks'... Submodule path 'notebooks': checked out '4d0f38084427064fbfdbf00048160f8483dff5d7' [rtd-command-info] start-time: None, end-time: None, duration: None, exit-code: None git fetch --unshallow || true