Read the Docs build information Build id: 2255913 Project: canonical-checkbox Version: 1125 Commit: 97556c042bdf048dbf0bfd1b31c3274b62be7d56 Date: 2024-06-03T06:20:25.366497Z State: cancelled Success: False [rtd-command-info] start-time: 2024-06-03T06:20:26.676338Z, end-time: 2024-06-03T06:20:28.356075Z, 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:28.419051Z, end-time: 2024-06-03T06:20:29.827072Z, 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:29.977400Z, end-time: 2024-06-03T06:20:30.327932Z, duration: 0, exit-code: 0 git checkout --force 97556c042bdf048dbf0bfd1b31c3274b62be7d56 Note: switching to '97556c042bdf048dbf0bfd1b31c3274b62be7d56'. 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 97556c0 Update providers/base/units/watchdog/jobs.pxu [rtd-command-info] start-time: 2024-06-03T06:20:30.400289Z, end-time: 2024-06-03T06:20:30.470383Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-06-03T06:20:30.534251Z, end-time: 2024-06-03T06:20:30.595708Z, 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