Read the Docs build information Build id: 1972363 Project: menmice-micetro-by-menmice Version: 11.0 Commit: 29e943b75ad12b9e276a86acc5474e98e583484d Date: 2024-01-25T10:57:53.270123Z State: finished Success: False [rtd-command-info] start-time: 2024-01-25T10:59:10.514809Z, end-time: 2024-01-25T10:59:14.981499Z, duration: 4, exit-code: 0 git clone --depth 1 https://github.com/menandmice/micetro_docs.git . Cloning into '.'... [rtd-command-info] start-time: 2024-01-25T10:59:15.046358Z, end-time: 2024-01-25T10:59:15.979184Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/11.0:refs/remotes/origin/11.0 From https://github.com/menandmice/micetro_docs * [new branch] 11.0 -> origin/11.0 [rtd-command-info] start-time: 2024-01-25T10:59:16.095241Z, end-time: 2024-01-25T10:59:16.669635Z, duration: 0, exit-code: 0 git checkout --force origin/11.0 Note: switching to 'origin/11.0'. 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 29e943b Update installation.rst [rtd-command-info] start-time: 2024-01-25T10:59:16.734547Z, end-time: 2024-01-25T10:59:16.803441Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-01-25T10:59:16.867114Z, end-time: 2024-01-25T10:59:16.925253Z, duration: 0, exit-code: 0 cat .readthedocs.yaml # Read the Docs configuration file for Sphinx projects # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 # Set the OS, Python version and other tools you might need build: os: ubuntu-22.04 tools: python: "3.11" # You can also specify other tool versions: # nodejs: "20" # rust: "1.70" # golang: "1.20" # Build documentation in the "docs/" directory with Sphinx sphinx: configuration: conf.py # You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs builder: "dirhtml" # Fail on all warnings to avoid broken references # fail_on_warning: true # Optionally build your docs in additional formats such as PDF and ePub formats: - pdf - epub # Optional but recommended, declare the Python requirements required # to build your documentation # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - requirements: requirements.txt [rtd-command-info] start-time: 2024-01-25T10:59:23.339834Z, end-time: 2024-01-25T10:59:23.422720Z, duration: 0, exit-code: 0 asdf global python 3.11.6 [rtd-command-info] start-time: 2024-01-25T10:59:23.885227Z, end-time: 2024-01-25T10:59:24.888820Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.11.6.final.0-64 in 695ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/menmice-micetro-by-menmice/envs/11.0, 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==23.1, setuptools==67.6.1, wheel==0.40.0 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator