Read the Docs build information Build id: 2210149 Project: luxonis-depthai-sdk Version: 1175 Commit: 761557d68f46d51315e7b5b2208c58b9fb6fa471 Date: 2024-05-10T20:50:14.279026Z State: finished Success: False [rtd-command-info] start-time: 2024-05-10T20:50:15.467100Z, end-time: 2024-05-10T20:50:18.488375Z, duration: 3, exit-code: 0 git clone --depth 1 https://github.com/luxonis/depthai.git . Cloning into '.'... [rtd-command-info] start-time: 2024-05-10T20:50:18.551818Z, end-time: 2024-05-10T20:50:19.982109Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/1175/head:external-1175 From https://github.com/luxonis/depthai * [new ref] refs/pull/1175/head -> external-1175 * [new tag] v1.10.0-sdk -> v1.10.0-sdk * [new tag] v1.10.1-sdk -> v1.10.1-sdk * [new tag] v1.11.0-sdk -> v1.11.0-sdk * [new tag] v1.12.0-sdk -> v1.12.0-sdk * [new tag] v1.12.1-sdk -> v1.12.1-sdk * [new tag] v1.9.1-sdk -> v1.9.1-sdk * [new tag] v1.9.2-sdk -> v1.9.2-sdk * [new tag] v1.9.3-sdk -> v1.9.3-sdk * [new tag] v1.9.3.1-sdk -> v1.9.3.1-sdk * [new tag] v1.9.3.2-sdk -> v1.9.3.2-sdk * [new tag] v1.9.4-sdk -> v1.9.4-sdk * [new tag] v1.9.4.1-sdk -> v1.9.4.1-sdk * [new tag] v1.9.5-sdk -> v1.9.5-sdk * [new tag] v3.2.1 -> v3.2.1 * [new tag] v3.3.0 -> v3.3.0 * [new tag] v3.3.1 -> v3.3.1 * [new tag] v3.4.0 -> v3.4.0 warning: 985eb47d2c9e9d9a16142ca7624766553fabbd02:.gitmodules, multiple configurations found for 'submodule.depthai_sdk/src/depthai_sdk/integrations/depthai_pipeline_graph.path'. Skipping second one! warning: 985eb47d2c9e9d9a16142ca7624766553fabbd02:.gitmodules, multiple configurations found for 'submodule.depthai_sdk/src/depthai_sdk/integrations/depthai_pipeline_graph.url'. Skipping second one! [rtd-command-info] start-time: 2024-05-10T20:50:20.111925Z, end-time: 2024-05-10T20:50:20.821080Z, duration: 0, exit-code: 0 git checkout --force 761557d68f46d51315e7b5b2208c58b9fb6fa471 Note: switching to '761557d68f46d51315e7b5b2208c58b9fb6fa471'. 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 761557d Added charucos support, new depthai_calibration, updated_boards [rtd-command-info] start-time: 2024-05-10T20:50:20.889365Z, end-time: 2024-05-10T20:50:20.948842Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-05-10T20:50:21.028942Z, end-time: 2024-05-10T20:50:21.090194Z, duration: 0, exit-code: 0 cat depthai_sdk/docs/.readthedocs.yaml # .readthedocs.yml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 # Build documentation in the docs/ directory with Sphinx sphinx: builder: dirhtml configuration: depthai_sdk/docs/source/conf.py # Build documentation with MkDocs #mkdocs: # configuration: mkdocs.yml # Optionally build your docs in additional formats such as PDF formats: - pdf # Optionally set the version of Python and requirements required to build your docs python: version: 3.8 install: - requirements: requirements.txt - requirements: depthai_sdk/docs/requirements.txt - method: pip path: depthai_sdk