Read the Docs build information Build id: 2605879 Project: icb-scanpy-tutorials Version: latest Commit: eedac363dee3f0be3b4d246dfd1986d742ae3bf8 Date: 2024-11-11T10:34:52.142175Z State: cancelled Success: False [rtd-command-info] start-time: 2024-11-11T10:34:53.435242Z, end-time: 2024-11-11T10:34:58.295999Z, duration: 4, exit-code: 0 git clone --depth 1 https://github.com/scverse/scanpy-tutorials.git . Cloning into '.'... [rtd-command-info] start-time: 2024-11-11T10:34:58.360348Z, end-time: 2024-11-11T10:35:04.039014Z, duration: 5, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/main:refs/remotes/origin/main [rtd-command-info] start-time: 2024-11-11T10:35:04.176686Z, end-time: 2024-11-11T10:35:04.629190Z, duration: 0, exit-code: 0 git checkout --force origin/main Note: switching to 'origin/main'. 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 eedac36 Update dask notebook for anndata 0.11 & scanpy 1.11 (#137) [rtd-command-info] start-time: 2024-11-11T10:35:04.718800Z, end-time: 2024-11-11T10:35:04.774022Z, duration: 0, exit-code: 0 cat .readthedocs.yml version: 2 build: os: ubuntu-22.04 tools: python: "3.12" sphinx: configuration: conf.py fail_on_warning: true python: install: - method: pip path: . [rtd-command-info] start-time: 2024-11-11T10:35:11.031976Z, end-time: 2024-11-11T10:35:11.114913Z, duration: 0, exit-code: 0 asdf global python 3.12.3 [rtd-command-info] start-time: 2024-11-11T10:35:11.533159Z, end-time: 2024-11-11T10:35:12.669817Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.12.3.final.0-64 in 755ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/icb-scanpy-tutorials/envs/latest, 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