Read the Docs build information Build id: 1905216 Project: advanced-micro-devices-hipcub Version: latest Commit: de1af090b9e243d3affd53f07ca34f3248190093 Date: 2023-12-15T20:11:57.132567Z State: cancelled Success: False [rtd-command-info] start-time: 2023-12-15T20:41:26.805640Z, end-time: 2023-12-15T20:41:27.466551Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/ROCmSoftwarePlatform/hipCUB.git . Cloning into '.'... [rtd-command-info] start-time: 2023-12-15T20:41:27.537617Z, end-time: 2023-12-15T20:41:28.333895Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/docs/6.0.0:refs/remotes/origin/docs/6.0.0 From https://github.com/ROCmSoftwarePlatform/hipCUB * [new branch] docs/6.0.0 -> origin/docs/6.0.0 [rtd-command-info] start-time: 2023-12-15T20:41:28.465390Z, end-time: 2023-12-15T20:41:28.567647Z, duration: 0, exit-code: 0 git checkout --force origin/docs/6.0.0 Note: switching to 'origin/docs/6.0.0'. 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 de1af09 update [rtd-command-info] start-time: 2023-12-15T20:41:28.646814Z, end-time: 2023-12-15T20:41:28.709598Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-12-15T20:41:28.778384Z, end-time: 2023-12-15T20:41:28.836747Z, 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: - requirements: docs/.sphinx/requirements.txt build: os: ubuntu-20.04 tools: python: "3.8" apt_packages: - "doxygen"