Read the Docs build information Build id: 3595234 Project: icb-scanpy Version: 3912 Commit: 51f4bb8c221743b23a795202eba70f8f04c545c4 Date: 2025-12-11T19:11:28.645187Z State: cancelled Success: False [rtd-command-info] start-time: 2025-12-11T19:11:29.522633Z, end-time: 2025-12-11T19:11:30.598955Z, duration: 1, exit-code: 0 git clone --depth 1 https://github.com/scverse/scanpy.git . Cloning into '.'... [rtd-command-info] start-time: 2025-12-11T19:11:30.692578Z, end-time: 2025-12-11T19:11:31.965902Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/3912/head:external-3912 From https://github.com/scverse/scanpy * [new ref] refs/pull/3912/head -> external-3912 * [new tag] 1.12.0rc1 -> 1.12.0rc1 [rtd-command-info] start-time: 2025-12-11T19:11:32.732336Z, end-time: 2025-12-11T19:11:32.888634Z, duration: 0, exit-code: 0 git checkout --force 51f4bb8c221743b23a795202eba70f8f04c545c4 Note: switching to '51f4bb8c221743b23a795202eba70f8f04c545c4'. 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 51f4bb8 Refactor violin plot function to add ncols parameter and remove sns.catplot implementation for multipanel [rtd-command-info] start-time: 2025-12-11T19:11:32.994906Z, end-time: 2025-12-11T19:11:33.038395Z, 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: 2025-12-11T19:11:33.170623Z, end-time: 2025-12-11T19:11:33.345191Z, 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 --