Read the Docs build information Build id: 2351632 Project: arm-oss-infra-software-solutiuons Version: rd-infra-2024.07.15 Commit: 335700ebac7a7d517d92762dbff191a3deab59e3 Date: 2024-07-16T08:59:25.515577Z State: cancelled Success: False [rtd-command-info] start-time: 2024-07-16T08:59:26.603200Z, end-time: 2024-07-16T08:59:27.141316Z, duration: 0, exit-code: 0 git clone --depth 1 git@git.gitlab.arm.com:infra-solutions/reference-design/docs/infra-refdesign-docs.git . Cloning into '.'... Warning: Permanently added 'git.gitlab.arm.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2024-07-16T08:59:27.211144Z, end-time: 2024-07-16T08:59:27.973047Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/tags/RD-INFRA-2024.07.15:refs/tags/RD-INFRA-2024.07.15 Warning: Permanently added 'git.gitlab.arm.com' (ED25519) to the list of known hosts. Warning: Permanently added 'git.gitlab.arm.com' (ED25519) to the list of known hosts. From git.gitlab.arm.com:infra-solutions/reference-design/docs/infra-refdesign-docs * [new tag] RD-INFRA-2024.04.17 -> RD-INFRA-2024.04.17 [rtd-command-info] start-time: 2024-07-16T08:59:28.096935Z, end-time: 2024-07-16T08:59:28.179131Z, duration: 0, exit-code: 0 git checkout --force 335700ebac7a7d517d92762dbff191a3deab59e3 Note: switching to '335700ebac7a7d517d92762dbff191a3deab59e3'. 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 335700e release: update documentation for RD-INFRA-2024.07.15 [rtd-command-info] start-time: 2024-07-16T08:59:28.244878Z, end-time: 2024-07-16T08:59:28.307643Z, 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 # Set the version of Python and other tools you might need build: os: ubuntu-22.04 tools: python: "3.11" sphinx: configuration: docs/conf.py formats: - pdf python: install: - requirements: requirements.txt