Read the Docs build information Build id: 3487702 Project: icb-scanpy Version: 1.11.x Commit: None Date: 2025-10-31T08:45:33.526979Z State: cancelled Success: False [rtd-command-info] start-time: 2025-10-31T08:45:34.565391Z, end-time: 2025-10-31T08:45:35.515570Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/scverse/scanpy.git . Cloning into '.'... [rtd-command-info] start-time: 2025-10-31T08:45:35.605335Z, end-time: 2025-10-31T08:45:36.723275Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/1.11.x:refs/remotes/origin/1.11.x From https://github.com/scverse/scanpy * [new branch] 1.11.x -> origin/1.11.x * [new tag] 1.11.2 -> 1.11.2 * [new tag] 1.11.3 -> 1.11.3 * [new tag] 1.11.4 -> 1.11.4 * [new tag] 1.11.5 -> 1.11.5 [rtd-command-info] start-time: 2025-10-31T08:45:37.531615Z, end-time: 2025-10-31T08:45:37.686943Z, duration: 0, exit-code: 0 git checkout --force origin/1.11.x Note: switching to 'origin/1.11.x'. 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 2153086 Backport PR #3851 on branch 1.11.x (fix: dotplot scaling with swapped axes) (#3856) [rtd-command-info] start-time: 2025-10-31T08:45:37.802202Z, end-time: 2025-10-31T08:45:37.843621Z, duration: 0, exit-code: 0 cat .readthedocs.yml version: 2 submodules: include: all build: os: ubuntu-24.04 tools: python: '3.12' 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 [rtd-command-info] start-time: 2025-10-31T08:45:37.998971Z, end-time: 2025-10-31T08:45:38.063974Z, 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 --