Read the Docs build information Build id: 2518193 Project: arm-oss-shrinkwrap Version: latest Commit: a502ce346f8c433bdbe7f44950cc574f1ffc12a8 Date: 2024-10-01T11:32:54.648552Z State: cancelled Success: False [rtd-command-info] start-time: 2024-10-01T11:32:55.958025Z, end-time: 2024-10-01T11:32:56.577981Z, duration: 0, exit-code: 0 git clone --depth 1 https://git.gitlab.arm.com/tooling/shrinkwrap.git . Cloning into '.'... [rtd-command-info] start-time: 2024-10-01T11:32:56.647196Z, end-time: 2024-10-01T11:32:57.038057Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/main:refs/remotes/origin/main [rtd-command-info] start-time: 2024-10-01T11:32:57.175954Z, end-time: 2024-10-01T11:32:57.249682Z, duration: 0, exit-code: 0 git checkout --force origin/main Note: switching to 'origin/main'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at a502ce3 feature: add an optional 'image' field to config files. [rtd-command-info] start-time: 2024-10-01T11:32:57.334330Z, end-time: 2024-10-01T11:32:57.397262Z, duration: 0, exit-code: 0 cat .readthedocs.yaml # .readthedocs.yaml # ReadTheDocs configuration file. # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details. version: 2 build: os: ubuntu-22.04 tools: python: "3.11" sphinx: configuration: documentation/conf.py formats: - pdf python: install: - requirements: documentation/requirements.txt