Read the Docs build information Build id: 2252338 Project: openhw-group-cva6-user-manual Version: latest Commit: 9ddebe25ae2d17c870b727c2b59a585d155f807c Date: 2024-05-31T10:39:50.608052Z State: cancelled Success: False [rtd-command-info] start-time: 2024-05-31T10:39:51.903037Z, end-time: 2024-05-31T10:39:53.480835Z, duration: 1, exit-code: 0 git clone --depth 1 https://github.com/openhwgroup/cva6.git . Cloning into '.'... [rtd-command-info] start-time: 2024-05-31T10:39:53.551961Z, end-time: 2024-05-31T10:39:54.293072Z, 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: 2024-05-31T10:39:54.419844Z, end-time: 2024-05-31T10:39:54.764513Z, 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 9ddebe2 HOTFIX : ignore instr_addr_misaliged exception only when also there's a trap (#2174) [rtd-command-info] start-time: 2024-05-31T10:39:54.842122Z, end-time: 2024-05-31T10:39:54.910606Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-05-31T10:39:54.978054Z, end-time: 2024-05-31T10:39:55.034601Z, 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 [rtd-command-info] start-time: 2024-05-31T10:40:00.425861Z, end-time: 2024-05-31T10:40:00.503456Z, duration: 0, exit-code: 0 asdf global python 3.9.18