Read the Docs build information Build id: 1747333 Project: openhw-group-cva6-user-manual Version: latest Commit: 1f8a67a9b53ceb9266f2137d9e4ea8cf93a81c28 Date: 2023-09-27T21:15:22.006755Z State: cancelled Success: False [rtd-command-info] start-time: 2023-09-27T21:15:34.705333Z, end-time: 2023-09-27T21:15:39.445309Z, duration: 4, exit-code: 0 git clone --depth 1 https://github.com/openhwgroup/cva6.git . Cloning into '.'... [rtd-command-info] start-time: 2023-09-27T21:15:39.916163Z, end-time: 2023-09-27T21:15:40.651850Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/master:refs/remotes/origin/master [rtd-command-info] start-time: 2023-09-27T21:15:41.190520Z, end-time: 2023-09-27T21:15:41.517212Z, duration: 0, exit-code: 0 git checkout --force origin/master Note: switching to 'origin/master'. 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 1f8a67a HOTFIX : Add CUS_ADD custom instruction under the switch cfg (#1479) [rtd-command-info] start-time: 2023-09-27T21:15:41.960349Z, end-time: 2023-09-27T21:15:42.030890Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-09-27T21:15:42.552870Z, end-time: 2023-09-27T21:15:42.653425Z, duration: 0, exit-code: 0 cat .readthedocs.yaml # Configuration file for ReadTheDocs, used to render the CVA6 # User Manual to https://docs.openhwgroup.org/projects/cva6-user-manual. # SPDX-License-Identifier:Apache-2.0 WITH SHL-2.1 version: 2 build: os: "ubuntu-20.04" tools: python: "3.9" # Build from the docs directory with Sphinx sphinx: configuration: docs/conf.py # Explicitly set the Python requirements python: install: - requirements: docs/requirements.txt