Read the Docs build information Build id: 2744801 Project: quantumcast-listener-logs-observation Version: stable Commit: c92144d93cd797093b7e5733bcbc35331b8727ea Date: 2025-01-19T13:03:14.128713Z State: cancelled Success: False [rtd-command-info] start-time: 2025-01-19T13:03:15.145060Z, end-time: 2025-01-19T13:03:16.562797Z, 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:16.629714Z, end-time: 2025-01-19T13:03:17.933634Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 c92144d93cd797093b7e5733bcbc35331b8727ea Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. From github.com:QuantumCast/listener-logs-observation * branch c92144d93cd797093b7e5733bcbc35331b8727ea -> FETCH_HEAD [rtd-command-info] start-time: 2025-01-19T13:03:18.050255Z, end-time: 2025-01-19T13:03:18.114191Z, duration: 0, exit-code: 0 git checkout --force c92144d93cd797093b7e5733bcbc35331b8727ea Note: switching to 'c92144d93cd797093b7e5733bcbc35331b8727ea'. 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 c92144d qc -> audalaxy [rtd-command-info] start-time: 2025-01-19T13:03:18.176020Z, end-time: 2025-01-19T13:03:18.225410Z, 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:22.306565Z, end-time: 2025-01-19T13:03:22.367927Z, duration: 0, exit-code: 0 asdf global python 3.7.17 [rtd-command-info] start-time: 2025-01-19T13:03:22.719677Z, end-time: 2025-01-19T13:03:23.643856Z, duration: 0, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.7.17.final.0-64 in 692ms 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