Read the Docs build information Build id: 2782958 Project: icb-scanpy Version: 3319 Commit: 0482e7514d6530e362cacd2b743a2d7744177503 Date: 2025-02-05T01:10:55.354345Z State: cancelled Success: False [rtd-command-info] start-time: 2025-02-05T01:10:56.798863Z, end-time: 2025-02-05T01:10:57.792051Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/scverse/scanpy.git . Cloning into '.'... [rtd-command-info] start-time: 2025-02-05T01:10:57.897984Z, end-time: 2025-02-05T01:10:58.549422Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/3319/head:external-3319 From https://github.com/scverse/scanpy * [new ref] refs/pull/3319/head -> external-3319 [rtd-command-info] start-time: 2025-02-05T01:10:58.719754Z, end-time: 2025-02-05T01:10:58.875043Z, duration: 0, exit-code: 0 git checkout --force 0482e7514d6530e362cacd2b743a2d7744177503 Note: switching to '0482e7514d6530e362cacd2b743a2d7744177503'. 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 0482e75 Changes by Mikaela [rtd-command-info] start-time: 2025-02-05T01:10:58.976797Z, end-time: 2025-02-05T01:10:59.025711Z, 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: 2025-02-05T01:10:59.186964Z, end-time: 2025-02-05T01:10:59.408034Z, duration: 0, exit-code: 0 git submodule sync