Read the Docs build information Build id: 1806221 Project: arm-oss-totalcompute Version: latest Commit: 6b1964fb55ecadb252bed320d616664b440cc628 Date: 2023-10-26T07:27:20.553692Z State: cancelled Success: False [rtd-command-info] start-time: 2023-10-26T07:27:21.822348Z, end-time: 2023-10-26T07:27:22.311130Z, duration: 0, exit-code: 0 git clone --depth 1 https://git.gitlab.arm.com/arm-reference-solutions/build-scripts . Cloning into '.'... warning: redirecting to https://git.gitlab.arm.com/arm-reference-solutions/build-scripts.git/ [rtd-command-info] start-time: 2023-10-26T07:27:22.381395Z, end-time: 2023-10-26T07:27:23.261574Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/releases/TC2-2023.08.15:refs/remotes/origin/releases/TC2-2023.08.15 warning: redirecting to https://git.gitlab.arm.com/arm-reference-solutions/build-scripts.git/ From https://git.gitlab.arm.com/arm-reference-solutions/build-scripts * [new branch] releases/TC2-2023.08.15 -> origin/releases/TC2-2023.08.15 * [new tag] TC2-2023.08.15 -> TC2-2023.08.15 warning: redirecting to https://git.gitlab.arm.com/arm-reference-solutions/build-scripts.git/ * [new tag] TC2-2023.08.15-OldTag -> TC2-2023.08.15-OldTag [rtd-command-info] start-time: 2023-10-26T07:27:23.403544Z, end-time: 2023-10-26T07:27:23.487373Z, duration: 0, exit-code: 0 git checkout --force origin/releases/TC2-2023.08.15 Note: switching to 'origin/releases/TC2-2023.08.15'. 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 6b1964f tc: fix doc config to comply with recent RTD support changes [rtd-command-info] start-time: 2023-10-26T07:27:23.550645Z, end-time: 2023-10-26T07:27:23.606846Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-10-26T07:27:23.681142Z, end-time: 2023-10-26T07:27:23.742178Z, duration: 0, exit-code: 0 cat docs/.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: docs/conf.py formats: - pdf python: install: - requirements: docs/requirements.txt