Read the Docs build information Build id: 1813063 Project: icb-anndata Version: 0.9.x Commit: bc4cf235134e16f82345a99f5985ab3210a33841 Date: 2023-10-30T13:48:18.016706Z State: finished Success: False [rtd-command-info] start-time: 2023-10-30T14:08:25.168458Z, end-time: 2023-10-30T14:08:25.756454Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/scverse/anndata.git . Cloning into '.'... [rtd-command-info] start-time: 2023-10-30T14:08:25.846515Z, end-time: 2023-10-30T14:08:27.127671Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/0.9.x:refs/remotes/origin/0.9.x From https://github.com/scverse/anndata * [new branch] 0.9.x -> origin/0.9.x * [new tag] 0.9.0 -> 0.9.0 * [new tag] 0.9.0rc1 -> 0.9.0rc1 * [new tag] 0.9.1 -> 0.9.1 * [new tag] 0.9.2 -> 0.9.2 [rtd-command-info] start-time: 2023-10-30T14:08:27.272947Z, end-time: 2023-10-30T14:08:27.349585Z, duration: 0, exit-code: 0 git checkout --force origin/0.9.x Note: switching to 'origin/0.9.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 bc4cf23 Backport PR #1138: [pre-commit.ci] pre-commit autoupdate (#1148) [rtd-command-info] start-time: 2023-10-30T14:08:27.412076Z, end-time: 2023-10-30T14:08:27.468380Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-10-30T14:08:27.597901Z, end-time: 2023-10-30T14:08:27.687165Z, duration: 0, exit-code: 0 git submodule sync [rtd-command-info] start-time: 2023-10-30T14:08:27.766491Z, end-time: 2023-10-30T14:08:28.430993Z, duration: 0, exit-code: 0 git submodule update --init --force --recursive -- docs/tutorials/notebooks Submodule 'docs/tutorials/notebooks' (https://github.com/scverse/anndata-tutorials) registered for path 'docs/tutorials/notebooks' Cloning into '/home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/tutorials/notebooks'... Submodule path 'docs/tutorials/notebooks': checked out '9e186c5c694793bb04ea1397721d154d6e0b7069' [rtd-command-info] start-time: 2023-10-30T14:08:28.487790Z, end-time: 2023-10-30T14:08:28.543203Z, duration: 0, exit-code: 0 cat .readthedocs.yml version: 2 build: os: ubuntu-20.04 tools: python: '3.10' sphinx: configuration: docs/conf.py fail_on_warning: true # do not change or you will be fired python: install: - method: pip path: . extra_requirements: - doc submodules: include: - "docs/tutorials/notebooks" recursive: true [rtd-command-info] start-time: 2023-10-30T14:08:34.200431Z, end-time: 2023-10-30T14:08:34.279452Z, duration: 0, exit-code: 0 asdf global python 3.10.13 [rtd-command-info] start-time: 2023-10-30T14:08:34.665983Z, end-time: 2023-10-30T14:08:36.039190Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.10.13.final.0-64 in 831ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.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 [rtd-command-info] start-time: 2023-10-30T14:08:36.118807Z, end-time: 2023-10-30T14:08:48.585694Z, duration: 12, exit-code: 0 python -m pip install --upgrade --no-cache-dir pip setuptools Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.x/lib/python3.10/site-packages (23.1) Collecting pip Downloading pip-23.3.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 52.0 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.x/lib/python3.10/site-packages (67.6.1) Collecting setuptools Downloading setuptools-68.2.2-py3-none-any.whl (807 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 807.9/807.9 kB 163.4 MB/s eta 0:00:00 Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 67.6.1 Uninstalling setuptools-67.6.1: Successfully uninstalled setuptools-67.6.1 Attempting uninstall: pip Found existing installation: pip 23.1 Uninstalling pip-23.1: Successfully uninstalled pip-23.1 Successfully installed pip-23.3.1 setuptools-68.2.2 [rtd-command-info] start-time: 2023-10-30T14:08:48.649499Z, end-time: 2023-10-30T14:08:55.379925Z, duration: 6, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext Collecting sphinx Downloading sphinx-7.2.6-py3-none-any.whl.metadata (5.9 kB) Collecting readthedocs-sphinx-ext Downloading readthedocs_sphinx_ext-2.2.3-py2.py3-none-any.whl.metadata (1.5 kB) Collecting sphinxcontrib-applehelp (from sphinx) Downloading sphinxcontrib_applehelp-1.0.7-py3-none-any.whl.metadata (2.2 kB) Collecting sphinxcontrib-devhelp (from sphinx) Downloading sphinxcontrib_devhelp-1.0.5-py3-none-any.whl.metadata (2.2 kB) Collecting sphinxcontrib-jsmath (from sphinx) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Collecting sphinxcontrib-htmlhelp>=2.0.0 (from sphinx) Downloading sphinxcontrib_htmlhelp-2.0.4-py3-none-any.whl.metadata (2.2 kB) Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx) Downloading sphinxcontrib_serializinghtml-1.1.9-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-qthelp (from sphinx) Downloading sphinxcontrib_qthelp-1.0.6-py3-none-any.whl.metadata (2.2 kB) Collecting Jinja2>=3.0 (from sphinx) Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 8.4 MB/s eta 0:00:00 Collecting Pygments>=2.14 (from sphinx) Downloading Pygments-2.16.1-py3-none-any.whl.metadata (2.5 kB) Collecting docutils<0.21,>=0.18.1 (from sphinx) Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB) Collecting snowballstemmer>=2.0 (from sphinx) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 149.1 MB/s eta 0:00:00 Collecting babel>=2.9 (from sphinx) Downloading Babel-2.13.1-py3-none-any.whl.metadata (1.6 kB) Collecting alabaster<0.8,>=0.7 (from sphinx) Downloading alabaster-0.7.13-py3-none-any.whl (13 kB) Collecting imagesize>=1.3 (from sphinx) Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Collecting requests>=2.25.0 (from sphinx) Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) Collecting packaging>=21.0 (from sphinx) Downloading packaging-23.2-py3-none-any.whl.metadata (3.2 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->sphinx) Downloading MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.25.0->sphinx) Downloading charset_normalizer-3.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) Collecting idna<4,>=2.5 (from requests>=2.25.0->sphinx) Downloading idna-3.4-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 132.7 MB/s eta 0:00:00 Collecting urllib3<3,>=1.21.1 (from requests>=2.25.0->sphinx) Downloading urllib3-2.0.7-py3-none-any.whl.metadata (6.6 kB) Collecting certifi>=2017.4.17 (from requests>=2.25.0->sphinx) Downloading certifi-2023.7.22-py3-none-any.whl.metadata (2.2 kB) Downloading sphinx-7.2.6-py3-none-any.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 99.0 MB/s eta 0:00:00 Downloading readthedocs_sphinx_ext-2.2.3-py2.py3-none-any.whl (11 kB) Downloading Babel-2.13.1-py3-none-any.whl (10.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.1/10.1 MB 187.9 MB/s eta 0:00:00 Downloading docutils-0.20.1-py3-none-any.whl (572 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 170.0 MB/s eta 0:00:00 Downloading packaging-23.2-py3-none-any.whl (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 121.2 MB/s eta 0:00:00 Downloading Pygments-2.16.1-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 163.1 MB/s eta 0:00:00 Downloading requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 137.2 MB/s eta 0:00:00 Downloading sphinxcontrib_htmlhelp-2.0.4-py3-none-any.whl (99 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.2/99.2 kB 152.9 MB/s eta 0:00:00 Downloading sphinxcontrib_serializinghtml-1.1.9-py3-none-any.whl (92 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.7/92.7 kB 225.3 MB/s eta 0:00:00 Downloading sphinxcontrib_applehelp-1.0.7-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.0/120.0 kB 245.2 MB/s eta 0:00:00 Downloading sphinxcontrib_devhelp-1.0.5-py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.5/83.5 kB 237.5 MB/s eta 0:00:00 Downloading sphinxcontrib_qthelp-1.0.6-py3-none-any.whl (89 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.4/89.4 kB 259.5 MB/s eta 0:00:00 Downloading certifi-2023.7.22-py3-none-any.whl (158 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.3/158.3 kB 171.4 MB/s eta 0:00:00 Downloading charset_normalizer-3.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (139 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.2/139.2 kB 269.8 MB/s eta 0:00:00 Downloading MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Downloading urllib3-2.0.7-py3-none-any.whl (124 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.2/124.2 kB 72.6 MB/s eta 0:00:00 Installing collected packages: snowballstemmer, urllib3, sphinxcontrib-jsmath, Pygments, packaging, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, alabaster, requests, Jinja2, readthedocs-sphinx-ext, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, sphinx Successfully installed Jinja2-3.1.2 MarkupSafe-2.1.3 Pygments-2.16.1 alabaster-0.7.13 babel-2.13.1 certifi-2023.7.22 charset-normalizer-3.3.1 docutils-0.20.1 idna-3.4 imagesize-1.4.1 packaging-23.2 readthedocs-sphinx-ext-2.2.3 requests-2.31.0 snowballstemmer-2.2.0 sphinx-7.2.6 sphinxcontrib-applehelp-1.0.7 sphinxcontrib-devhelp-1.0.5 sphinxcontrib-htmlhelp-2.0.4 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.6 sphinxcontrib-serializinghtml-1.1.9 urllib3-2.0.7 [rtd-command-info] start-time: 2023-10-30T14:08:55.457184Z, end-time: 2023-10-30T14:09:30.394088Z, duration: 34, exit-code: 0 python -m pip install --upgrade --upgrade-strategy only-if-needed --no-cache-dir .[doc] Processing /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting h5py>=3 Downloading h5py-3.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB) Collecting natsort Downloading natsort-8.4.0-py3-none-any.whl.metadata (21 kB) Collecting numpy>=1.16.5 Downloading numpy-1.26.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 6.4 MB/s eta 0:00:00 Requirement already satisfied: packaging>=20 in /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.x/lib/python3.10/site-packages (23.2) Collecting pandas!=2.1.0rc0,>=1.1.1 Downloading pandas-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (18 kB) Collecting scipy>1.4 Downloading scipy-1.11.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.4/60.4 kB 232.8 MB/s eta 0:00:00 Collecting awkward>=2.0.7 Downloading awkward-2.4.6-py3-none-any.whl.metadata (6.9 kB) Collecting ipython Downloading ipython-8.17.1-py3-none-any.whl.metadata (6.0 kB) Collecting myst-parser Downloading myst_parser-2.0.0-py3-none-any.whl.metadata (5.4 kB) Collecting nbsphinx Downloading nbsphinx-0.9.3-py3-none-any.whl.metadata (2.1 kB) Collecting scanpydoc>=0.9 (from scanpydoc[theme]>=0.9; extra == "doc") Downloading scanpydoc-0.9.5-py3-none-any.whl.metadata (2.4 kB) Collecting sphinx-autodoc-typehints>=1.11.0 Downloading sphinx_autodoc_typehints-1.24.0-py3-none-any.whl.metadata (7.8 kB) Collecting sphinx-issues Downloading sphinx_issues-3.0.1-py3-none-any.whl (8.2 kB) Collecting sphinx-rtd-theme>=1.1.1 Downloading sphinx_rtd_theme-1.3.0-py2.py3-none-any.whl.metadata (4.5 kB) Requirement already satisfied: sphinx>=4.4 in /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.x/lib/python3.10/site-packages (7.2.6) Collecting sphinxext-opengraph Downloading sphinxext_opengraph-0.9.0-py3-none-any.whl.metadata (6.5 kB) Collecting zarr Downloading zarr-2.16.1-py3-none-any.whl.metadata (5.8 kB) Collecting awkward-cpp==24 (from awkward>=2.0.7) Downloading awkward_cpp-24-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.2 kB) Collecting importlib-metadata>=4.13.0 (from awkward>=2.0.7) Downloading importlib_metadata-6.8.0-py3-none-any.whl.metadata (5.1 kB) Collecting typing-extensions>=4.1.0 (from awkward>=2.0.7) Downloading typing_extensions-4.8.0-py3-none-any.whl.metadata (3.0 kB) Collecting python-dateutil>=2.8.2 (from pandas!=2.1.0rc0,>=1.1.1) Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 31.5 MB/s eta 0:00:00 Collecting pytz>=2020.1 (from pandas!=2.1.0rc0,>=1.1.1) Downloading pytz-2023.3.post1-py2.py3-none-any.whl.metadata (22 kB) Collecting tzdata>=2022.1 (from pandas!=2.1.0rc0,>=1.1.1) Downloading tzdata-2023.3-py2.py3-none-any.whl (341 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.8/341.8 kB 240.7 MB/s eta 0:00:00 Requirement already satisfied: docutils!=0.18.*,!=0.19.*,>=0.8 in /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.x/lib/python3.10/site-packages (from scanpydoc[theme]>=0.9; extra == "doc") (0.20.1) Collecting sphinx-book-theme>=1.0.1 (from scanpydoc[theme]>=0.9; extra == "doc") Downloading sphinx_book_theme-1.0.1-py3-none-any.whl (396 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 396.9/396.9 kB 279.0 MB/s eta 0:00:00 Requirement already satisfied: sphinxcontrib-applehelp in /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.x/lib/python3.10/site-packages (from sphinx>=4.4) (1.0.7) Requirement already satisfied: sphinxcontrib-devhelp in /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.x/lib/python3.10/site-packages (from sphinx>=4.4) (1.0.5) Requirement already satisfied: sphinxcontrib-jsmath in /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.x/lib/python3.10/site-packages (from sphinx>=4.4) (1.0.1) Requirement already satisfied: sphinxcontrib-htmlhelp>=2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.x/lib/python3.10/site-packages (from sphinx>=4.4) (2.0.4) Requirement already satisfied: sphinxcontrib-serializinghtml>=1.1.9 in /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.x/lib/python3.10/site-packages (from sphinx>=4.4) (1.1.9) Requirement already satisfied: sphinxcontrib-qthelp in /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.x/lib/python3.10/site-packages (from sphinx>=4.4) (1.0.6) Requirement already satisfied: Jinja2>=3.0 in /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.x/lib/python3.10/site-packages (from sphinx>=4.4) (3.1.2) Requirement already satisfied: Pygments>=2.14 in /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.x/lib/python3.10/site-packages (from sphinx>=4.4) (2.16.1) Requirement already satisfied: snowballstemmer>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.x/lib/python3.10/site-packages (from sphinx>=4.4) (2.2.0) Requirement already satisfied: babel>=2.9 in /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.x/lib/python3.10/site-packages (from sphinx>=4.4) (2.13.1) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.x/lib/python3.10/site-packages (from sphinx>=4.4) (0.7.13) Requirement already satisfied: imagesize>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.x/lib/python3.10/site-packages (from sphinx>=4.4) (1.4.1) Requirement already satisfied: requests>=2.25.0 in /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.x/lib/python3.10/site-packages (from sphinx>=4.4) (2.31.0) INFO: pip is looking at multiple versions of sphinx-rtd-theme to determine which version is compatible with other requirements. This could take a while. Collecting sphinx-rtd-theme>=1.1.1 Downloading sphinx_rtd_theme-1.2.2-py2.py3-none-any.whl.metadata (4.5 kB) Downloading sphinx_rtd_theme-1.2.1-py2.py3-none-any.whl.metadata (4.5 kB) Downloading sphinx_rtd_theme-1.2.0-py2.py3-none-any.whl (2.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 181.3 MB/s eta 0:00:00 Downloading sphinx_rtd_theme-1.1.1-py2.py3-none-any.whl (2.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 216.0 MB/s eta 0:00:00 Collecting sphinx-autodoc-typehints>=1.11.0 Downloading sphinx_autodoc_typehints-1.23.3-py3-none-any.whl.metadata (8.5 kB) INFO: pip is still looking at multiple versions of sphinx-rtd-theme to determine which version is compatible with other requirements. This could take a while. Downloading sphinx_autodoc_typehints-1.23.2-py3-none-any.whl.metadata (8.5 kB) INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C. Downloading sphinx_autodoc_typehints-1.23.1-py3-none-any.whl.metadata (8.6 kB) Downloading sphinx_autodoc_typehints-1.23.0-py3-none-any.whl (17 kB) Collecting sphinx>=4.4 Downloading sphinx-6.2.1-py3-none-any.whl (3.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 238.2 MB/s eta 0:00:00 Downloading sphinx-5.3.0-py3-none-any.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 220.2 MB/s eta 0:00:00 Collecting sphinx-autodoc-typehints>=1.11.0 Downloading sphinx_autodoc_typehints-1.22-py3-none-any.whl (17 kB) Collecting sphinx>=4.4 Downloading sphinx-7.2.6-py3-none-any.whl.metadata (5.9 kB) Downloading sphinx-7.2.5-py3-none-any.whl.metadata (5.9 kB) Downloading sphinx-7.2.4-py3-none-any.whl.metadata (5.9 kB) Downloading sphinx-7.2.3-py3-none-any.whl.metadata (5.9 kB) Downloading sphinx-7.2.2-py3-none-any.whl.metadata (5.9 kB) Downloading sphinx-7.2.1-py3-none-any.whl.metadata (5.9 kB) Downloading sphinx-7.2.0-py3-none-any.whl.metadata (5.9 kB) Downloading sphinx-7.1.2-py3-none-any.whl.metadata (5.8 kB) Downloading sphinx-7.1.1-py3-none-any.whl.metadata (5.8 kB) Downloading sphinx-7.1.0-py3-none-any.whl.metadata (5.8 kB) Downloading sphinx-7.0.1-py3-none-any.whl.metadata (6.1 kB) Downloading sphinx-7.0.0-py3-none-any.whl (3.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 200.0 MB/s eta 0:00:00 INFO: pip is looking at multiple versions of sphinx to determine which version is compatible with other requirements. This could take a while. Downloading sphinx-6.2.0-py3-none-any.whl (3.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 214.2 MB/s eta 0:00:00 Downloading sphinx-6.1.3-py3-none-any.whl (3.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 224.3 MB/s eta 0:00:00 Downloading sphinx-6.1.2-py3-none-any.whl (3.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 215.0 MB/s eta 0:00:00 Downloading sphinx-6.1.1-py3-none-any.whl (3.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 171.8 MB/s eta 0:00:00 Downloading sphinx-6.1.0-py3-none-any.whl (3.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 214.9 MB/s eta 0:00:00 Downloading sphinx-6.0.1-py3-none-any.whl (3.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 210.0 MB/s eta 0:00:00 INFO: pip is still looking at multiple versions of sphinx to determine which version is compatible with other requirements. This could take a while. Downloading sphinx-6.0.0-py3-none-any.whl (3.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 213.1 MB/s eta 0:00:00 Collecting docutils!=0.18.*,!=0.19.*,>=0.8 (from scanpydoc[theme]>=0.9; extra == "doc") Downloading docutils-0.17.1-py2.py3-none-any.whl (575 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 575.5/575.5 kB 142.6 MB/s eta 0:00:00 Collecting sphinxcontrib-jquery<5,>=4 (from sphinx-rtd-theme>=1.1.1) Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl (121 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 256.1 MB/s eta 0:00:00 INFO: pip is looking at multiple versions of sphinx-autodoc-typehints to determine which version is compatible with other requirements. This could take a while. Collecting decorator (from ipython) Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) Collecting jedi>=0.16 (from ipython) Downloading jedi-0.19.1-py2.py3-none-any.whl.metadata (22 kB) Collecting matplotlib-inline (from ipython) Downloading matplotlib_inline-0.1.6-py3-none-any.whl (9.4 kB) Collecting prompt-toolkit!=3.0.37,<3.1.0,>=3.0.30 (from ipython) Downloading prompt_toolkit-3.0.39-py3-none-any.whl.metadata (6.4 kB) Collecting stack-data (from ipython) Downloading stack_data-0.6.3-py3-none-any.whl.metadata (18 kB) Collecting traitlets>=5 (from ipython) Downloading traitlets-5.13.0-py3-none-any.whl.metadata (10 kB) Collecting exceptiongroup (from ipython) Downloading exceptiongroup-1.1.3-py3-none-any.whl.metadata (6.1 kB) Collecting pexpect>4.3 (from ipython) Downloading pexpect-4.8.0-py2.py3-none-any.whl (59 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.0/59.0 kB 226.0 MB/s eta 0:00:00 Collecting markdown-it-py~=3.0 (from myst-parser) Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB) Collecting mdit-py-plugins~=0.4 (from myst-parser) Downloading mdit_py_plugins-0.4.0-py3-none-any.whl.metadata (2.7 kB) Collecting pyyaml (from myst-parser) Downloading PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C. Collecting myst-parser Downloading myst_parser-1.0.0-py3-none-any.whl (77 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.3/77.3 kB 238.6 MB/s eta 0:00:00 Collecting markdown-it-py<3.0.0,>=1.0.0 (from myst-parser) Downloading markdown_it_py-2.2.0-py3-none-any.whl (84 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.5/84.5 kB 198.9 MB/s eta 0:00:00 Collecting mdit-py-plugins~=0.3.4 (from myst-parser) Downloading mdit_py_plugins-0.3.5-py3-none-any.whl (52 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.1/52.1 kB 215.6 MB/s eta 0:00:00 Collecting nbconvert!=5.4 (from nbsphinx) Downloading nbconvert-7.10.0-py3-none-any.whl.metadata (7.8 kB) Collecting nbformat (from nbsphinx) Downloading nbformat-5.9.2-py3-none-any.whl.metadata (3.4 kB) Collecting asciitree (from zarr) Downloading asciitree-0.3.3.tar.gz (4.0 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting fasteners (from zarr) Downloading fasteners-0.19-py3-none-any.whl.metadata (4.9 kB) Collecting numcodecs>=0.10.0 (from zarr) Downloading numcodecs-0.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.8 kB) Collecting zipp>=0.5 (from importlib-metadata>=4.13.0->awkward>=2.0.7) Downloading zipp-3.17.0-py3-none-any.whl.metadata (3.7 kB) Collecting parso<0.9.0,>=0.8.3 (from jedi>=0.16->ipython) Downloading parso-0.8.3-py2.py3-none-any.whl (100 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.8/100.8 kB 255.7 MB/s eta 0:00:00 Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.x/lib/python3.10/site-packages (from Jinja2>=3.0->sphinx>=4.4) (2.1.3) Collecting mdurl~=0.1 (from markdown-it-py<3.0.0,>=1.0.0->myst-parser) Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) Collecting beautifulsoup4 (from nbconvert!=5.4->nbsphinx) Downloading beautifulsoup4-4.12.2-py3-none-any.whl (142 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.0/143.0 kB 268.4 MB/s eta 0:00:00 Collecting bleach!=5.0.0 (from nbconvert!=5.4->nbsphinx) Downloading bleach-6.1.0-py3-none-any.whl.metadata (30 kB) Collecting defusedxml (from nbconvert!=5.4->nbsphinx) Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) Collecting jupyter-core>=4.7 (from nbconvert!=5.4->nbsphinx) Downloading jupyter_core-5.5.0-py3-none-any.whl.metadata (3.4 kB) Collecting jupyterlab-pygments (from nbconvert!=5.4->nbsphinx) Downloading jupyterlab_pygments-0.2.2-py2.py3-none-any.whl (21 kB) Collecting mistune<4,>=2.0.3 (from nbconvert!=5.4->nbsphinx) Downloading mistune-3.0.2-py3-none-any.whl.metadata (1.7 kB) Collecting nbclient>=0.5.0 (from nbconvert!=5.4->nbsphinx) Downloading nbclient-0.8.0-py3-none-any.whl.metadata (7.8 kB) Collecting pandocfilters>=1.4.1 (from nbconvert!=5.4->nbsphinx) Downloading pandocfilters-1.5.0-py2.py3-none-any.whl (8.7 kB) Collecting tinycss2 (from nbconvert!=5.4->nbsphinx) Downloading tinycss2-1.2.1-py3-none-any.whl (21 kB) Collecting fastjsonschema (from nbformat->nbsphinx) Downloading fastjsonschema-2.18.1-py3-none-any.whl.metadata (2.0 kB) Collecting jsonschema>=2.6 (from nbformat->nbsphinx) Downloading jsonschema-4.19.2-py3-none-any.whl.metadata (7.9 kB) Collecting ptyprocess>=0.5 (from pexpect>4.3->ipython) Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB) Collecting wcwidth (from prompt-toolkit!=3.0.37,<3.1.0,>=3.0.30->ipython) Downloading wcwidth-0.2.8-py2.py3-none-any.whl.metadata (13 kB) Collecting six>=1.5 (from python-dateutil>=2.8.2->pandas!=2.1.0rc0,>=1.1.1) Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.x/lib/python3.10/site-packages (from requests>=2.25.0->sphinx>=4.4) (3.3.1) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.x/lib/python3.10/site-packages (from requests>=2.25.0->sphinx>=4.4) (3.4) Requirement already satisfied: urllib3<3,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.x/lib/python3.10/site-packages (from requests>=2.25.0->sphinx>=4.4) (2.0.7) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.x/lib/python3.10/site-packages (from requests>=2.25.0->sphinx>=4.4) (2023.7.22) Collecting pydata-sphinx-theme>=0.13.3 (from sphinx-book-theme>=1.0.1->scanpydoc[theme]>=0.9; extra == "doc") Downloading pydata_sphinx_theme-0.14.2-py3-none-any.whl.metadata (7.3 kB) Collecting executing>=1.2.0 (from stack-data->ipython) Downloading executing-2.0.1-py2.py3-none-any.whl.metadata (9.0 kB) Collecting asttokens>=2.1.0 (from stack-data->ipython) Downloading asttokens-2.4.1-py2.py3-none-any.whl.metadata (5.2 kB) Collecting pure-eval (from stack-data->ipython) Downloading pure_eval-0.2.2-py3-none-any.whl (11 kB) Collecting webencodings (from bleach!=5.0.0->nbconvert!=5.4->nbsphinx) Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB) Collecting attrs>=22.2.0 (from jsonschema>=2.6->nbformat->nbsphinx) Downloading attrs-23.1.0-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 229.8 MB/s eta 0:00:00 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=2.6->nbformat->nbsphinx) Downloading jsonschema_specifications-2023.7.1-py3-none-any.whl.metadata (2.8 kB) Collecting referencing>=0.28.4 (from jsonschema>=2.6->nbformat->nbsphinx) Downloading referencing-0.30.2-py3-none-any.whl.metadata (2.6 kB) Collecting rpds-py>=0.7.1 (from jsonschema>=2.6->nbformat->nbsphinx) Downloading rpds_py-0.10.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.7 kB) Collecting platformdirs>=2.5 (from jupyter-core>=4.7->nbconvert!=5.4->nbsphinx) Downloading platformdirs-3.11.0-py3-none-any.whl.metadata (11 kB) Collecting jupyter-client>=6.1.12 (from nbclient>=0.5.0->nbconvert!=5.4->nbsphinx) Downloading jupyter_client-8.5.0-py3-none-any.whl.metadata (8.3 kB) Collecting accessible-pygments (from pydata-sphinx-theme>=0.13.3->sphinx-book-theme>=1.0.1->scanpydoc[theme]>=0.9; extra == "doc") Downloading accessible_pygments-0.0.4-py2.py3-none-any.whl (29 kB) Collecting soupsieve>1.2 (from beautifulsoup4->nbconvert!=5.4->nbsphinx) Downloading soupsieve-2.5-py3-none-any.whl.metadata (4.7 kB) Collecting pyzmq>=23.0 (from jupyter-client>=6.1.12->nbclient>=0.5.0->nbconvert!=5.4->nbsphinx) Downloading pyzmq-25.1.1-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (4.9 kB) Collecting tornado>=6.2 (from jupyter-client>=6.1.12->nbclient>=0.5.0->nbconvert!=5.4->nbsphinx) Downloading tornado-6.3.3-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB) Downloading awkward-2.4.6-py3-none-any.whl (708 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 708.7/708.7 kB 276.7 MB/s eta 0:00:00 Downloading awkward_cpp-24-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 292.9 MB/s eta 0:00:00 Downloading h5py-3.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.8/4.8 MB 202.4 MB/s eta 0:00:00 Downloading numpy-1.26.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.2/18.2 MB 79.6 MB/s eta 0:00:00 Downloading pandas-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.3/12.3 MB 202.4 MB/s eta 0:00:00 Downloading scanpydoc-0.9.5-py3-none-any.whl (30 kB) Downloading scipy-1.11.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (36.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 36.4/36.4 MB 200.1 MB/s eta 0:00:00 Downloading sphinx_rtd_theme-1.3.0-py2.py3-none-any.whl (2.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 244.3 MB/s eta 0:00:00 Downloading ipython-8.17.1-py3-none-any.whl (808 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 808.2/808.2 kB 298.0 MB/s eta 0:00:00 Downloading natsort-8.4.0-py3-none-any.whl (38 kB) Downloading nbsphinx-0.9.3-py3-none-any.whl (31 kB) Downloading sphinxext_opengraph-0.9.0-py3-none-any.whl (1.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 290.3 MB/s eta 0:00:00 Downloading zarr-2.16.1-py3-none-any.whl (206 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 206.9/206.9 kB 279.7 MB/s eta 0:00:00 Downloading importlib_metadata-6.8.0-py3-none-any.whl (22 kB) Downloading jedi-0.19.1-py2.py3-none-any.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 293.0 MB/s eta 0:00:00 Downloading nbconvert-7.10.0-py3-none-any.whl (256 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 256.7/256.7 kB 275.8 MB/s eta 0:00:00 Downloading nbformat-5.9.2-py3-none-any.whl (77 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.6/77.6 kB 222.3 MB/s eta 0:00:00 Downloading numcodecs-0.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.7/7.7 MB 209.6 MB/s eta 0:00:00 Downloading prompt_toolkit-3.0.39-py3-none-any.whl (385 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 385.2/385.2 kB 275.3 MB/s eta 0:00:00 Downloading pytz-2023.3.post1-py2.py3-none-any.whl (502 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.5/502.5 kB 281.7 MB/s eta 0:00:00 Downloading traitlets-5.13.0-py3-none-any.whl (84 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.0/85.0 kB 230.4 MB/s eta 0:00:00 Downloading typing_extensions-4.8.0-py3-none-any.whl (31 kB) Downloading exceptiongroup-1.1.3-py3-none-any.whl (14 kB) Downloading fasteners-0.19-py3-none-any.whl (18 kB) Downloading PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (705 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 705.5/705.5 kB 286.1 MB/s eta 0:00:00 Downloading stack_data-0.6.3-py3-none-any.whl (24 kB) Downloading asttokens-2.4.1-py2.py3-none-any.whl (27 kB) Downloading bleach-6.1.0-py3-none-any.whl (162 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.8/162.8 kB 266.5 MB/s eta 0:00:00 Downloading executing-2.0.1-py2.py3-none-any.whl (24 kB) Downloading jsonschema-4.19.2-py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.6/83.6 kB 241.2 MB/s eta 0:00:00 Downloading jupyter_core-5.5.0-py3-none-any.whl (28 kB) Downloading mistune-3.0.2-py3-none-any.whl (47 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.0/48.0 kB 227.1 MB/s eta 0:00:00 Downloading nbclient-0.8.0-py3-none-any.whl (73 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.1/73.1 kB 232.3 MB/s eta 0:00:00 Downloading pydata_sphinx_theme-0.14.2-py3-none-any.whl (4.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.7/4.7 MB 211.2 MB/s eta 0:00:00 Downloading zipp-3.17.0-py3-none-any.whl (7.4 kB) Downloading fastjsonschema-2.18.1-py3-none-any.whl (23 kB) Downloading wcwidth-0.2.8-py2.py3-none-any.whl (31 kB) Downloading jsonschema_specifications-2023.7.1-py3-none-any.whl (17 kB) Downloading jupyter_client-8.5.0-py3-none-any.whl (105 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.7/105.7 kB 254.9 MB/s eta 0:00:00 Downloading platformdirs-3.11.0-py3-none-any.whl (17 kB) Downloading referencing-0.30.2-py3-none-any.whl (25 kB) Downloading rpds_py-0.10.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 289.5 MB/s eta 0:00:00 Downloading soupsieve-2.5-py3-none-any.whl (36 kB) Downloading pyzmq-25.1.1-cp310-cp310-manylinux_2_28_x86_64.whl (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 288.5 MB/s eta 0:00:00 Downloading tornado-6.3.3-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (427 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 427.7/427.7 kB 281.2 MB/s eta 0:00:00 Building wheels for collected packages: anndata, asciitree Building wheel for anndata (pyproject.toml): started Building wheel for anndata (pyproject.toml): finished with status 'done' Created wheel for anndata: filename=anndata-0.9.3.dev6+gbc4cf23-py3-none-any.whl size=103782 sha256=265ef2b710a0c42197c7fe609bb96f00c684fde1ff2bebe0206f7311b8d2130d Stored in directory: /tmp/pip-ephem-wheel-cache-bohop1dm/wheels/07/56/58/fc8e0542604e8c8959d53c20760f63c5b4708c9149494c5685 Building wheel for asciitree (setup.py): started Building wheel for asciitree (setup.py): finished with status 'done' Created wheel for asciitree: filename=asciitree-0.3.3-py3-none-any.whl size=5034 sha256=bb89369acd98af64800b433b1335921a681b26dd794a55a032abcf2bb8be662c Stored in directory: /tmp/pip-ephem-wheel-cache-bohop1dm/wheels/7f/4e/be/1171b40f43b918087657ec57cf3b81fa1a2e027d8755baa184 Successfully built anndata asciitree Installing collected packages: webencodings, wcwidth, pytz, pure-eval, ptyprocess, fastjsonschema, asciitree, zipp, tzdata, typing-extensions, traitlets, tornado, tinycss2, soupsieve, six, rpds-py, pyzmq, pyyaml, prompt-toolkit, platformdirs, pexpect, parso, pandocfilters, numpy, natsort, mistune, mdurl, jupyterlab-pygments, fasteners, executing, exceptiongroup, docutils, defusedxml, decorator, attrs, accessible-pygments, scipy, referencing, python-dateutil, numcodecs, matplotlib-inline, markdown-it-py, jupyter-core, jedi, importlib-metadata, h5py, bleach, beautifulsoup4, awkward-cpp, asttokens, zarr, stack-data, pandas, mdit-py-plugins, jupyter-client, jsonschema-specifications, awkward, jsonschema, ipython, anndata, nbformat, nbclient, nbconvert, sphinx, pydata-sphinx-theme, sphinxcontrib-jquery, sphinx-book-theme, scanpydoc, sphinxext-opengraph, sphinx-rtd-theme, sphinx-issues, sphinx-autodoc-typehints, nbsphinx, myst-parser Attempting uninstall: docutils Found existing installation: docutils 0.20.1 Uninstalling docutils-0.20.1: Successfully uninstalled docutils-0.20.1 Attempting uninstall: sphinx Found existing installation: Sphinx 7.2.6 Uninstalling Sphinx-7.2.6: Successfully uninstalled Sphinx-7.2.6 Successfully installed accessible-pygments-0.0.4 anndata-0.9.3.dev6+gbc4cf23 asciitree-0.3.3 asttokens-2.4.1 attrs-23.1.0 awkward-2.4.6 awkward-cpp-24 beautifulsoup4-4.12.2 bleach-6.1.0 decorator-5.1.1 defusedxml-0.7.1 docutils-0.17.1 exceptiongroup-1.1.3 executing-2.0.1 fasteners-0.19 fastjsonschema-2.18.1 h5py-3.10.0 importlib-metadata-6.8.0 ipython-8.17.1 jedi-0.19.1 jsonschema-4.19.2 jsonschema-specifications-2023.7.1 jupyter-client-8.5.0 jupyter-core-5.5.0 jupyterlab-pygments-0.2.2 markdown-it-py-2.2.0 matplotlib-inline-0.1.6 mdit-py-plugins-0.3.5 mdurl-0.1.2 mistune-3.0.2 myst-parser-1.0.0 natsort-8.4.0 nbclient-0.8.0 nbconvert-7.10.0 nbformat-5.9.2 nbsphinx-0.9.3 numcodecs-0.12.1 numpy-1.26.1 pandas-2.1.2 pandocfilters-1.5.0 parso-0.8.3 pexpect-4.8.0 platformdirs-3.11.0 prompt-toolkit-3.0.39 ptyprocess-0.7.0 pure-eval-0.2.2 pydata-sphinx-theme-0.14.2 python-dateutil-2.8.2 pytz-2023.3.post1 pyyaml-6.0.1 pyzmq-25.1.1 referencing-0.30.2 rpds-py-0.10.6 scanpydoc-0.9.5 scipy-1.11.3 six-1.16.0 soupsieve-2.5 sphinx-5.3.0 sphinx-autodoc-typehints-1.23.0 sphinx-book-theme-1.0.1 sphinx-issues-3.0.1 sphinx-rtd-theme-1.3.0 sphinxcontrib-jquery-4.1 sphinxext-opengraph-0.9.0 stack-data-0.6.3 tinycss2-1.2.1 tornado-6.3.3 traitlets-5.13.0 typing-extensions-4.8.0 tzdata-2023.3 wcwidth-0.2.8 webencodings-0.5.1 zarr-2.16.1 zipp-3.17.0 [rtd-command-info] start-time: 2023-10-30T14:09:30.986487Z, end-time: 2023-10-30T14:09:31.056282Z, duration: 0, exit-code: 0 cat docs/conf.py import sys import logging from pathlib import Path from datetime import datetime from sphinx.application import Sphinx HERE = Path(__file__).parent sys.path[:0] = [str(HERE.parent), str(HERE / "extensions")] import anndata # noqa: E402 logger = logging.getLogger(__name__) for generated in HERE.glob("anndata.*.rst"): generated.unlink() # -- General configuration ------------------------------------------------ needs_sphinx = "1.7" # autosummary bugfix # General information project = "anndata" author = f"{project} developers" copyright = f"{datetime.now():%Y}, {author}" version = anndata.__version__.replace(".dirty", "") release = version # default settings templates_path = ["_templates"] html_static_path = ["_static"] source_suffix = [".rst", ".md"] master_doc = "index" default_role = "literal" exclude_patterns = [ "_build", "Thumbs.db", ".DS_Store", "**.ipynb_checkpoints", "tutorials/notebooks/*.rst", ] pygments_style = "sphinx" extensions = [ "myst_parser", "sphinx.ext.autodoc", "sphinx.ext.intersphinx", "sphinx.ext.doctest", "sphinx.ext.coverage", "sphinx.ext.mathjax", "sphinx.ext.napoleon", "sphinx.ext.autosummary", "sphinx_autodoc_typehints", # needs to be after napoleon "sphinx_issues", "sphinxext.opengraph", "scanpydoc", # needs to be before linkcode "sphinx.ext.linkcode", "nbsphinx", "IPython.sphinxext.ipython_console_highlighting", ] # Generate the API documentation when building autosummary_generate = True autodoc_member_order = "bysource" issues_github_path = "scverse/anndata" # autodoc_default_flags = ['members'] napoleon_google_docstring = False napoleon_numpy_docstring = True napoleon_include_init_with_doc = False napoleon_use_rtype = True # having a separate entry generally helps readability napoleon_use_param = True napoleon_custom_sections = [("Params", "Parameters")] typehints_defaults = "braces" todo_include_todos = False nitpicky = True # Report broken links nitpick_ignore = [ ("py:class", "scipy.sparse.base.spmatrix"), ("py:meth", "pandas.DataFrame.iloc"), ("py:meth", "pandas.DataFrame.loc"), ("py:class", "anndata._core.views.ArrayView"), ("py:class", "anndata._core.raw.Raw"), *[ ("py:class", f"anndata._core.aligned_mapping.{cls}{kind}") for cls in "Layers AxisArrays PairwiseArrays".split() for kind in ["", "View"] ], ] suppress_warnings = [ "ref.citation", "myst.header", # https://github.com/executablebooks/MyST-Parser/issues/262 ] def setup(app: Sphinx): # Don’t allow broken links. DO NOT CHANGE THIS LINE, fix problems instead. app.warningiserror = True intersphinx_mapping = dict( h5py=("https://docs.h5py.org/en/latest/", None), hdf5plugin=("https://hdf5plugin.readthedocs.io/en/latest/", None), loompy=("https://linnarssonlab.org/loompy/", None), numpy=("https://numpy.org/doc/stable/", None), pandas=("https://pandas.pydata.org/pandas-docs/stable/", None), python=("https://docs.python.org/3", None), scipy=("https://docs.scipy.org/doc/scipy/", None), sklearn=("https://scikit-learn.org/stable/", None), zarr=("https://zarr.readthedocs.io/en/stable/", None), xarray=("https://xarray.pydata.org/en/stable/", None), ) qualname_overrides = { "h5py._hl.group.Group": "h5py.Group", "h5py._hl.files.File": "h5py.File", "h5py._hl.dataset.Dataset": "h5py.Dataset", "anndata._core.anndata.AnnData": "anndata.AnnData", } # -- Social cards --------------------------------------------------------- ogp_site_url = "https://anndata.readthedocs.io/" ogp_image = "https://anndata.readthedocs.io/en/latest/_static/img/anndata_schema.svg" # -- Options for HTML output ---------------------------------------------- html_theme = "scanpydoc" html_theme_options = dict(navigation_depth=4) html_context = dict( display_github=True, # Integrate GitHub github_user="scverse", # Username github_repo="anndata", # Repo name github_version="master", # Version conf_py_path="/docs/", # Path in the checkout to the docs root ) html_logo = "_static/img/anndata_schema.svg" issues_github_path = "{github_user}/{github_repo}".format_map(html_context) html_show_sphinx = False # -- Options for other output formats ------------------------------------------ htmlhelp_basename = f"{project}doc" doc_title = f"{project} Documentation" latex_documents = [(master_doc, f"{project}.tex", doc_title, author, "manual")] man_pages = [(master_doc, project, doc_title, [author], 1)] texinfo_documents = [ ( master_doc, project, doc_title, author, project, "One line description of project.", "Miscellaneous", ) ] ########################################################################### # auto-created readthedocs.org specific configuration # ########################################################################### # # The following code was added during an automated build on readthedocs.org # It is auto created and injected for every build. The result is based on the # conf.py.tmpl file found in the readthedocs.org codebase: # https://github.com/rtfd/readthedocs.org/blob/main/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl # # Note: this file shouldn't rely on extra dependencies. import importlib import sys import os.path # Borrowed from six. PY3 = sys.version_info[0] == 3 string_types = str if PY3 else basestring from sphinx import version_info # Get suffix for proper linking to GitHub # This is deprecated in Sphinx 1.3+, # as each page can have its own suffix if globals().get('source_suffix', False): if isinstance(source_suffix, string_types): SUFFIX = source_suffix elif isinstance(source_suffix, (list, tuple)): # Sphinx >= 1.3 supports list/tuple to define multiple suffixes SUFFIX = source_suffix[0] elif isinstance(source_suffix, dict): # Sphinx >= 1.8 supports a mapping dictionary for multiple suffixes SUFFIX = list(source_suffix.keys())[0] # make a ``list()`` for py2/py3 compatibility else: # default to .rst SUFFIX = '.rst' else: SUFFIX = '.rst' # Add RTD Static Path. Add to the end because it overwrites previous files. if not 'html_static_path' in globals(): html_static_path = [] if os.path.exists('_static'): html_static_path.append('_static') # Define this variable in case it's not defined by the user. # It defaults to `alabaster` which is the default from Sphinx. # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_theme html_theme = globals().get('html_theme', 'alabaster') #Add project information to the template context. context = { 'html_theme': html_theme, 'current_version': "0.9.x", 'version_slug': "0.9.x", 'MEDIA_URL': "https://media.readthedocs.com/media/", 'STATIC_URL': "https://assets.readthedocs.com/", 'PRODUCTION_DOMAIN': "readthedocs.com", 'proxied_static_path': "/_/static/", 'versions': [ ("latest", "/en/latest/"), ("stable", "/en/stable/"), ("0.10.x", "/en/0.10.x/"), ("0.9.x", "/en/0.9.x/"), ("0.8.x", "/en/0.8.x/"), ("0.7.x", "/en/0.7.x/"), ], 'downloads': [ ], 'subprojects': [ ], 'slug': 'icb-anndata', 'name': u'anndata', 'rtd_language': u'en', 'programming_language': u'py', 'canonical_url': '', 'analytics_code': 'None', 'single_version': False, 'conf_py_path': '/docs/', 'api_host': 'https://readthedocs.com', 'github_user': 'scverse', 'proxied_api_host': '/_', 'github_repo': 'anndata', 'github_version': '0.9.x', 'display_github': True, 'bitbucket_user': 'None', 'bitbucket_repo': 'None', 'bitbucket_version': '0.9.x', 'display_bitbucket': False, 'gitlab_user': 'None', 'gitlab_repo': 'None', 'gitlab_version': '0.9.x', 'display_gitlab': False, 'READTHEDOCS': True, 'using_theme': (html_theme == "default"), 'new_theme': (html_theme == "sphinx_rtd_theme"), 'source_suffix': SUFFIX, 'ad_free': False, 'docsearch_disabled': False, 'user_analytics_code': '', 'global_analytics_code': 'UA-17997319-2', 'commit': 'bc4cf235', } # For sphinx >=1.8 we can use html_baseurl to set the canonical URL. # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_baseurl if version_info >= (1, 8): if not globals().get('html_baseurl'): html_baseurl = context['canonical_url'] context['canonical_url'] = None if 'html_context' in globals(): for key in context: if key not in html_context: html_context[key] = context[key] else: html_context = context # Add custom RTD extension if 'extensions' in globals(): # Insert at the beginning because it can interfere # with other extensions. # See https://github.com/rtfd/readthedocs.org/pull/4054 extensions.insert(0, "readthedocs_ext.readthedocs") else: extensions = ["readthedocs_ext.readthedocs"] # Add External version warning banner to the external version documentation if 'branch' == 'external': extensions.insert(1, "readthedocs_ext.external_version_warning") readthedocs_vcs_url = 'None' readthedocs_build_url = 'https://readthedocs.com/projects/icb-anndata/builds/1813063/' project_language = 'en' # User's Sphinx configurations language_user = globals().get('language', None) latex_engine_user = globals().get('latex_engine', None) latex_elements_user = globals().get('latex_elements', None) # Remove this once xindy gets installed in Docker image and XINDYOPS # env variable is supported # https://github.com/rtfd/readthedocs-docker-images/pull/98 latex_use_xindy = False chinese = any([ language_user in ('zh_CN', 'zh_TW'), project_language in ('zh_CN', 'zh_TW'), ]) japanese = any([ language_user == 'ja', project_language == 'ja', ]) if chinese: latex_engine = latex_engine_user or 'xelatex' latex_elements_rtd = { 'preamble': '\\usepackage[UTF8]{ctex}\n', } latex_elements = latex_elements_user or latex_elements_rtd elif japanese: latex_engine = latex_engine_user or 'platex' # Make sure our build directory is always excluded exclude_patterns = globals().get('exclude_patterns', []) exclude_patterns.extend(['_build']) [rtd-command-info] start-time: 2023-10-30T14:09:31.115703Z, end-time: 2023-10-30T14:09:35.078820Z, duration: 3, exit-code: 2 python -m sphinx -T -E -W --keep-going -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v5.3.0 matplotlib is not installed, social cards will not be generated making output directory... done myst v1.0.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions=set(), disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=0, heading_slug_func=None, html_meta={}, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True) loading intersphinx inventory from https://docs.h5py.org/en/latest/objects.inv... loading intersphinx inventory from https://hdf5plugin.readthedocs.io/en/latest/objects.inv... loading intersphinx inventory from https://linnarssonlab.org/loompy/objects.inv... loading intersphinx inventory from https://numpy.org/doc/stable/objects.inv... loading intersphinx inventory from https://pandas.pydata.org/pandas-docs/stable/objects.inv... loading intersphinx inventory from https://docs.python.org/3/objects.inv... loading intersphinx inventory from https://docs.scipy.org/doc/scipy/objects.inv... loading intersphinx inventory from https://scikit-learn.org/stable/objects.inv... loading intersphinx inventory from https://zarr.readthedocs.io/en/stable/objects.inv... loading intersphinx inventory from https://xarray.pydata.org/en/stable/objects.inv... intersphinx inventory has moved: https://xarray.pydata.org/en/stable/objects.inv -> https://docs.xarray.dev/en/stable/objects.inv [autosummary] generating autosummary for: _key_contributors.rst, api.md, benchmark-read-write.ipynb, benchmarks.md, concatenation.rst, contributing.md, fileformat-prose.md, index.md, interoperability.md, news.md, ..., release-notes/index.md, release-notes/release-latest.md, tutorials/index.md, tutorials/notebooks/anncollection-annloader.ipynb, tutorials/notebooks/anncollection.ipynb, tutorials/notebooks/anndata_dask_array.ipynb, tutorials/notebooks/annloader.ipynb, tutorials/notebooks/awkward-arrays.ipynb, tutorials/notebooks/getting-started.ipynb, tutorials/notebooks/{read,write}_dispatched.ipynb [autosummary] generating autosummary for: /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.AnnData.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.AnnData.write.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.AnnData.write_csvs.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.AnnData.write_loom.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.AnnData.write_zarr.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.ImplicitModificationWarning.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.concat.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.experimental.AnnCollection.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.experimental.AnnLoader.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.experimental.IOSpec.rst, ..., /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.experimental.write_elem.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.read_csv.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.read_excel.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.read_h5ad.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.read_hdf.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.read_loom.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.read_mtx.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.read_text.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.read_umi_tools.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.read_zarr.rst [autosummary] generating autosummary for: /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.AnnData.T.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.AnnData.X.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.AnnData.chunk_X.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.AnnData.chunked_X.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.AnnData.concatenate.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.AnnData.copy.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.AnnData.filename.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.AnnData.is_view.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.AnnData.isbacked.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.AnnData.layers.rst, ..., /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.experimental.AnnCollection.iterate_axis.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.experimental.AnnCollection.lazy_attr.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.experimental.AnnCollection.n_obs.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.experimental.AnnCollection.n_vars.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.experimental.AnnCollection.obs.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.experimental.AnnCollection.obsm.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.experimental.AnnCollection.shape.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.experimental.AnnCollection.to_adata.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.experimental.IOSpec.encoding_type.rst, /home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/checkouts/0.9.x/docs/generated/anndata.experimental.IOSpec.encoding_version.rst Traceback (most recent call last): File "/home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.x/lib/python3.10/site-packages/sphinx/cmd/build.py", line 276, in build_main app = Sphinx(args.sourcedir, args.confdir, args.outputdir, File "/home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.x/lib/python3.10/site-packages/sphinx/application.py", line 262, in __init__ self._init_builder() File "/home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.x/lib/python3.10/site-packages/sphinx/application.py", line 335, in _init_builder self.events.emit('builder-inited') File "/home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.x/lib/python3.10/site-packages/sphinx/events.py", line 94, in emit results.append(listener.handler(self.app, *args)) File "/home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.x/lib/python3.10/site-packages/pydata_sphinx_theme/__init__.py", line 55, in update_config logger.warning( File "/home/docs/.asdf/installs/python/3.10.13/lib/python3.10/logging/__init__.py", line 1847, in warning self.log(WARNING, msg, *args, **kwargs) File "/home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.x/lib/python3.10/site-packages/sphinx/util/logging.py", line 123, in log super().log(level, msg, *args, **kwargs) File "/home/docs/.asdf/installs/python/3.10.13/lib/python3.10/logging/__init__.py", line 1879, in log self.logger.log(level, msg, *args, **kwargs) File "/home/docs/.asdf/installs/python/3.10.13/lib/python3.10/logging/__init__.py", line 1547, in log self._log(level, msg, args, **kwargs) File "/home/docs/.asdf/installs/python/3.10.13/lib/python3.10/logging/__init__.py", line 1624, in _log self.handle(record) File "/home/docs/.asdf/installs/python/3.10.13/lib/python3.10/logging/__init__.py", line 1634, in handle self.callHandlers(record) File "/home/docs/.asdf/installs/python/3.10.13/lib/python3.10/logging/__init__.py", line 1696, in callHandlers hdlr.handle(record) File "/home/docs/.asdf/installs/python/3.10.13/lib/python3.10/logging/__init__.py", line 964, in handle rv = self.filter(record) File "/home/docs/.asdf/installs/python/3.10.13/lib/python3.10/logging/__init__.py", line 821, in filter result = f.filter(record) File "/home/docs/checkouts/readthedocs.org/user_builds/icb-anndata/envs/0.9.x/lib/python3.10/site-packages/sphinx/util/logging.py", line 426, in filter raise exc sphinx.errors.SphinxWarning: The default value for `navigation_with_keys` will change to `False` in the next release. If you wish to preserve the old behavior for your site, set `navigation_with_keys=True` in the `html_theme_options` dict in your `conf.py` file.Be aware that `navigation_with_keys = True` has negative accessibility implications:https://github.com/pydata/pydata-sphinx-theme/issues/1492 Warning, treated as error: The default value for `navigation_with_keys` will change to `False` in the next release. If you wish to preserve the old behavior for your site, set `navigation_with_keys=True` in the `html_theme_options` dict in your `conf.py` file.Be aware that `navigation_with_keys = True` has negative accessibility implications:https://github.com/pydata/pydata-sphinx-theme/issues/1492