Read the Docs build information Build id: 2414355 Project: canonical-pebble Version: 483 Commit: 1d7320529283cccfdbeb1b46df1df0f9a9bacc77 Date: 2024-08-14T02:30:23.741987Z State: cancelled Success: False [rtd-command-info] start-time: 2024-08-14T02:31:59.370872Z, end-time: 2024-08-14T02:32:00.764569Z, duration: 1, exit-code: 0 git clone --depth 1 git@github.com:canonical/pebble.git . Cloning into '.'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2024-08-14T02:32:00.887206Z, end-time: 2024-08-14T02:32:03.370641Z, duration: 2, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/483/head:external-483 Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. From github.com:canonical/pebble * [new ref] refs/pull/483/head -> external-483 Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. * [new tag] v1.12.0 -> v1.12.0 * [new tag] v1.13.0 -> v1.13.0 * [new tag] v1.14.0 -> v1.14.0 * [new tag] v1.15.0 -> v1.15.0 [rtd-command-info] start-time: 2024-08-14T02:32:03.510027Z, end-time: 2024-08-14T02:32:03.595536Z, duration: 0, exit-code: 0 git checkout --force 1d7320529283cccfdbeb1b46df1df0f9a9bacc77 Note: switching to '1d7320529283cccfdbeb1b46df1df0f9a9bacc77'. 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 1d73205 chore: refactor after code review [rtd-command-info] start-time: 2024-08-14T02:32:03.658089Z, end-time: 2024-08-14T02:32:03.719764Z, duration: 0, exit-code: 0 cat docs/.readthedocs.yaml # .readthedocs.yaml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 # Set the version of Python and other tools you might need build: os: ubuntu-22.04 tools: python: "3.11" jobs: post_checkout: - cd docs && python3 .sphinx/build_requirements.py apt_packages: - distro-info # Build documentation in the docs/ directory with Sphinx sphinx: builder: dirhtml configuration: docs/conf.py fail_on_warning: true # If using Sphinx, optionally build your docs in additional formats such as PDF formats: - pdf # Optionally declare the Python requirements required to build your docs python: install: - requirements: docs/.sphinx/requirements.txt [rtd-command-info] start-time: 2024-08-14T02:32:03.792959Z, end-time: 2024-08-14T02:32:03.873084Z, duration: 0, exit-code: 0 cd docs && python3 .sphinx/build_requirements.py