Read the Docs build information Build id: 2806475 Project: openhw-group-cva6-user-manual Version: latest Commit: abf21ee221629374e8e058274f513b03b3ba0704 Date: 2025-02-13T20:24:33.693269Z State: cancelled Success: False [rtd-command-info] start-time: 2025-02-13T20:25:30.325918Z, end-time: 2025-02-13T20:25:31.492407Z, duration: 1, exit-code: 0 git clone --depth 1 https://github.com/openhwgroup/cva6.git . Cloning into '.'... [rtd-command-info] start-time: 2025-02-13T20:25:31.557910Z, end-time: 2025-02-13T20:25:32.514797Z, duration: 0, 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.2.0 -> v5.2.0 * [new tag] v5.3.0 -> v5.3.0 [rtd-command-info] start-time: 2025-02-13T20:25:32.673022Z, end-time: 2025-02-13T20:25:32.956460Z, 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 abf21ee cva6_icache: Fix formatting (#2770) [rtd-command-info] start-time: 2025-02-13T20:25:33.032372Z, end-time: 2025-02-13T20:25:33.085382Z, 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 submodules: include: - docs/riscv-isa/riscv-isa-manual recursive: true build: os: "ubuntu-20.04" tools: python: "3.9" nodejs: "20" ruby: "3.3" apt_packages: - cmake - bison - flex - libpango1.0-dev - libgdk-pixbuf2.0-0 - libgtk2.0-dev 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: - PATH=$PWD/node_modules/.bin:$PATH 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 [rtd-command-info] start-time: 2025-02-13T20:25:33.210514Z, end-time: 2025-02-13T20:25:33.440681Z, duration: 0, exit-code: 0 git submodule sync [rtd-command-info] start-time: 2025-02-13T20:25:33.505135Z, end-time: 2025-02-13T20:25:36.851913Z, duration: 3, exit-code: 0 git submodule update --init --force --recursive -- docs/riscv-isa/riscv-isa-manual Submodule 'docs/06_cv32a65x_riscv/riscv-isa-manual' (https://github.com/riscv/riscv-isa-manual.git) registered for path 'docs/riscv-isa/riscv-isa-manual' Cloning into '/home/docs/checkouts/readthedocs.org/user_builds/openhw-group-cva6-user-manual/checkouts/latest/docs/riscv-isa/riscv-isa-manual'... Submodule path 'docs/riscv-isa/riscv-isa-manual': checked out '4f277ff8ea8c0fc9394dfccd1da0ace34b1aef68' Submodule 'docs-resources' (https://github.com/riscv/docs-resources) registered for path 'docs/riscv-isa/riscv-isa-manual/docs-resources' Cloning into '/home/docs/checkouts/readthedocs.org/user_builds/openhw-group-cva6-user-manual/checkouts/latest/docs/riscv-isa/riscv-isa-manual/docs-resources'... Submodule path 'docs/riscv-isa/riscv-isa-manual/docs-resources': checked out 'a76dd1d390cba28e3b1ce86313af03ce9b69399d'