Read the Docs build information Build id: 2104129 Project: arm-oss-totalcompute Version: latest Commit: 181688a1c55da638055691320c0524a876b0930f Date: 2024-03-22T08:33:47.081088Z State: cancelled Success: False [rtd-command-info] start-time: 2024-03-22T08:33:48.350817Z, end-time: 2024-03-22T08:33:48.786815Z, 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: 2024-03-22T08:33:48.843032Z, end-time: 2024-03-22T08:33:49.540788Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/totalcompute:refs/remotes/origin/totalcompute warning: redirecting to https://git.gitlab.arm.com/arm-reference-solutions/build-scripts.git/ 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 tag] TC2-2023.08.15-OldTag -> TC2-2023.08.15-OldTag * [new tag] TC2-2023.10.04 -> TC2-2023.10.04 [rtd-command-info] start-time: 2024-03-22T08:33:49.666519Z, end-time: 2024-03-22T08:33:49.748684Z, duration: 0, exit-code: 0 git checkout --force origin/totalcompute Note: switching to 'origin/totalcompute'. 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 181688a TC2: docs: update release tag and public urls [rtd-command-info] start-time: 2024-03-22T08:33:49.817130Z, end-time: 2024-03-22T08:33:49.878685Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-03-22T08:33:49.953657Z, end-time: 2024-03-22T08:33:50.025459Z, 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