Read the Docs build information Build id: 2688499 Project: advanced-micro-devices-rocm-docs-core Version: latest Commit: c3a40702c319e024a19b33e83115b1a596015833 Date: 2024-12-16T17:33:34.055253Z State: cancelled Success: False [rtd-command-info] start-time: 2024-12-16T17:34:22.128804Z, end-time: 2024-12-16T17:34:22.785832Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/ROCm/rocm-docs-core.git . Cloning into '.'... [rtd-command-info] start-time: 2024-12-16T17:34:22.861621Z, end-time: 2024-12-16T17:34:23.920254Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/main:refs/remotes/origin/main From https://github.com/ROCm/rocm-docs-core * [new branch] main -> origin/main * [new tag] v0.34.1 -> v0.34.1 * [new tag] v0.34.2 -> v0.34.2 * [new tag] v1.10.0 -> v1.10.0 * [new tag] v1.11.0 -> v1.11.0 * [new tag] v1.4.1 -> v1.4.1 * [new tag] v1.5.0 -> v1.5.0 * [new tag] v1.5.1 -> v1.5.1 * [new tag] v1.6.0 -> v1.6.0 * [new tag] v1.6.1 -> v1.6.1 * [new tag] v1.6.2 -> v1.6.2 * [new tag] v1.7.0 -> v1.7.0 * [new tag] v1.7.1 -> v1.7.1 * [new tag] v1.7.2 -> v1.7.2 * [new tag] v1.8.0 -> v1.8.0 * [new tag] v1.8.1 -> v1.8.1 * [new tag] v1.8.2 -> v1.8.2 * [new tag] v1.8.3 -> v1.8.3 * [new tag] v1.8.4 -> v1.8.4 * [new tag] v1.8.5 -> v1.8.5 * [new tag] v1.9.0 -> v1.9.0 * [new tag] v1.9.1 -> v1.9.1 * [new tag] v1.9.2 -> v1.9.2 [rtd-command-info] start-time: 2024-12-16T17:34:24.050447Z, end-time: 2024-12-16T17:34:24.130867Z, 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 c3a4070 Merge pull request #1051 from saadrahim/naming [rtd-command-info] start-time: 2024-12-16T17:34:24.196187Z, end-time: 2024-12-16T17:34:24.261303Z, duration: 0, exit-code: 0 cat .readthedocs.yaml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 sphinx: configuration: docs/conf.py formats: [htmlzip, pdf, epub] python: install: - method: pip path: . extra_requirements: - "api_reference" - requirements: requirements.txt build: os: ubuntu-22.04 tools: python: "3.10" apt_packages: - "doxygen" - "graphviz" # For dot graphs in doxygen