Read the Docs build information
Build id: 2485124
Project: cognite-sdk-python
Version: latest
Commit: 327467f051fe9993a8058b8df7a249d78d459b30
Date: 2024-09-16T14:01:09.665739Z
State: finished
Success: True


[rtd-command-info] start-time: 2024-09-16T14:01:11.046168Z, end-time: 2024-09-16T14:01:11.852613Z, duration: 0, exit-code: 0
git clone --depth 1 https://github.com/cognitedata/cognite-sdk-python.git .
Cloning into '.'...

[rtd-command-info] start-time: 2024-09-16T14:01:11.921922Z, end-time: 2024-09-16T14:01:12.541709Z, duration: 0, exit-code: 0
git fetch origin --force --prune --prune-tags --depth 50 refs/heads/master:refs/remotes/origin/master


[rtd-command-info] start-time: 2024-09-16T14:01:12.673595Z, end-time: 2024-09-16T14:01:12.781894Z, 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 <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 327467f several improvements for typed instances (#1919)

[rtd-command-info] start-time: 2024-09-16T14:01:12.846083Z, end-time: 2024-09-16T14:01:12.904218Z, 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-22.04
  tools:
    python: "3.8"
  jobs:
    post_create_environment:
      - pip install poetry
    post_install:
      # Dependencies like sphinx/-theme are in the 'dev' dependency group
      - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with dev

sphinx:
  configuration: docs/source/conf.py
  fail_on_warning: true

[rtd-command-info] start-time: 2024-09-16T14:01:18.205806Z, end-time: 2024-09-16T14:01:18.293093Z, duration: 0, exit-code: 0
asdf global python 3.8.19


[rtd-command-info] start-time: 2024-09-16T14:01:18.723955Z, end-time: 2024-09-16T14:01:19.920758Z, duration: 1, exit-code: 0
python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH
created virtual environment CPython3.8.19.final.0-64 in 813ms
  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: 2024-09-16T14:01:19.997385Z, end-time: 2024-09-16T14:01:42.363626Z, duration: 22, exit-code: 0
pip install poetry
Collecting poetry
  Downloading poetry-1.8.3-py3-none-any.whl (249 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 249.9/249.9 kB 3.9 MB/s eta 0:00:00
Collecting build<2.0.0,>=1.0.3 (from poetry)
  Downloading build-1.2.2-py3-none-any.whl (22 kB)
Collecting cachecontrol[filecache]<0.15.0,>=0.14.0 (from poetry)
  Downloading cachecontrol-0.14.0-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 11.6 MB/s eta 0:00:00
Collecting crashtest<0.5.0,>=0.4.1 (from poetry)
  Downloading crashtest-0.4.1-py3-none-any.whl (7.6 kB)
Collecting dulwich<0.22.0,>=0.21.2 (from poetry)
  Downloading dulwich-0.21.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (516 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 517.0/517.0 kB 9.9 MB/s eta 0:00:00
Collecting fastjsonschema<3.0.0,>=2.18.0 (from poetry)
  Downloading fastjsonschema-2.20.0-py3-none-any.whl (23 kB)
Collecting importlib-metadata>=4.4 (from poetry)
  Downloading importlib_metadata-8.5.0-py3-none-any.whl (26 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 11.6 MB/s eta 0:00:00
Collecting keyring<25.0.0,>=24.0.0 (from poetry)
  Downloading keyring-24.3.1-py3-none-any.whl (38 kB)
Collecting packaging>=23.1 (from poetry)
  Downloading packaging-24.1-py3-none-any.whl (53 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.0/54.0 kB 8.8 MB/s eta 0:00:00
Collecting pexpect<5.0.0,>=4.7.0 (from poetry)
  Downloading pexpect-4.9.0-py2.py3-none-any.whl (63 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.8/63.8 kB 11.0 MB/s eta 0:00:00
Collecting pkginfo<2.0,>=1.10 (from poetry)
  Downloading pkginfo-1.11.1-py3-none-any.whl (31 kB)
Collecting platformdirs<5,>=3.0.0 (from poetry)
  Downloading platformdirs-4.3.3-py3-none-any.whl (18 kB)
Collecting poetry-core==1.9.0 (from poetry)
  Downloading poetry_core-1.9.0-py3-none-any.whl (309 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 309.5/309.5 kB 12.5 MB/s eta 0:00:00
Collecting poetry-plugin-export<2.0.0,>=1.6.0 (from poetry)
  Downloading poetry_plugin_export-1.8.0-py3-none-any.whl (10 kB)
Collecting pyproject-hooks<2.0.0,>=1.0.0 (from poetry)
  Downloading pyproject_hooks-1.1.0-py3-none-any.whl (9.2 kB)
Collecting requests<3.0,>=2.26 (from poetry)
  Downloading requests-2.32.3-py3-none-any.whl (64 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 10.8 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.3 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.0.1-py3-none-any.whl (12 kB)
Collecting tomlkit<1.0.0,>=0.11.4 (from poetry)
  Downloading tomlkit-0.13.2-py3-none-any.whl (37 kB)
Collecting trove-classifiers>=2022.5.19 (from poetry)
  Downloading trove_classifiers-2024.9.12-py3-none-any.whl (13 kB)
Collecting virtualenv<21.0.0,>=20.23.0 (from poetry)
  Downloading virtualenv-20.26.4-py3-none-any.whl (6.0 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.0/6.0 MB 24.7 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.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (381 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 381.5/381.5 kB 35.8 MB/s eta 0:00:00
Collecting filelock>=3.8.0 (from cachecontrol[filecache]<0.15.0,>=0.14.0->poetry)
  Downloading filelock-3.16.0-py3-none-any.whl (16 kB)
Collecting rapidfuzz<4.0.0,>=3.0.0 (from cleo<3.0.0,>=2.1.0->poetry)
  Downloading rapidfuzz-3.9.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 42.0 MB/s eta 0:00:00
Collecting urllib3>=1.25 (from dulwich<0.22.0,>=0.21.2->poetry)
  Downloading urllib3-2.2.3-py3-none-any.whl (126 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.3/126.3 kB 13.9 MB/s eta 0:00:00
Collecting zipp>=3.20 (from importlib-metadata>=4.4->poetry)
  Downloading zipp-3.20.2-py3-none-any.whl (9.2 kB)
Collecting jaraco.classes (from keyring<25.0.0,>=24.0.0->poetry)
  Downloading jaraco.classes-3.4.0-py3-none-any.whl (6.8 kB)
Collecting importlib-resources (from keyring<25.0.0,>=24.0.0->poetry)
  Downloading importlib_resources-6.4.5-py3-none-any.whl (36 kB)
Collecting SecretStorage>=3.2 (from keyring<25.0.0,>=24.0.0->poetry)
  Downloading SecretStorage-3.3.3-py3-none-any.whl (15 kB)
Collecting jeepney>=0.4.2 (from keyring<25.0.0,>=24.0.0->poetry)
  Downloading jeepney-0.8.0-py3-none-any.whl (48 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.4/48.4 kB 5.6 MB/s eta 0:00:00
Collecting ptyprocess>=0.5 (from pexpect<5.0.0,>=4.7.0->poetry)
  Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Collecting charset-normalizer<4,>=2 (from requests<3.0,>=2.26->poetry)
  Downloading charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (141 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 141.1/141.1 kB 17.7 MB/s eta 0:00:00
Collecting idna<4,>=2.5 (from requests<3.0,>=2.26->poetry)
  Downloading idna-3.10-py3-none-any.whl (70 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.4/70.4 kB 10.6 MB/s eta 0:00:00
Collecting certifi>=2017.4.17 (from requests<3.0,>=2.26->poetry)
  Downloading certifi-2024.8.30-py3-none-any.whl (167 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 167.3/167.3 kB 18.2 MB/s eta 0:00:00
Collecting distlib<1,>=0.3.7 (from virtualenv<21.0.0,>=20.23.0->poetry)
  Downloading distlib-0.3.8-py2.py3-none-any.whl (468 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 468.9/468.9 kB 33.5 MB/s eta 0:00:00
Collecting cryptography>=2.0 (from SecretStorage>=3.2->keyring<25.0.0,>=24.0.0->poetry)
  Downloading cryptography-43.0.1-cp37-abi3-manylinux_2_28_x86_64.whl (4.0 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 49.9 MB/s eta 0:00:00
Collecting more-itertools (from jaraco.classes->keyring<25.0.0,>=24.0.0->poetry)
  Downloading more_itertools-10.5.0-py3-none-any.whl (60 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.0/61.0 kB 10.1 MB/s eta 0:00:00
Collecting cffi>=1.12 (from cryptography>=2.0->SecretStorage>=3.2->keyring<25.0.0,>=24.0.0->poetry)
  Downloading cffi-1.17.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (446 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 446.5/446.5 kB 47.3 MB/s eta 0:00:00
Collecting pycparser (from cffi>=1.12->cryptography>=2.0->SecretStorage>=3.2->keyring<25.0.0,>=24.0.0->poetry)
  Downloading pycparser-2.22-py3-none-any.whl (117 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.6/117.6 kB 17.7 MB/s eta 0:00:00
Installing collected packages: trove-classifiers, ptyprocess, fastjsonschema, distlib, zipp, urllib3, tomlkit, tomli, shellingham, rapidfuzz, pyproject-hooks, pycparser, poetry-core, platformdirs, pkginfo, pexpect, packaging, msgpack, more-itertools, jeepney, installer, idna, filelock, crashtest, charset-normalizer, certifi, virtualenv, requests, jaraco.classes, importlib-resources, importlib-metadata, dulwich, cleo, cffi, requests-toolbelt, cryptography, cachecontrol, build, SecretStorage, keyring, poetry-plugin-export, poetry
Successfully installed SecretStorage-3.3.3 build-1.2.2 cachecontrol-0.14.0 certifi-2024.8.30 cffi-1.17.1 charset-normalizer-3.3.2 cleo-2.1.0 crashtest-0.4.1 cryptography-43.0.1 distlib-0.3.8 dulwich-0.21.7 fastjsonschema-2.20.0 filelock-3.16.0 idna-3.10 importlib-metadata-8.5.0 importlib-resources-6.4.5 installer-0.7.0 jaraco.classes-3.4.0 jeepney-0.8.0 keyring-24.3.1 more-itertools-10.5.0 msgpack-1.1.0 packaging-24.1 pexpect-4.9.0 pkginfo-1.11.1 platformdirs-4.3.3 poetry-1.8.3 poetry-core-1.9.0 poetry-plugin-export-1.8.0 ptyprocess-0.7.0 pycparser-2.22 pyproject-hooks-1.1.0 rapidfuzz-3.9.7 requests-2.32.3 requests-toolbelt-1.0.0 shellingham-1.5.4 tomli-2.0.1 tomlkit-0.13.2 trove-classifiers-2024.9.12 urllib3-2.2.3 virtualenv-20.26.4 zipp-3.20.2

[notice] A new release of pip is available: 23.1 -> 24.2
[notice] To update, run: pip install --upgrade pip

[rtd-command-info] start-time: 2024-09-16T14:01:42.449083Z, end-time: 2024-09-16T14:01:48.916965Z, duration: 6, 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.8/site-packages (23.1)
Collecting pip
  Downloading pip-24.2-py3-none-any.whl (1.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 10.6 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.8/site-packages (67.6.1)
Collecting setuptools
  Downloading setuptools-75.1.0-py3-none-any.whl (1.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 21.8 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-24.2 setuptools-75.1.0

[rtd-command-info] start-time: 2024-09-16T14:01:49.001828Z, end-time: 2024-09-16T14:01:56.427036Z, duration: 7, exit-code: 0
python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext
Collecting sphinx
  Downloading sphinx-7.1.2-py3-none-any.whl.metadata (5.8 kB)
Collecting readthedocs-sphinx-ext
  Downloading readthedocs_sphinx_ext-2.2.5-py2.py3-none-any.whl.metadata (1.5 kB)
Collecting sphinxcontrib-applehelp (from sphinx)
  Downloading sphinxcontrib_applehelp-1.0.4-py3-none-any.whl.metadata (2.7 kB)
Collecting sphinxcontrib-devhelp (from sphinx)
  Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting sphinxcontrib-jsmath (from sphinx)
  Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting sphinxcontrib-htmlhelp>=2.0.0 (from sphinx)
  Downloading sphinxcontrib_htmlhelp-2.0.1-py3-none-any.whl.metadata (2.8 kB)
Collecting sphinxcontrib-serializinghtml>=1.1.5 (from sphinx)
  Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl.metadata (1.5 kB)
Collecting sphinxcontrib-qthelp (from sphinx)
  Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting Jinja2>=3.0 (from sphinx)
  Downloading jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB)
Collecting Pygments>=2.13 (from sphinx)
  Downloading pygments-2.18.0-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.metadata (6.5 kB)
Collecting babel>=2.9 (from sphinx)
  Downloading babel-2.16.0-py3-none-any.whl.metadata (1.5 kB)
Collecting alabaster<0.8,>=0.7 (from sphinx)
  Downloading alabaster-0.7.13-py3-none-any.whl.metadata (3.0 kB)
Collecting imagesize>=1.3 (from sphinx)
  Downloading imagesize-1.4.1-py2.py3-none-any.whl.metadata (1.5 kB)
Requirement already satisfied: requests>=2.25.0 in /home/docs/checkouts/readthedocs.org/user_builds/cognite-sdk-python/envs/latest/lib/python3.8/site-packages (from sphinx) (2.32.3)
Requirement already satisfied: packaging>=21.0 in /home/docs/checkouts/readthedocs.org/user_builds/cognite-sdk-python/envs/latest/lib/python3.8/site-packages (from sphinx) (24.1)
Requirement already satisfied: importlib-metadata>=4.8 in /home/docs/checkouts/readthedocs.org/user_builds/cognite-sdk-python/envs/latest/lib/python3.8/site-packages (from sphinx) (8.5.0)
Collecting pytz>=2015.7 (from babel>=2.9->sphinx)
  Downloading pytz-2024.2-py2.py3-none-any.whl.metadata (22 kB)
Requirement already satisfied: zipp>=3.20 in /home/docs/checkouts/readthedocs.org/user_builds/cognite-sdk-python/envs/latest/lib/python3.8/site-packages (from importlib-metadata>=4.8->sphinx) (3.20.2)
Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->sphinx)
  Downloading MarkupSafe-2.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB)
Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/cognite-sdk-python/envs/latest/lib/python3.8/site-packages (from requests>=2.25.0->sphinx) (3.3.2)
Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/cognite-sdk-python/envs/latest/lib/python3.8/site-packages (from requests>=2.25.0->sphinx) (3.10)
Requirement already satisfied: urllib3<3,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/cognite-sdk-python/envs/latest/lib/python3.8/site-packages (from requests>=2.25.0->sphinx) (2.2.3)
Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/cognite-sdk-python/envs/latest/lib/python3.8/site-packages (from requests>=2.25.0->sphinx) (2024.8.30)
Downloading sphinx-7.1.2-py3-none-any.whl (3.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 101.1 MB/s eta 0:00:00
Downloading readthedocs_sphinx_ext-2.2.5-py2.py3-none-any.whl (11 kB)
Downloading alabaster-0.7.13-py3-none-any.whl (13 kB)
Downloading babel-2.16.0-py3-none-any.whl (9.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.6/9.6 MB 205.4 MB/s eta 0:00:00
Downloading docutils-0.20.1-py3-none-any.whl (572 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 280.6 MB/s eta 0:00:00
Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB)
Downloading jinja2-3.1.4-py3-none-any.whl (133 kB)
Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 339.6 MB/s eta 0:00:00
Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB)
Downloading sphinxcontrib_htmlhelp-2.0.1-py3-none-any.whl (99 kB)
Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB)
Downloading sphinxcontrib_applehelp-1.0.4-py3-none-any.whl (120 kB)
Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB)
Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB)
Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB)
Downloading MarkupSafe-2.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26 kB)
Downloading pytz-2024.2-py2.py3-none-any.whl (508 kB)
Installing collected packages: snowballstemmer, pytz, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, Pygments, MarkupSafe, imagesize, docutils, babel, alabaster, Jinja2, sphinx, readthedocs-sphinx-ext
Successfully installed Jinja2-3.1.4 MarkupSafe-2.1.5 Pygments-2.18.0 alabaster-0.7.13 babel-2.16.0 docutils-0.20.1 imagesize-1.4.1 pytz-2024.2 readthedocs-sphinx-ext-2.2.5 snowballstemmer-2.2.0 sphinx-7.1.2 sphinxcontrib-applehelp-1.0.4 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-2.0.1 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.3 sphinxcontrib-serializinghtml-1.1.5

[rtd-command-info] start-time: 2024-09-16T14:01:56.502050Z, end-time: 2024-09-16T14:02:06.064945Z, duration: 9, exit-code: 0
VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with dev
Installing dependencies from lock file

Package operations: 70 installs, 4 updates, 0 removals

  - Installing backports-tarfile (1.2.0)
  - Downgrading docutils (0.20.1 -> 0.15.2)
  - Installing mdurl (0.1.2)
  - Installing six (1.16.0)
  - Installing asttokens (2.4.1)
  - Installing exceptiongroup (1.2.2)
  - Installing executing (2.1.0)
  - Installing iniconfig (2.0.0)
  - Installing jaraco-context (6.0.1)
  - Installing jaraco-functools (4.0.2)
  - Installing markdown-it-py (3.0.0)
  - Installing mccabe (0.7.0)
  - Installing nh3 (0.2.18)
  - Installing parso (0.8.4)
  - Installing pluggy (1.5.0)
  - Installing pure-eval (0.2.3)
  - Installing pycodestyle (2.9.1)
  - Installing pyflakes (2.5.0)
  - Downgrading sphinx (7.1.2 -> 5.3.0)
  - Installing traitlets (5.14.3)
  - Installing typing-extensions (4.12.2)
  - Installing tzdata (2024.1)
  - Installing wcwidth (0.2.13)
  - Installing backcall (0.2.0)
  - Installing cfgv (3.4.0)
  - Installing decorator (5.1.1)
  - Installing execnet (2.1.1)
  - Installing coverage (7.6.1)
  - Installing flake8 (5.0.4)
  - Installing icdiff (2.0.7)
  - Installing identify (2.6.1)
  - Installing jedi (0.19.1)
  - Updating keyring (24.3.1 -> 25.3.0)
  - Installing matplotlib-inline (0.1.7)
  - Installing mypy-extensions (1.0.0)
  - Installing nodeenv (1.9.1)
  - Installing oauthlib (3.2.2)
  - Installing pickleshare (0.7.5)
  - Downgrading pkginfo (1.11.1 -> 1.10.0)
  - Installing pprintpp (0.4.0)
  - Installing prompt-toolkit (3.0.47)
  - Installing pyjwt (2.9.0)
  - Installing pytest (8.3.3)
  - Installing pyyaml (6.0.2)
  - Installing readme-renderer (43.0)
  - Installing rfc3986 (2.0.0)
  - Installing rich (13.8.1)
  - Installing sphinxcontrib-jquery (4.1)
  - Installing stack-data (0.6.3)
  - Installing backports-zoneinfo (0.2.1)
  - Installing graphlib-backport (1.1.0)
  - Installing ipython (8.12.3)
  - Installing msal (1.31.0)
  - Installing mypy (1.11.2)
  - Installing pep8-naming (0.14.1)
Installing /home/docs/checkouts/readthedocs.org/user_builds/cognite-sdk-python/envs/latest/lib/python3.8/site-packages/backports/__init__.py over existing file
  - Installing pre-commit (3.5.0)
  - Installing protobuf (5.28.1)
  - Installing pytest-asyncio (0.24.0)
  - Installing pytest-cov (5.0.0)
  - Installing pytest-icdiff (0.9)
  - Installing pytest-rerunfailures (14.0)
  - Installing pytest-xdist (3.6.1)
  - Installing python-dotenv (0.21.1)
  - Installing requests-oauthlib (1.3.1)
  - Installing responses (0.25.3)
  - Installing sphinx-rtd-theme (2.0.0)
  - Installing toml (0.10.2)
  - Installing twine (5.1.1)
  - Installing types-backports (0.1.3)
  - Installing types-protobuf (4.25.0.20240417)
  - Installing types-pyyaml (6.0.12.20240808)
  - Installing types-requests (2.32.0.20240914)
  - Installing types-simplejson (3.19.0.20240801)
  - Installing types-urllib3 (1.26.25.14)

Installing the current project: cognite-sdk (7.60.4)

[rtd-command-info] start-time: 2024-09-16T14:02:06.764098Z, end-time: 2024-09-16T14:02:06.829728Z, 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 re

# -- General configuration ------------------------------------------------

# If your documentation needs a minimal Sphinx version, state it here.
#
# needs_sphinx = '1.0'

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ["sphinx.ext.autodoc", "sphinx.ext.doctest", "sphinx.ext.napoleon", "sphinx.ext.autosectionlabel"]

autosectionlabel_prefix_document = True

# Add any paths that contain templates here, relative to this directory.
templates_path = []

# 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 = "2019, 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 = []

# 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 = []

# 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.png"

# -- 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",
    )
]




###########################################################################
#          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': "latest",
    'version_slug': "latest",
    '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/"),
    ("v6", "/en/v6/"),
    ("v5", "/en/v5/"),
    ("v4", "/en/v4/"),
    ("v3", "/en/v3/"),
    ("v2", "/en/v2/"),
    ],
    'downloads': [ 
    ],
    'subprojects': [ 
    ],
    'slug': 'cognite-sdk-python',
    'name': u'sdk-python',
    'rtd_language': u'en',
    'programming_language': u'words',
    'canonical_url': '',
    'analytics_code': 'UA-141199819-1',
    'single_version': False,
    'conf_py_path': '/docs/source/',
    'api_host': 'https://readthedocs.com',
    'github_user': 'cognitedata',
    'proxied_api_host': '/_',
    'github_repo': 'cognite-sdk-python',
    'github_version': 'master',
    'display_github': True,
    'bitbucket_user': 'None',
    'bitbucket_repo': 'None',
    'bitbucket_version': 'master',
    'display_bitbucket': False,
    'gitlab_user': 'None',
    'gitlab_repo': 'None',
    'gitlab_version': 'master',
    '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': 'UA-141199819-1',
    'global_analytics_code': 'UA-17997319-2',
    'commit': '327467f0',
}

# 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/cognite-sdk-python/builds/2485124/'

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: 2024-09-16T14:02:06.923305Z, end-time: 2024-09-16T14:03:04.596782Z, duration: 57, exit-code: 0
python -m sphinx -T -W --keep-going -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html
Running Sphinx v5.3.0
making output directory... done
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 31 source files that are out of date
updating environment: [new config] 31 added, 0 changed, 0 removed
reading sources... [  3%] 3d
reading sources... [  6%] appendix
reading sources... [  9%] assets
reading sources... [ 12%] base_data_classes
reading sources... [ 16%] cognite_client
reading sources... [ 19%] contextualization
reading sources... [ 22%] credential_providers
reading sources... [ 25%] data_ingestion
reading sources... [ 29%] data_modeling
reading sources... [ 32%] data_organization
reading sources... [ 35%] data_workflows
reading sources... [ 38%] deprecated
reading sources... [ 41%] documents
reading sources... [ 45%] events
reading sources... [ 48%] exceptions
reading sources... [ 51%] extensions_and_optional_dependencies
reading sources... [ 54%] files
reading sources... [ 58%] filters
reading sources... [ 61%] functions
reading sources... [ 64%] geospatial
reading sources... [ 67%] hosted_extractors
reading sources... [ 70%] identity_and_access_management
reading sources... [ 74%] index
reading sources... [ 77%] quickstart
reading sources... [ 80%] sequences
reading sources... [ 83%] settings
reading sources... [ 87%] testing
reading sources... [ 90%] time_series
reading sources... [ 93%] transformations
reading sources... [ 96%] unit_catalog
reading sources... [100%] utils

looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [  3%] 3d
writing output... [  6%] appendix
writing output... [  9%] assets
writing output... [ 12%] base_data_classes
writing output... [ 16%] cognite_client
writing output... [ 19%] contextualization
writing output... [ 22%] credential_providers
writing output... [ 25%] data_ingestion
writing output... [ 29%] data_modeling
writing output... [ 32%] data_organization
writing output... [ 35%] data_workflows
writing output... [ 38%] deprecated
writing output... [ 41%] documents
writing output... [ 45%] events
writing output... [ 48%] exceptions
writing output... [ 51%] extensions_and_optional_dependencies
writing output... [ 54%] files
writing output... [ 58%] filters
writing output... [ 61%] functions
writing output... [ 64%] geospatial
writing output... [ 67%] hosted_extractors
writing output... [ 70%] identity_and_access_management
writing output... [ 74%] index
writing output... [ 77%] quickstart
writing output... [ 80%] sequences
writing output... [ 83%] settings
writing output... [ 87%] testing
writing output... [ 90%] time_series
writing output... [ 93%] transformations
writing output... [ 96%] unit_catalog
writing output... [100%] utils

generating indices... genindex py-modindex done
writing additional pages... search done
copying static files... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
Updating searchtools for Read the Docs search... build succeeded.

The HTML pages are in ../../_readthedocs/html.