Read the Docs build information Build id: 1693355 Project: openhw-group-core-v-mcu Version: latest Commit: 12bc79e8b2fd4975db1d998a00a936b5ff5bd3d9 Date: 2023-08-30T20:14:31.519735Z State: cancelled Success: False [rtd-command-info] start-time: 2023-08-30T20:14:46.536961Z, end-time: 2023-08-30T20:14:55.344321Z, duration: 8, exit-code: 0 git clone --depth 1 https://github.com/openhwgroup/core-v-mcu.git . Cloning into '.'... [rtd-command-info] start-time: 2023-08-30T20:14:55.927352Z, end-time: 2023-08-30T20:14:57.277790Z, duration: 1, 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-30T20:14:57.786617Z, end-time: 2023-08-30T20:14:58.142708Z, 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 12bc79e Latest (v0.0-3373-g54e37ed0) verison of Verible (#319) [rtd-command-info] start-time: 2023-08-30T20:14:58.564694Z, end-time: 2023-08-30T20:14:58.633456Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-08-30T20:14:59.200746Z, end-time: 2023-08-30T20:14:59.342594Z, duration: 0, exit-code: 0 cat .readthedocs.yaml # Copyright 2020 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 documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py # Optionally set the version of Python and requirements required to build your docs python: install: - requirements: docs/requirements.txt [rtd-command-info] start-time: 2023-08-30T20:15:14.223731Z, end-time: 2023-08-30T20:15:16.078888Z, duration: 1, exit-code: 0 asdf global python 3.9.17 [rtd-command-info] start-time: 2023-08-30T20:15:17.888244Z, end-time: 2023-08-30T20:15:20.230707Z, duration: 2, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.9.17.final.0-64 in 873ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-mcu/envs/latest, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/docs/.local/share/virtualenv) added seed packages: pip==21.2.3, setuptools==57.4.0, wheel==0.37.0 activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator