Read the Docs build information Build id: 2128546 Project: openhw-group-cva6-user-manual Version: latest Commit: 73e181cdef5e6337b21986ee9242259db38d7739 Date: 2024-04-03T16:03:36.385468Z State: cancelled Success: False [rtd-command-info] start-time: 2024-04-03T16:03:37.546192Z, end-time: 2024-04-03T16:03:40.490962Z, duration: 2, exit-code: 0 git clone --depth 1 https://github.com/openhwgroup/cva6.git . Cloning into '.'... [rtd-command-info] start-time: 2024-04-03T16:03:40.588700Z, end-time: 2024-04-03T16:03:42.647499Z, duration: 2, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/master:refs/remotes/origin/master From https://github.com/openhwgroup/cva6 * [new tag] v5.0.0 -> v5.0.0 [rtd-command-info] start-time: 2024-04-03T16:03:42.804170Z, end-time: 2024-04-03T16:03:43.238416Z, 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 73e181c [Vendorized spec] Add ASCIIdoc inline anchors matching impl-def@1853796c. (#2002) [rtd-command-info] start-time: 2024-04-03T16:03:43.347322Z, end-time: 2024-04-03T16:03:43.409858Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-04-03T16:03:43.509647Z, end-time: 2024-04-03T16:03:43.571268Z, 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-04-03T16:03:49.167757Z, end-time: 2024-04-03T16:03:49.256125Z, duration: 0, exit-code: 0 asdf global python 3.9.18