Read the Docs build information Build id: 2255911 Project: canonical-checkbox Version: 1125 Commit: b714a57640347fe5ff7cdfb73c84c282e20e62ac Date: 2024-06-03T06:20:02.900376Z State: cancelled Success: False [rtd-command-info] start-time: 2024-06-03T06:20:04.105506Z, end-time: 2024-06-03T06:20:06.020515Z, duration: 1, exit-code: 0 git clone --depth 1 https://github.com/canonical/checkbox.git . Cloning into '.'... [rtd-command-info] start-time: 2024-06-03T06:20:06.085176Z, end-time: 2024-06-03T06:20:07.544776Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/1125/head:external-1125 From https://github.com/canonical/checkbox * [new ref] refs/pull/1125/head -> external-1125 [rtd-command-info] start-time: 2024-06-03T06:20:07.694143Z, end-time: 2024-06-03T06:20:07.781955Z, duration: 0, exit-code: 0 git checkout --force b714a57640347fe5ff7cdfb73c84c282e20e62ac Note: switching to 'b714a57640347fe5ff7cdfb73c84c282e20e62ac'. 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 b714a57 Update providers/base/units/watchdog/jobs.pxu [rtd-command-info] start-time: 2024-06-03T06:20:07.859783Z, end-time: 2024-06-03T06:20:07.927160Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-06-03T06:20:07.999395Z, end-time: 2024-06-03T06:20:08.060477Z, duration: 0, exit-code: 0 cat .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: - git fetch --unshallow || true post_create_environment: - pip install --upgrade pip - pip install checkbox-ng/ # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py # Optionally declare the Python requirements required to build your docs python: install: - requirements: docs/.sphinx/requirements.txt