Read the Docs build information Build id: 2474154 Project: canonical-pebble Version: 496 Commit: 5c691f4007a44b4c21488fec637d1e2b77a7803c Date: 2024-09-11T07:03:08.401333Z State: cancelled Success: False [rtd-command-info] start-time: 2024-09-11T07:04:21.889251Z, end-time: 2024-09-11T07:04:23.366901Z, 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-09-11T07:04:23.446816Z, end-time: 2024-09-11T07:04:25.884804Z, duration: 2, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/496/head:external-496 Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. From github.com:canonical/pebble * [new ref] refs/pull/496/head -> external-496 Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. * [new tag] v1.15.0 -> v1.15.0 * [new tag] v1.16.0 -> v1.16.0 [rtd-command-info] start-time: 2024-09-11T07:04:26.018384Z, end-time: 2024-09-11T07:04:26.096772Z, duration: 0, exit-code: 0 git checkout --force 5c691f4007a44b4c21488fec637d1e2b77a7803c Note: switching to '5c691f4007a44b4c21488fec637d1e2b77a7803c'. 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 5c691f4 introduce reboot cleanup function as an alternative to a third reboot mode [rtd-command-info] start-time: 2024-09-11T07:04:26.171290Z, end-time: 2024-09-11T07:04:26.227983Z, 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-09-11T07:04:26.300682Z, end-time: 2024-09-11T07:04:26.380207Z, duration: 0, exit-code: 0 cd docs && python3 .sphinx/build_requirements.py