Read the Docs build information Build id: 2648136 Project: openhw-group-cva6-user-manual Version: latest Commit: None Date: 2024-11-28T11:03:48.901422Z State: finished Success: False [rtd-command-info] start-time: 2024-11-28T11:03:50.092373Z, end-time: 2024-11-28T11:03:51.528520Z, duration: 1, exit-code: 0 git clone --depth 1 https://github.com/openhwgroup/cva6.git . Cloning into '.'... [rtd-command-info] start-time: 2024-11-28T11:03:51.597931Z, end-time: 2024-11-28T11:03:52.321746Z, 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-11-28T11:03:52.454739Z, end-time: 2024-11-28T11:03:52.830527Z, 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 dd649f2 Show config for smoke-bench job (#2637) [rtd-command-info] start-time: 2024-11-28T11:03:52.905196Z, end-time: 2024-11-28T11:03:52.968173Z, 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" nodejs: "20" ruby: "3.3" jobs: post-install: - npm install docs/riscv-isa/riscv-isa-manual/dependencies - gem install -g docs/riscv-isa/riscv-isa-manual/dependencies/Gemfile pre-build: - make -C docs prepare # Build from the docs directory with Sphinx sphinx: configuration: docs/conf.py # Explicitly set the Python requirements python: install: - requirements: docs/requirements.txt