Read the Docs build information Build id: 2349923 Project: canonical-snapcraft Version: 4914 Commit: bbbcfcd615cae0afa356e928c9dd30c3f6002433 Date: 2024-07-15T17:42:15.237135Z State: cancelled Success: False [rtd-command-info] start-time: 2024-07-15T17:42:16.455750Z, end-time: 2024-07-15T17:42:17.544452Z, duration: 1, exit-code: 0 git clone --depth 1 https://github.com/canonical/snapcraft.git . Cloning into '.'... [rtd-command-info] start-time: 2024-07-15T17:42:17.613639Z, end-time: 2024-07-15T17:42:18.660910Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/4914/head:external-4914 From https://github.com/canonical/snapcraft * [new ref] refs/pull/4914/head -> external-4914 * [new tag] 8.2.10 -> 8.2.10 * [new tag] 8.2.11 -> 8.2.11 * [new tag] 8.2.12 -> 8.2.12 * [new tag] 8.2.6 -> 8.2.6 * [new tag] 8.2.7 -> 8.2.7 * [new tag] 8.2.8 -> 8.2.8 * [new tag] 8.2.9 -> 8.2.9 * [new tag] 8.3.0 -> 8.3.0 * [new tag] 8.3.1 -> 8.3.1 [rtd-command-info] start-time: 2024-07-15T17:42:18.797129Z, end-time: 2024-07-15T17:42:18.964930Z, duration: 0, exit-code: 0 git checkout --force bbbcfcd615cae0afa356e928c9dd30c3f6002433 Note: switching to 'bbbcfcd615cae0afa356e928c9dd30c3f6002433'. 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 bbbcfcd Update docs/reference/bases.rst [rtd-command-info] start-time: 2024-07-15T17:42:19.031157Z, end-time: 2024-07-15T17:42:19.082565Z, 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 --- version: 2 submodules: include: - docs/sphinx-resources build: os: ubuntu-22.04 tools: python: "3.10" apt_packages: - libapt-pkg-dev jobs: post_checkout: - git fetch --tags --depth 1 # Also fetch tags - git describe # Useful for debugging # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py builder: html fail_on_warning: true python: install: - requirements: docs/requirements.txt - method: pip path: . extra_requirements: - docs [rtd-command-info] start-time: 2024-07-15T17:42:19.220554Z, end-time: 2024-07-15T17:42:19.302328Z, duration: 0, exit-code: 0 git submodule sync