Read the Docs build information Build id: 2289699 Project: icb-scanpy Version: 1.10.x Commit: 6626b1c3e79f58598e4239f5d93bab0acdc78377 Date: 2024-06-17T11:13:15.243899Z State: cancelled Success: False [rtd-command-info] start-time: 2024-06-17T11:13:16.570075Z, end-time: 2024-06-17T11:13:17.527970Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/scverse/scanpy.git . Cloning into '.'... [rtd-command-info] start-time: 2024-06-17T11:13:17.598512Z, end-time: 2024-06-17T11:13:18.765971Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/1.10.x:refs/remotes/origin/1.10.x From https://github.com/scverse/scanpy * [new branch] 1.10.x -> origin/1.10.x * [new tag] 1.10.0 -> 1.10.0 * [new tag] 1.10.1 -> 1.10.1 [rtd-command-info] start-time: 2024-06-17T11:13:18.907766Z, end-time: 2024-06-17T11:13:19.119905Z, duration: 0, exit-code: 0 git checkout --force origin/1.10.x Note: switching to 'origin/1.10.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 6626b1c Backport PR #3101: Fix dotplot totals for pandas 1.x (#3107) [rtd-command-info] start-time: 2024-06-17T11:13:19.191328Z, end-time: 2024-06-17T11:13:19.258090Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-06-17T11:13:19.321760Z, end-time: 2024-06-17T11:13:19.377939Z, duration: 0, exit-code: 0 cat .readthedocs.yml version: 2 submodules: include: all build: os: ubuntu-20.04 tools: python: '3.12' 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 - leiden [rtd-command-info] start-time: 2024-06-17T11:13:19.507462Z, end-time: 2024-06-17T11:13:19.582324Z, duration: 0, exit-code: 0 git submodule sync [rtd-command-info] start-time: 2024-06-17T11:13:19.651726Z, end-time: 2024-06-17T11:13:33.249031Z, duration: 13, exit-code: 0 git submodule update --init --force -- Submodule 'notebooks' (https://github.com/scverse/scanpy-tutorials/) registered for path 'notebooks' Cloning into '/home/docs/checkouts/readthedocs.org/user_builds/icb-scanpy/checkouts/1.10.x/notebooks'... Submodule path 'notebooks': checked out '02c4946e0be47e033355ef84b2a4909b302d2513' [rtd-command-info] start-time: 2024-06-17T11:13:39.793826Z, end-time: 2024-06-17T11:13:39.874626Z, duration: 0, exit-code: 0 asdf global python 3.12.0 [rtd-command-info] start-time: 2024-06-17T11:13:40.287663Z, end-time: 2024-06-17T11:13:41.453771Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.12.0.final.0-64 in 847ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/icb-scanpy/envs/1.10.x, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/docs/.local/share/virtualenv) added seed packages: pip==23.1, setuptools==67.6.1, wheel==0.40.0 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator