Read the Docs build information Build id: 3937020 Project: cognite-sdk-python Version: latest Commit: 46babc58ff0175652a2c196e54262ef4f87b6acc Date: 2026-04-17T11:40:19.941188Z State: finished Success: False [rtd-command-info] start-time: 2026-04-17T11:40:20.725531Z, end-time: 2026-04-17T11:40:21.655154Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/cognitedata/cognite-sdk-python.git . Cloning into '.'... [rtd-command-info] start-time: 2026-04-17T11:40:21.735784Z, end-time: 2026-04-17T11:40:23.556022Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/master:refs/remotes/origin/master From https://github.com/cognitedata/cognite-sdk-python * [new tag] cognite-sdk-python-v7.91.0 -> cognite-sdk-python-v7.91.0 * [new tag] cognite-sdk-python-v7.91.1 -> cognite-sdk-python-v7.91.1 * [new tag] cognite-sdk-python-v7.91.2 -> cognite-sdk-python-v7.91.2 * [new tag] cognite-sdk-python-v7.92.0 -> cognite-sdk-python-v7.92.0 * [new tag] cognite-sdk-python-v8.0.6 -> cognite-sdk-python-v8.0.6 * [new tag] cognite-sdk-python-v8.0.7 -> cognite-sdk-python-v8.0.7 [rtd-command-info] start-time: 2026-04-17T11:40:24.259621Z, end-time: 2026-04-17T11:40:24.402734Z, duration: 0, exit-code: 0 git checkout --force origin/master Note: switching to 'origin/master'. 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 46babc5 docs: Show correct accessors in the documentation (#2563) [rtd-command-info] start-time: 2026-04-17T11:40:24.483930Z, end-time: 2026-04-17T11:40:24.520411Z, duration: 0, exit-code: 0 cat .readthedocs.yaml # Read the Docs configuration file for Sphinx projects # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 build: os: ubuntu-lts-latest tools: python: "3.10" jobs: post_create_environment: - pip install poetry post_install: # 1. Dependencies like sphinx/-theme are in the 'dev' dependency group # 2. As of poetry>1.8 we need to set VIRTUAL_ENV: https://github.com/python-poetry/poetry/issues/9025 - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with dev sphinx: configuration: docs/source/conf.py fail_on_warning: true [rtd-command-info] start-time: 2026-04-17T11:40:28.589189Z, end-time: 2026-04-17T11:40:28.640480Z, duration: 0, exit-code: 0 asdf global python 3.10.17 [rtd-command-info] start-time: 2026-04-17T11:40:28.988144Z, end-time: 2026-04-17T11:40:29.752436Z, duration: 0, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.10.17.final.0-64 in 415ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/cognite-sdk-python/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 [rtd-command-info] start-time: 2026-04-17T11:40:29.836067Z, end-time: 2026-04-17T11:40:42.422114Z, duration: 12, exit-code: 0 pip install poetry Collecting poetry Downloading poetry-2.3.4-py3-none-any.whl (289 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 289.2/289.2 kB 5.9 MB/s eta 0:00:00 Collecting build<2.0.0,>=1.2.1 (from poetry) Downloading build-1.4.3-py3-none-any.whl (26 kB) Collecting cachecontrol[filecache]<0.15.0,>=0.14.0 (from poetry) Downloading cachecontrol-0.14.4-py3-none-any.whl (22 kB) Collecting cleo<3.0.0,>=2.1.0 (from poetry) Downloading cleo-2.1.0-py3-none-any.whl (78 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.7/78.7 kB 7.7 MB/s eta 0:00:00 Collecting dulwich<2,>=0.25.0 (from poetry) Downloading dulwich-1.1.0-cp310-cp310-manylinux_2_28_x86_64.whl (1.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 14.1 MB/s eta 0:00:00 Collecting fastjsonschema<3.0.0,>=2.18.0 (from poetry) Downloading fastjsonschema-2.21.2-py3-none-any.whl (24 kB) Collecting findpython<0.8.0,>=0.6.2 (from poetry) Downloading findpython-0.7.1-py3-none-any.whl (21 kB) Collecting installer<0.8.0,>=0.7.0 (from poetry) Downloading installer-0.7.0-py3-none-any.whl (453 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 453.8/453.8 kB 17.4 MB/s eta 0:00:00 Collecting keyring<26.0.0,>=25.1.0 (from poetry) Downloading keyring-25.7.0-py3-none-any.whl (39 kB) Collecting packaging>=24.2 (from poetry) Downloading packaging-26.1-py3-none-any.whl (95 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.8/95.8 kB 12.8 MB/s eta 0:00:00 Collecting pbs-installer[download,install]>=2025.6.10 (from poetry) Downloading pbs_installer-2026.4.7-py3-none-any.whl (73 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.7/73.7 kB 11.5 MB/s eta 0:00:00 Collecting pkginfo<2.0,>=1.12 (from poetry) Downloading pkginfo-1.12.1.2-py3-none-any.whl (32 kB) Collecting platformdirs<5,>=3.0.0 (from poetry) Downloading platformdirs-4.9.6-py3-none-any.whl (21 kB) Collecting poetry-core==2.3.2 (from poetry) Downloading poetry_core-2.3.2-py3-none-any.whl (340 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 340.9/340.9 kB 18.6 MB/s eta 0:00:00 Collecting pyproject-hooks<2.0.0,>=1.0.0 (from poetry) Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB) Collecting requests<3.0,>=2.26 (from poetry) Downloading requests-2.33.1-py3-none-any.whl (64 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 10.1 MB/s eta 0:00:00 Collecting requests-toolbelt<2.0.0,>=1.0.0 (from poetry) Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl (54 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.5/54.5 kB 9.4 MB/s eta 0:00:00 Collecting shellingham<2.0,>=1.5 (from poetry) Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB) Collecting tomli<3.0.0,>=2.0.1 (from poetry) Downloading tomli-2.4.1-py3-none-any.whl (14 kB) Collecting tomlkit<1.0.0,>=0.11.4 (from poetry) Downloading tomlkit-0.14.0-py3-none-any.whl (39 kB) Collecting trove-classifiers>=2022.5.19 (from poetry) Downloading trove_classifiers-2026.1.14.14-py3-none-any.whl (14 kB) Collecting virtualenv>=20.26.6 (from poetry) Downloading virtualenv-21.2.4-py3-none-any.whl (5.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.8/5.8 MB 36.8 MB/s eta 0:00:00 Collecting msgpack<2.0.0,>=0.5.2 (from cachecontrol[filecache]<0.15.0,>=0.14.0->poetry) Downloading msgpack-1.1.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (406 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 406.1/406.1 kB 35.3 MB/s eta 0:00:00 Collecting filelock>=3.8.0 (from cachecontrol[filecache]<0.15.0,>=0.14.0->poetry) Downloading filelock-3.28.0-py3-none-any.whl (39 kB) Collecting crashtest<0.5.0,>=0.4.1 (from cleo<3.0.0,>=2.1.0->poetry) Downloading crashtest-0.4.1-py3-none-any.whl (7.6 kB) Collecting rapidfuzz<4.0.0,>=3.0.0 (from cleo<3.0.0,>=2.1.0->poetry) Downloading rapidfuzz-3.14.5-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 60.1 MB/s eta 0:00:00 Collecting urllib3>=2.2.2 (from dulwich<2,>=0.25.0->poetry) Downloading urllib3-2.6.3-py3-none-any.whl (131 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.6/131.6 kB 19.1 MB/s eta 0:00:00 Collecting typing_extensions>=4.6.0 (from dulwich<2,>=0.25.0->poetry) Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.6/44.6 kB 6.6 MB/s eta 0:00:00 Collecting SecretStorage>=3.2 (from keyring<26.0.0,>=25.1.0->poetry) Downloading secretstorage-3.5.0-py3-none-any.whl (15 kB) Collecting jeepney>=0.4.2 (from keyring<26.0.0,>=25.1.0->poetry) Downloading jeepney-0.9.0-py3-none-any.whl (49 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.0/49.0 kB 7.8 MB/s eta 0:00:00 Collecting importlib_metadata>=4.11.4 (from keyring<26.0.0,>=25.1.0->poetry) Downloading importlib_metadata-9.0.0-py3-none-any.whl (27 kB) Collecting jaraco.classes (from keyring<26.0.0,>=25.1.0->poetry) Downloading jaraco.classes-3.4.0-py3-none-any.whl (6.8 kB) Collecting jaraco.functools (from keyring<26.0.0,>=25.1.0->poetry) Downloading jaraco_functools-4.4.0-py3-none-any.whl (10 kB) Collecting jaraco.context (from keyring<26.0.0,>=25.1.0->poetry) Downloading jaraco_context-6.1.2-py3-none-any.whl (7.9 kB) Collecting httpx<1,>=0.27.0 (from pbs-installer[download,install]>=2025.6.10->poetry) Downloading httpx-0.28.1-py3-none-any.whl (73 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.5/73.5 kB 12.9 MB/s eta 0:00:00 Collecting zstandard>=0.21.0 (from pbs-installer[download,install]>=2025.6.10->poetry) Downloading zstandard-0.25.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (5.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.6/5.6 MB 82.3 MB/s eta 0:00:00 Collecting charset_normalizer<4,>=2 (from requests<3.0,>=2.26->poetry) Downloading charset_normalizer-3.4.7-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (216 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 216.9/216.9 kB 27.1 MB/s eta 0:00:00 Collecting idna<4,>=2.5 (from requests<3.0,>=2.26->poetry) Downloading idna-3.11-py3-none-any.whl (71 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71.0/71.0 kB 10.6 MB/s eta 0:00:00 Collecting certifi>=2023.5.7 (from requests<3.0,>=2.26->poetry) Downloading certifi-2026.2.25-py3-none-any.whl (153 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.7/153.7 kB 22.1 MB/s eta 0:00:00 Collecting distlib<1,>=0.3.7 (from virtualenv>=20.26.6->poetry) Downloading distlib-0.4.0-py2.py3-none-any.whl (469 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 kB 53.7 MB/s eta 0:00:00 Collecting python-discovery>=1.2.2 (from virtualenv>=20.26.6->poetry) Downloading python_discovery-1.2.2-py3-none-any.whl (31 kB) Collecting anyio (from httpx<1,>=0.27.0->pbs-installer[download,install]>=2025.6.10->poetry) Downloading anyio-4.13.0-py3-none-any.whl (114 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 114.4/114.4 kB 18.7 MB/s eta 0:00:00 Collecting httpcore==1.* (from httpx<1,>=0.27.0->pbs-installer[download,install]>=2025.6.10->poetry) Downloading httpcore-1.0.9-py3-none-any.whl (78 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.8/78.8 kB 12.8 MB/s eta 0:00:00 Collecting h11>=0.16 (from httpcore==1.*->httpx<1,>=0.27.0->pbs-installer[download,install]>=2025.6.10->poetry) Downloading h11-0.16.0-py3-none-any.whl (37 kB) Collecting zipp>=3.20 (from importlib_metadata>=4.11.4->keyring<26.0.0,>=25.1.0->poetry) Downloading zipp-3.23.1-py3-none-any.whl (10 kB) Collecting cryptography>=2.0 (from SecretStorage>=3.2->keyring<26.0.0,>=25.1.0->poetry) Downloading cryptography-46.0.7-cp38-abi3-manylinux_2_34_x86_64.whl (4.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 103.6 MB/s eta 0:00:00 Collecting more-itertools (from jaraco.classes->keyring<26.0.0,>=25.1.0->poetry) Downloading more_itertools-11.0.2-py3-none-any.whl (71 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71.9/71.9 kB 10.7 MB/s eta 0:00:00 Collecting backports.tarfile (from jaraco.context->keyring<26.0.0,>=25.1.0->poetry) Downloading backports.tarfile-1.2.0-py3-none-any.whl (30 kB) Collecting cffi>=2.0.0 (from cryptography>=2.0->SecretStorage>=3.2->keyring<26.0.0,>=25.1.0->poetry) Downloading cffi-2.0.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (216 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 216.5/216.5 kB 29.8 MB/s eta 0:00:00 Collecting exceptiongroup>=1.0.2 (from anyio->httpx<1,>=0.27.0->pbs-installer[download,install]>=2025.6.10->poetry) Downloading exceptiongroup-1.3.1-py3-none-any.whl (16 kB) Collecting pycparser (from cffi>=2.0.0->cryptography>=2.0->SecretStorage>=3.2->keyring<26.0.0,>=25.1.0->poetry) Downloading pycparser-3.0-py3-none-any.whl (48 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.2/48.2 kB 7.7 MB/s eta 0:00:00 Installing collected packages: trove-classifiers, fastjsonschema, distlib, zstandard, zipp, urllib3, typing_extensions, tomlkit, tomli, shellingham, rapidfuzz, pyproject-hooks, pycparser, poetry-core, platformdirs, pkginfo, pbs-installer, packaging, msgpack, more-itertools, jeepney, installer, idna, h11, filelock, crashtest, charset_normalizer, certifi, backports.tarfile, requests, python-discovery, jaraco.functools, jaraco.context, jaraco.classes, importlib_metadata, httpcore, findpython, exceptiongroup, dulwich, cleo, cffi, build, virtualenv, requests-toolbelt, cryptography, cachecontrol, anyio, SecretStorage, httpx, keyring, poetry Successfully installed SecretStorage-3.5.0 anyio-4.13.0 backports.tarfile-1.2.0 build-1.4.3 cachecontrol-0.14.4 certifi-2026.2.25 cffi-2.0.0 charset_normalizer-3.4.7 cleo-2.1.0 crashtest-0.4.1 cryptography-46.0.7 distlib-0.4.0 dulwich-1.1.0 exceptiongroup-1.3.1 fastjsonschema-2.21.2 filelock-3.28.0 findpython-0.7.1 h11-0.16.0 httpcore-1.0.9 httpx-0.28.1 idna-3.11 importlib_metadata-9.0.0 installer-0.7.0 jaraco.classes-3.4.0 jaraco.context-6.1.2 jaraco.functools-4.4.0 jeepney-0.9.0 keyring-25.7.0 more-itertools-11.0.2 msgpack-1.1.2 packaging-26.1 pbs-installer-2026.4.7 pkginfo-1.12.1.2 platformdirs-4.9.6 poetry-2.3.4 poetry-core-2.3.2 pycparser-3.0 pyproject-hooks-1.2.0 python-discovery-1.2.2 rapidfuzz-3.14.5 requests-2.33.1 requests-toolbelt-1.0.0 shellingham-1.5.4 tomli-2.4.1 tomlkit-0.14.0 trove-classifiers-2026.1.14.14 typing_extensions-4.15.0 urllib3-2.6.3 virtualenv-21.2.4 zipp-3.23.1 zstandard-0.25.0 [notice] A new release of pip is available: 23.1 -> 26.0.1 [notice] To update, run: pip install --upgrade pip [rtd-command-info] start-time: 2026-04-17T11:40:42.507391Z, end-time: 2026-04-17T11:40:45.579845Z, duration: 3, 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/cognite-sdk-python/envs/latest/lib/python3.10/site-packages (23.1) Collecting pip Downloading pip-26.0.1-py3-none-any.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 12.2 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/cognite-sdk-python/envs/latest/lib/python3.10/site-packages (67.6.1) Collecting setuptools Downloading setuptools-82.0.1-py3-none-any.whl (1.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 22.7 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-26.0.1 setuptools-82.0.1 [rtd-command-info] start-time: 2026-04-17T11:40:45.675212Z, end-time: 2026-04-17T11:40:49.480017Z, duration: 3, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx Collecting sphinx Downloading sphinx-8.1.3-py3-none-any.whl.metadata (6.4 kB) Collecting sphinxcontrib-applehelp>=1.0.7 (from sphinx) Downloading sphinxcontrib_applehelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-devhelp>=1.0.6 (from sphinx) Downloading sphinxcontrib_devhelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-htmlhelp>=2.0.6 (from sphinx) Downloading sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-jsmath>=1.0.1 (from sphinx) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl.metadata (1.4 kB) Collecting sphinxcontrib-qthelp>=1.0.6 (from sphinx) Downloading sphinxcontrib_qthelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx) Downloading sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl.metadata (2.4 kB) Collecting Jinja2>=3.1 (from sphinx) Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) Collecting Pygments>=2.17 (from sphinx) Downloading pygments-2.20.0-py3-none-any.whl.metadata (2.5 kB) Collecting docutils<0.22,>=0.20 (from sphinx) Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) Collecting snowballstemmer>=2.2 (from sphinx) Downloading snowballstemmer-3.0.1-py3-none-any.whl.metadata (7.9 kB) Collecting babel>=2.13 (from sphinx) Downloading babel-2.18.0-py3-none-any.whl.metadata (2.2 kB) Collecting alabaster>=0.7.14 (from sphinx) Downloading alabaster-1.0.0-py3-none-any.whl.metadata (2.8 kB) Collecting imagesize>=1.3 (from sphinx) Downloading imagesize-2.0.0-py2.py3-none-any.whl.metadata (1.5 kB) Requirement already satisfied: requests>=2.30.0 in /home/docs/checkouts/readthedocs.org/user_builds/cognite-sdk-python/envs/latest/lib/python3.10/site-packages (from sphinx) (2.33.1) Requirement already satisfied: packaging>=23.0 in /home/docs/checkouts/readthedocs.org/user_builds/cognite-sdk-python/envs/latest/lib/python3.10/site-packages (from sphinx) (26.1) Requirement already satisfied: tomli>=2 in /home/docs/checkouts/readthedocs.org/user_builds/cognite-sdk-python/envs/latest/lib/python3.10/site-packages (from sphinx) (2.4.1) Collecting MarkupSafe>=2.0 (from Jinja2>=3.1->sphinx) Downloading markupsafe-3.0.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.7 kB) Requirement already satisfied: charset_normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/cognite-sdk-python/envs/latest/lib/python3.10/site-packages (from requests>=2.30.0->sphinx) (3.4.7) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/cognite-sdk-python/envs/latest/lib/python3.10/site-packages (from requests>=2.30.0->sphinx) (3.11) Requirement already satisfied: urllib3<3,>=1.26 in /home/docs/checkouts/readthedocs.org/user_builds/cognite-sdk-python/envs/latest/lib/python3.10/site-packages (from requests>=2.30.0->sphinx) (2.6.3) Requirement already satisfied: certifi>=2023.5.7 in /home/docs/checkouts/readthedocs.org/user_builds/cognite-sdk-python/envs/latest/lib/python3.10/site-packages (from requests>=2.30.0->sphinx) (2026.2.25) Downloading sphinx-8.1.3-py3-none-any.whl (3.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.5/3.5 MB 56.8 MB/s 0:00:00 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 938.3 MB/s 0:00:00 Downloading alabaster-1.0.0-py3-none-any.whl (13 kB) Downloading babel-2.18.0-py3-none-any.whl (10.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.2/10.2 MB 215.9 MB/s 0:00:00 Downloading imagesize-2.0.0-py2.py3-none-any.whl (9.4 kB) Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) Downloading markupsafe-3.0.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (20 kB) Downloading pygments-2.20.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 1.0 GB/s 0:00:00 Downloading snowballstemmer-3.0.1-py3-none-any.whl (103 kB) Downloading sphinxcontrib_applehelp-2.0.0-py3-none-any.whl (119 kB) Downloading sphinxcontrib_devhelp-2.0.0-py3-none-any.whl (82 kB) Downloading sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl (98 kB) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Downloading sphinxcontrib_qthelp-2.0.0-py3-none-any.whl (88 kB) Downloading sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl (92 kB) Installing collected packages: sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, snowballstemmer, Pygments, MarkupSafe, imagesize, docutils, babel, alabaster, Jinja2, sphinx Successfully installed Jinja2-3.1.6 MarkupSafe-3.0.3 Pygments-2.20.0 alabaster-1.0.0 babel-2.18.0 docutils-0.21.2 imagesize-2.0.0 snowballstemmer-3.0.1 sphinx-8.1.3 sphinxcontrib-applehelp-2.0.0 sphinxcontrib-devhelp-2.0.0 sphinxcontrib-htmlhelp-2.1.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-2.0.0 sphinxcontrib-serializinghtml-2.0.0 [rtd-command-info] start-time: 2026-04-17T11:40:49.564581Z, end-time: 2026-04-17T11:40:56.172869Z, duration: 6, exit-code: 0 VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with dev Installing dependencies from lock file Package operations: 87 installs, 10 updates, 0 removals - Installing asttokens (3.0.1) - Installing attrs (26.1.0) - Installing authlib (1.6.9) - Installing cfgv (3.5.0) - Downgrading charset-normalizer (3.4.7 -> 3.4.6) - Installing comm (0.2.3) - Installing coverage (7.10.7) - Downgrading cryptography (46.0.7 -> 46.0.6) - Installing debugpy (1.8.20) - Installing decorator (5.2.1) - Installing execnet (2.1.2) - Installing executing (2.2.1) - Downgrading filelock (3.28.0 -> 3.25.2) - Installing flake8 (7.3.0) - Installing icdiff (2.0.10) - Installing id (1.6.1) - Installing identify (2.6.18) - Installing iniconfig (2.3.0) - Installing ipykernel (7.2.0) - Installing ipython (8.39.0) - Installing jedi (0.19.2) - Installing jsonschema (4.26.0) - Installing jsonschema-specifications (2025.9.1) - Installing jupyter-client (8.8.0) - Installing jupyter-core (5.9.1) - Installing librt (0.8.1) - Installing markdown-it-py (4.0.0) - Installing matplotlib-inline (0.2.1) - Installing mccabe (0.7.0) - Installing mdurl (0.1.2) - Downgrading more-itertools (11.0.2 -> 10.8.0) - Installing msal (1.35.1) - Installing mypy (1.19.1) - Installing mypy-extensions (1.1.0) - Installing nbclient (0.10.4) - Installing nbformat (5.10.4) - Installing nest-asyncio (1.6.0) - Installing nh3 (0.3.4) - Installing nodeenv (1.10.0) - Downgrading packaging (26.1 -> 26.0) - Installing parso (0.8.6) - Installing pathspec (1.0.4) - Installing pep8-naming (0.15.1) - Installing pexpect (4.9.0) - Downgrading platformdirs (4.9.6 -> 4.9.4) - Installing pluggy (1.6.0) - Installing pprintpp (0.4.0) - Installing pre-commit (4.5.1) - Installing prompt-toolkit (3.0.52) - Installing protobuf (7.34.1) - Installing psutil (7.2.2) - Installing ptyprocess (0.7.0) - Installing pure-eval (0.2.3) - Installing pycodestyle (2.14.0) - Installing pyflakes (3.4.0) - Installing pyjwt (2.12.1) - Installing pytest (9.0.2) - Installing pytest-cov (6.3.0) - Installing pytest-httpx (0.36.0) - Installing pytest-icdiff (0.9) - Installing pytest-rerunfailures (16.1) - Installing pytest-xdist (3.8.0) - Installing python-dateutil (2.9.0.post0) - Downgrading python-discovery (1.2.2 -> 1.2.1) - Installing python-dotenv (1.2.2) - Installing pyyaml (6.0.3) - Installing pyzmq (27.1.0) - Installing readme-renderer (44.0) - Installing referencing (0.37.0) - Downgrading requests (2.33.1 -> 2.33.0) - Installing rfc3986 (2.0.0) - Installing rich (14.3.3) - Installing rpds-py (0.30.0) - Installing ruff (0.13.2) - Installing six (1.17.0) - Installing sphinx-autosummary-accessors (2025.3.1) - Installing sphinx-copybutton (0.5.2) - Installing sphinx-rtd-theme (3.1.0) - Installing sphinxcontrib-jquery (4.1) - Installing stack-data (0.6.3) - Installing tenacity (9.1.4) - Installing testbook (0.4.2) - Installing toml (0.10.2) - Installing tornado (6.5.5) - Installing traitlets (5.14.3) - Installing twine (6.2.0) - Installing types-authlib (1.6.9.20260303) - Installing types-backports (0.1.3) - Installing types-protobuf (4.25.0.20240417) - Installing types-pytz (2025.2.0.20251108) - Installing types-pyyaml (6.0.12.20250915) - Installing types-requests (2.33.0.20260327) - Installing types-simplejson (3.20.0.20250822) - Installing types-urllib3 (1.26.25.14) - Downgrading virtualenv (21.2.4 -> 21.2.0) - Installing wcwidth (0.6.0) - Downgrading zipp (3.23.1 -> 3.23.0) Installing the current project: cognite-sdk (8.0.7) [rtd-command-info] start-time: 2026-04-17T11:40:56.349693Z, end-time: 2026-04-17T11:40:56.393454Z, duration: 0, exit-code: 0 cat docs/source/conf.py #!/usr/bin/env python3 # # cognite-sdk-python documentation build configuration file, created by # sphinx-quickstart on Mon Jan 8 14:36:34 2018. # # This file is execfile()d with the current directory set to its # containing dir. # # Note that not all possible configuration values are present in this # autogenerated file. # # All configuration values have a default; values that are commented out # serve to show the default. # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. # import inspect import os import re import sys from cognite.client._cognite_client import _make_accessors_for_building_docs from docs.source.headings import headings # -- General configuration ------------------------------------------------ # If your documentation needs a minimal Sphinx version, state it here. # needs_sphinx = "8.1" # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. sys.path.append(os.path.abspath("./_ext")) extensions = [ "sphinx.ext.autodoc", "sphinx.ext.doctest", "sphinx.ext.napoleon", "sphinx.ext.autosectionlabel", "sphinx.ext.autosummary", "sphinx_copybutton", "sphinx_autosummary_accessors", "autosummary", ] autosectionlabel_prefix_document = True copybutton_prompt_text = r"^>>> |^\.\.\. " copybutton_prompt_is_regexp = True # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"] # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: # # source_suffix = ['.rst', '.md'] source_suffix = ".rst" # The master toctree document. master_doc = "index" # General information about the project. project = "cognite-sdk" copyright = "2017-%Y, Cognite AS" author = "Erlend Vollset" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. version = re.search(r'^__version__\s*=\s*"(.*)"', open("../../cognite/client/_version.py").read(), re.M).group(1) # The full version, including alpha/beta/rc tags. release = version # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. language = "en" # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This patterns also effect to html_static_path and html_extra_path exclude_patterns = [] # These rst files are only meant as intermediate files for autosummary, and should not be included in the toctree or generated as HTML files lines = inspect.getsource(_make_accessors_for_building_docs) for line in lines.split(): if line.startswith("AsyncCogniteClient."): exclude_patterns.append(f"generated/cognite.client.{line}.rst") # Apply custom page titles for API methods documentation autosummary_context = {"headings": headings} # The name of the Pygments (syntax highlighting) style to use. pygments_style = "sphinx" # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = False # -- Options for HTML output ---------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # html_theme = "sphinx_rtd_theme" # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. # # html_theme_options = {} # Add any paths that contain custom _static files (such as style sheets) here, # relative to this directory. They are copied after the builtin _static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ["_static"] html_css_files = ["css/custom.css"] # Custom sidebar templates, must be a dictionary that maps document names # to template names. # # This is required for the alabaster theme # refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars html_sidebars = { "**": ["relations.html", "searchbox.html", "globaltoc.html"] # needs 'show_related': True theme option to display } html_favicon = "img/cognite_logo_black.png" html_logo = "img/cognite_logo_white.svg" # -- Options for HTMLHelp output ------------------------------------------ # Output file base name for HTML help builder. htmlhelp_basename = "cognite-sdk-pythondoc" # -- Options for LaTeX output --------------------------------------------- latex_elements = { # The paper size ('letterpaper' or 'a4paper'). # # 'papersize': 'letterpaper', # The font size ('10pt', '11pt' or '12pt'). # # 'pointsize': '10pt', # Additional stuff for the LaTeX preamble. # # 'preamble': '', # Latex figure (float) alignment # # 'figure_align': 'htbp', } # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [(master_doc, "cognite-sdk-python.tex", "cognite-sdk-python Documentation", "Cognite", "manual")] # -- Options for manual page output --------------------------------------- # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [(master_doc, "cognite-sdk-python", "cognite-sdk-python Documentation", [author], 1)] # -- Options for Texinfo output ------------------------------------------- # Grouping the document tree into Texinfo files. List of tuples # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ ( master_doc, "cognite-sdk-python", "cognite-sdk-python Documentation", author, "cognite-sdk-python", "One line description of project.", "Miscellaneous", ) ] python_maximum_signature_line_length = 80 # Patch Sphinx to hide @overload signatures in docs # Sphinx's autodoc uses ModuleAnalyzer.overloads via the parser # We patch the analyze method to clear overloads after parsing # To see why, check out https://github.com/cognitedata/cognite-sdk-python/pull/2460 from sphinx.pycode import ModuleAnalyzer # noqa: E402 analyze_fn = ModuleAnalyzer.analyze def analyze_but_skip_overloads(self): result = analyze_fn(self) self.overloads = {} # Clear overloads after analysis return result ModuleAnalyzer.analyze = analyze_but_skip_overloads [rtd-command-info] start-time: 2026-04-17T11:40:56.475306Z, end-time: 2026-04-17T11:40:57.946830Z, duration: 1, exit-code: 2 python -m sphinx -T -W --keep-going -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v8.1.3 loading translations [en]... done making output directory... done Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`. [autosummary] generating autosummary for: 3d.rst, agents.rst, ai.rst, appendix.rst, assets.rst, base_data_classes.rst, cognite_client.rst, contextualization.rst, credential_providers.rst, data_ingestion.rst, ..., postgres_gateway.rst, quickstart.rst, sequences.rst, settings.rst, simulators.rst, testing.rst, time_series.rst, transformations.rst, unit_catalog.rst, utils.rst WARNING: [autosummary] failed to import cognite.client.AsyncCogniteClient.agents. Possible hints: * PycodeError: no source found for module 'builtins' * AttributeError: type object 'AsyncCogniteClient' has no attribute 'agents' * ModuleNotFoundError: No module named 'cognite.client.AsyncCogniteClient' Traceback (most recent call last): File "/home/docs/checkouts/readthedocs.org/user_builds/cognite-sdk-python/envs/latest/lib/python3.10/site-packages/sphinx/ext/autosummary/generate.py", line 556, in generate_autosummary_docs name, obj, parent, modname = import_by_name(entry.name) File "/home/docs/checkouts/readthedocs.org/user_builds/cognite-sdk-python/envs/latest/lib/python3.10/site-packages/sphinx/ext/autosummary/__init__.py", line 667, in import_by_name raise ImportExceptionGroup('no module named %s' % ' or '.join(tried), exceptions) sphinx.ext.autosummary.ImportExceptionGroup: no module named cognite.client.AsyncCogniteClient.ai.tools.documents During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/docs/checkouts/readthedocs.org/user_builds/cognite-sdk-python/envs/latest/lib/python3.10/site-packages/sphinx/events.py", line 404, in emit results.append(listener.handler(self.app, *args)) File "/home/docs/checkouts/readthedocs.org/user_builds/cognite-sdk-python/envs/latest/lib/python3.10/site-packages/sphinx/ext/autosummary/__init__.py", line 834, in process_generate_options generate_autosummary_docs(genfiles, suffix=suffix, base_path=app.srcdir, File "/home/docs/checkouts/readthedocs.org/user_builds/cognite-sdk-python/envs/latest/lib/python3.10/site-packages/sphinx/ext/autosummary/generate.py", line 561, in generate_autosummary_docs name, obj, parent, modname = import_ivar_by_name(entry.name) File "/home/docs/checkouts/readthedocs.org/user_builds/cognite-sdk-python/envs/latest/lib/python3.10/site-packages/sphinx/ext/autosummary/__init__.py", line 724, in import_ivar_by_name real_name, obj, parent, modname = import_by_name(name, prefixes) File "/home/docs/checkouts/readthedocs.org/user_builds/cognite-sdk-python/envs/latest/lib/python3.10/site-packages/sphinx/ext/autosummary/__init__.py", line 667, in import_by_name raise ImportExceptionGroup('no module named %s' % ' or '.join(tried), exceptions) sphinx.ext.autosummary.ImportExceptionGroup: no module named cognite.client.AsyncCogniteClient.ai.tools The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/docs/checkouts/readthedocs.org/user_builds/cognite-sdk-python/envs/latest/lib/python3.10/site-packages/sphinx/cmd/build.py", line 496, in build_main app = Sphinx( File "/home/docs/checkouts/readthedocs.org/user_builds/cognite-sdk-python/envs/latest/lib/python3.10/site-packages/sphinx/application.py", line 295, in __init__ self._init_builder() File "/home/docs/checkouts/readthedocs.org/user_builds/cognite-sdk-python/envs/latest/lib/python3.10/site-packages/sphinx/application.py", line 369, in _init_builder self.events.emit('builder-inited') File "/home/docs/checkouts/readthedocs.org/user_builds/cognite-sdk-python/envs/latest/lib/python3.10/site-packages/sphinx/events.py", line 415, in emit raise ExtensionError( sphinx.errors.ExtensionError: Handler for event 'builder-inited' threw an exception (exception: no module named cognite.client.AsyncCogniteClient.ai.tools) Extension error (sphinx.ext.autosummary): Handler for event 'builder-inited' threw an exception (exception: no module named cognite.client.AsyncCogniteClient.ai.tools)