Read the Docs build information Build id: 1671734 Project: openhw-group-cv32e40x-user-manual Version: latest Commit: e7afa87190a50e1980416d414f10dfc744539d40 Date: 2023-08-21T07:32:46.762340Z State: cancelled Success: False [rtd-command-info] start-time: 2023-08-21T07:32:55.491830Z, end-time: 2023-08-21T07:32:56.221995Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/openhwgroup/cv32e40x.git . Cloning into '.'... [rtd-command-info] start-time: 2023-08-21T07:32:56.790717Z, end-time: 2023-08-21T07:32:57.531448Z, 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: 2023-08-21T07:32:58.429344Z, end-time: 2023-08-21T07:32:58.524801Z, 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 e7afa87 Merge pull request #913 from Silabs-ArjanB/ArjanB_dbgj [rtd-command-info] start-time: 2023-08-21T07:32:59.071778Z, end-time: 2023-08-21T07:32:59.133641Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-08-21T07:32:59.680308Z, end-time: 2023-08-21T07:32:59.757090Z, duration: 0, exit-code: 0 cat .readthedocs.yaml # Configuration file for ReadTheDocs, used to render the CV32E40X # User Manual to https://docs.openhwgroup.org/projects/cv32e40x-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/user_manual/source directory with Sphinx sphinx: configuration: docs/user_manual/source/conf.py # Explicitly set the Python requirements python: install: - requirements: docs/user_manual/requirements.txt [rtd-command-info] start-time: 2023-08-21T07:33:02.839484Z, end-time: 2023-08-21T07:33:07.572855Z, duration: 4, exit-code: 0 python3.7 -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH Using base prefix '/home/docs/.pyenv/versions/3.7.9' New python executable in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-cv32e40x-user-manual/envs/latest/bin/python3.7 Also creating executable in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-cv32e40x-user-manual/envs/latest/bin/python Installing setuptools, pip, wheel... done. [rtd-command-info] start-time: 2023-08-21T07:33:08.192414Z, end-time: 2023-08-21T07:33:09.411300Z, duration: 1, exit-code: 0 python -m pip install --upgrade --no-cache-dir pip setuptools Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-cv32e40x-user-manual/envs/latest/lib/python3.7/site-packages (23.2.1) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-cv32e40x-user-manual/envs/latest/lib/python3.7/site-packages (68.0.0)