Read the Docs build information Build id: 1982344 Project: openhw-group-cve2 Version: latest Commit: ebddc3938fbf28c89ec063824ad4aa19ce69a0c6 Date: 2024-01-30T15:23:58.075995Z State: finished Success: False [rtd-command-info] start-time: 2024-01-30T15:23:59.243083Z, end-time: 2024-01-30T15:24:00.107261Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/openhwgroup/cve2.git . Cloning into '.'... [rtd-command-info] start-time: 2024-01-30T15:24:00.169538Z, end-time: 2024-01-30T15:24:00.880029Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/main:refs/remotes/origin/main [rtd-command-info] start-time: 2024-01-30T15:24:00.998045Z, end-time: 2024-01-30T15:24:01.136908Z, duration: 0, exit-code: 0 git checkout --force origin/main Note: switching to 'origin/main'. 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 ebddc39 Merge pull request #148 from NXP/feature/specification-improvements [rtd-command-info] start-time: 2024-01-30T15:24:01.208470Z, end-time: 2024-01-30T15:24:01.273265Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-01-30T15:24:01.345302Z, end-time: 2024-01-30T15:24:01.406082Z, duration: 0, exit-code: 0 cat .readthedocs.yaml # Copyright 2023 OpenHW Group # Solderpad Hardware License, Version 2.1, see LICENSE.md for details. # SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 build: os: "ubuntu-20.04" tools: python: "3.9" # Build from the docs directory with Sphinx sphinx: configuration: doc/conf.py # Explicitly set the Python requirements python: install: - requirements: doc/requirements.txt