Read the Docs build information Build id: 3010014 Project: icb-scanpy Version: 3570 Commit: 7130f25779d2068c9f53a5bd02215478fc582f45 Date: 2025-04-30T14:10:01.918367Z State: cancelled Success: False [rtd-command-info] start-time: 2025-04-30T14:10:02.750678Z, end-time: 2025-04-30T14:10:03.723435Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/scverse/scanpy.git . Cloning into '.'... [rtd-command-info] start-time: 2025-04-30T14:10:03.789606Z, end-time: 2025-04-30T14:10:04.822165Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/3570/head:external-3570 From https://github.com/scverse/scanpy * [new ref] refs/pull/3570/head -> external-3570 * [new tag] 1.11.0 -> 1.11.0 [rtd-command-info] start-time: 2025-04-30T14:10:04.937102Z, end-time: 2025-04-30T14:10:05.071033Z, duration: 0, exit-code: 0 git checkout --force 7130f25779d2068c9f53a5bd02215478fc582f45 Note: switching to '7130f25779d2068c9f53a5bd02215478fc582f45'. 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 7130f25 style [rtd-command-info] start-time: 2025-04-30T14:10:05.134170Z, end-time: 2025-04-30T14:10:05.172583Z, 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-04-30T14:10:05.282414Z, end-time: 2025-04-30T14:10:05.346355Z, duration: 0, exit-code: 0 git submodule sync