Read the Docs build information Build id: 2562388 Project: icb-scanpy Version: 3306 Commit: 5c15df2910be6c8781ffcb403636a4247569112f Date: 2024-10-22T11:34:17.865264Z State: cancelled Success: False [rtd-command-info] start-time: 2024-10-22T11:34:19.161714Z, end-time: 2024-10-22T11:34:20.163498Z, duration: 1, exit-code: 0 git clone --depth 1 https://github.com/scverse/scanpy.git . Cloning into '.'... [rtd-command-info] start-time: 2024-10-22T11:34:20.248819Z, end-time: 2024-10-22T11:34:20.924681Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/3306/head:external-3306 From https://github.com/scverse/scanpy * [new ref] refs/pull/3306/head -> external-3306 [rtd-command-info] start-time: 2024-10-22T11:34:21.055418Z, end-time: 2024-10-22T11:34:21.224301Z, duration: 0, exit-code: 0 git checkout --force 5c15df2910be6c8781ffcb403636a4247569112f Note: switching to '5c15df2910be6c8781ffcb403636a4247569112f'. 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 5c15df2 (chore): clarify release note [rtd-command-info] start-time: 2024-10-22T11:34:21.305591Z, end-time: 2024-10-22T11:34:21.356659Z, 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 - leiden [rtd-command-info] start-time: 2024-10-22T11:34:21.497541Z, end-time: 2024-10-22T11:34:21.575899Z, duration: 0, exit-code: 0 git submodule sync