Read the Docs build information Build id: 2744799 Project: quantumcast-listener-logs-observation Version: stable Commit: 78ee5a83f4cc1fbefaef656606b280bf666c41f7 Date: 2025-01-19T13:02:54.879334Z State: cancelled Success: False [rtd-command-info] start-time: 2025-01-19T13:02:55.875993Z, end-time: 2025-01-19T13:02:57.273493Z, 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:02:57.333840Z, end-time: 2025-01-19T13:02:58.693184Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 78ee5a83f4cc1fbefaef656606b280bf666c41f7 Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. From github.com:QuantumCast/listener-logs-observation * branch 78ee5a83f4cc1fbefaef656606b280bf666c41f7 -> FETCH_HEAD [rtd-command-info] start-time: 2025-01-19T13:02:58.807685Z, end-time: 2025-01-19T13:02:58.878797Z, duration: 0, exit-code: 0 git checkout --force 78ee5a83f4cc1fbefaef656606b280bf666c41f7 Note: switching to '78ee5a83f4cc1fbefaef656606b280bf666c41f7'. 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 78ee5a8 qc -> audalaxy [rtd-command-info] start-time: 2025-01-19T13:02:58.933796Z, end-time: 2025-01-19T13:02:58.983960Z, 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:03.370244Z, end-time: 2025-01-19T13:03:03.434279Z, duration: 0, exit-code: 0 asdf global python 3.7.17