Read the Docs build information Build id: 2744800 Project: quantumcast-listener-logs-observation Version: stable Commit: 263b61e62f03b0b928eb0e5d000739e70f57fa83 Date: 2025-01-19T13:03:03.969996Z State: cancelled Success: False [rtd-command-info] start-time: 2025-01-19T13:03:04.967595Z, end-time: 2025-01-19T13:03:06.437324Z, duration: 1, exit-code: 0 git clone --depth 1 git@github.com:QuantumCast/listener-logs-observation.git . Cloning into '.'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2025-01-19T13:03:06.502657Z, end-time: 2025-01-19T13:03:07.819835Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 263b61e62f03b0b928eb0e5d000739e70f57fa83 Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. From github.com:QuantumCast/listener-logs-observation * branch 263b61e62f03b0b928eb0e5d000739e70f57fa83 -> FETCH_HEAD [rtd-command-info] start-time: 2025-01-19T13:03:07.928812Z, end-time: 2025-01-19T13:03:07.976395Z, duration: 0, exit-code: 0 git checkout --force 263b61e62f03b0b928eb0e5d000739e70f57fa83 Note: switching to '263b61e62f03b0b928eb0e5d000739e70f57fa83'. 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 263b61e update [rtd-command-info] start-time: 2025-01-19T13:03:08.034909Z, end-time: 2025-01-19T13:03:08.087078Z, duration: 0, exit-code: 0 cat .readthedocs.yml # 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.7" # 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: 2025-01-19T13:03:12.213796Z, end-time: 2025-01-19T13:03:12.273170Z, duration: 0, exit-code: 0 asdf global python 3.7.17 [rtd-command-info] start-time: 2025-01-19T13:03:12.629930Z, end-time: 2025-01-19T13:03:13.572769Z, duration: 0, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.7.17.final.0-64 in 715ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/quantumcast-listener-logs-observation/envs/stable, 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