Read the Docs build information Build id: 4042793 Project: canonical-multipass Version: 4898 Commit: c048fc9ea4a2525a9635a4182f8167e710e55a9b Date: 2026-05-26T08:51:46.102323Z State: cancelled Success: False [rtd-command-info] start-time: 2026-05-26T08:51:46.818779Z, end-time: 2026-05-26T08:51:50.799698Z, duration: 3, exit-code: 0 git clone --depth 1 https://github.com/canonical/multipass.git . Cloning into '.'... Updating files: 81% (1382/1687) Updating files: 82% (1384/1687) Updating files: 83% (1401/1687) Updating files: 84% (1418/1687) Updating files: 85% (1434/1687) Updating files: 86% (1451/1687) Updating files: 87% (1468/1687) Updating files: 88% (1485/1687) Updating files: 89% (1502/1687) Updating files: 90% (1519/1687) Updating files: 91% (1536/1687) Updating files: 92% (1553/1687) Updating files: 93% (1569/1687) Updating files: 94% (1586/1687) Updating files: 95% (1603/1687) Updating files: 96% (1620/1687) Updating files: 97% (1637/1687) Updating files: 98% (1654/1687) Updating files: 99% (1671/1687) Updating files: 100% (1687/1687) Updating files: 100% (1687/1687), done. [rtd-command-info] start-time: 2026-05-26T08:51:50.881923Z, end-time: 2026-05-26T08:51:52.782493Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/4898/head:external-4898 From https://github.com/canonical/multipass * [new ref] refs/pull/4898/head -> external-4898 * [new tag] v1.16.0 -> v1.16.0 * [new tag] v1.16.0-rc1 -> v1.16.0-rc1 * [new tag] v1.16.0-rc2 -> v1.16.0-rc2 * [new tag] v1.16.0-rc3 -> v1.16.0-rc3 * [new tag] v1.16.0-rc4 -> v1.16.0-rc4 * [new tag] v1.16.0-rc5 -> v1.16.0-rc5 * [new tag] v1.16.1 -> v1.16.1 * [new tag] v1.16.1-rc1 -> v1.16.1-rc1 * [new tag] v1.16.1-rc2 -> v1.16.1-rc2 * [new tag] v1.16.1-rc3 -> v1.16.1-rc3 * [new tag] v1.16.2 -> v1.16.2 * [new tag] v1.16.2-rc1 -> v1.16.2-rc1 * [new tag] v1.16.2-rc2 -> v1.16.2-rc2 * [new tag] v1.16.2-rc3 -> v1.16.2-rc3 [rtd-command-info] start-time: 2026-05-26T08:51:53.440013Z, end-time: 2026-05-26T08:51:54.397306Z, duration: 0, exit-code: 0 git checkout --force c048fc9ea4a2525a9635a4182f8167e710e55a9b Note: switching to 'c048fc9ea4a2525a9635a4182f8167e710e55a9b'. 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 c048fc9 [1.16.3] Merge from release/1.16 [rtd-command-info] start-time: 2026-05-26T08:51:54.480090Z, end-time: 2026-05-26T08:51:54.518248Z, 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: pre_install: - git fetch --unshallow || true # Cancel building pull requests when there aren't changed in the docs directory. # If there are no changes (git diff exits with 0) we force the command to return with 183. # This is a special exit code on Read the Docs that will cancel the build immediately. # https://docs.readthedocs.io/en/stable/build-customization.html#cancel-build-based-on-a-condition - | if [ "$READTHEDOCS_VERSION_TYPE" = "external" ] && git diff --quiet origin/main -- 'docs/' '.readthedocs.yaml'; then exit 183; fi # 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/requirements.txt [rtd-command-info] start-time: 2026-05-26T08:51:58.214714Z, end-time: 2026-05-26T08:51:58.269697Z, duration: 0, exit-code: 0 asdf global python 3.11.14 [rtd-command-info] start-time: 2026-05-26T08:51:58.657320Z, end-time: 2026-05-26T08:51:59.316329Z, duration: 0, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.11.14.final.0-64 in 251ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/canonical-multipass/envs/4898, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/docs/.local/share/virtualenv) added seed packages: pip==23.1, setuptools==67.6.1, wheel==0.40.0 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: 2026-05-26T08:51:59.401492Z, end-time: 2026-05-26T08:52:03.938287Z, duration: 4, exit-code: 0 git fetch --unshallow || true From https://github.com/canonical/multipass * [new tag] 2017.2.1 -> 2017.2.1 * [new tag] 2017.2.3 -> 2017.2.3 * [new tag] 2018.10.1 -> 2018.10.1 * [new tag] 2018.11.1-pre1 -> 2018.11.1-pre1 * [new tag] 2018.11.1-pre2 -> 2018.11.1-pre2 * [new tag] 2018.11.1-pre3 -> 2018.11.1-pre3 * [new tag] 2018.12.1 -> 2018.12.1 * [new tag] 2018.12.1-rc1 -> 2018.12.1-rc1 * [new tag] 2018.12.1-rc2 -> 2018.12.1-rc2 * [new tag] 2018.2.1 -> 2018.2.1 * [new tag] 2018.4.1 -> 2018.4.1 * [new tag] 2018.4.2 -> 2018.4.2 * [new tag] 2018.6.1 -> 2018.6.1 * [new tag] v0.10.0 -> v0.10.0 * [new tag] v0.10.0-dev -> v0.10.0-dev * [new tag] v0.10.0-rc -> v0.10.0-rc * [new tag] v0.10.1-rc -> v0.10.1-rc * [new tag] v0.11.0-dev -> v0.11.0-dev * [new tag] v0.5 -> v0.5 * [new tag] v0.6.0 -> v0.6.0 * [new tag] v0.6.0-dev -> v0.6.0-dev * [new tag] v0.6.0-pre1 -> v0.6.0-pre1 * [new tag] v0.6.0-rc -> v0.6.0-rc * [new tag] v0.6.1 -> v0.6.1 * [new tag] v0.6.1-rc -> v0.6.1-rc * [new tag] v0.7.0 -> v0.7.0 * [new tag] v0.7.0-dev -> v0.7.0-dev * [new tag] v0.7.0-dev2 -> v0.7.0-dev2 * [new tag] v0.7.0-rc -> v0.7.0-rc * [new tag] v0.7.1 -> v0.7.1 * [new tag] v0.7.1-rc -> v0.7.1-rc * [new tag] v0.8.0 -> v0.8.0 * [new tag] v0.8.0-dev -> v0.8.0-dev * [new tag] v0.8.0-rc -> v0.8.0-rc * [new tag] v0.8.1 -> v0.8.1 * [new tag] v0.9.0 -> v0.9.0 * [new tag] v0.9.0-dev -> v0.9.0-dev * [new tag] v0.9.0-rc -> v0.9.0-rc * [new tag] v1.0.0 -> v1.0.0 * [new tag] v1.0.1 -> v1.0.1 * [new tag] v1.0.1-rc -> v1.0.1-rc * [new tag] v1.0.2 -> v1.0.2 * [new tag] v1.0.2-rc -> v1.0.2-rc * [new tag] v1.1.0 -> v1.1.0 * [new tag] v1.1.0-dev -> v1.1.0-dev * [new tag] v1.1.0-rc -> v1.1.0-rc * [new tag] v1.10.0 -> v1.10.0 * [new tag] v1.10.0-dev -> v1.10.0-dev * [new tag] v1.10.0-rc -> v1.10.0-rc * [new tag] v1.10.1 -> v1.10.1 * [new tag] v1.11.0 -> v1.11.0 * [new tag] v1.11.0-dev -> v1.11.0-dev * [new tag] v1.11.0-rc -> v1.11.0-rc * [new tag] v1.11.1-rc -> v1.11.1-rc * [new tag] v1.12.0 -> v1.12.0 * [new tag] v1.12.0-dev -> v1.12.0-dev * [new tag] v1.12.0-rc -> v1.12.0-rc * [new tag] v1.13.0-dev -> v1.13.0-dev * [new tag] v1.13.0-rc -> v1.13.0-rc * [new tag] v1.14.0 -> v1.14.0 * [new tag] v1.14.0-dev -> v1.14.0-dev * [new tag] v1.14.0-rc -> v1.14.0-rc * [new tag] v1.14.0-rc1 -> v1.14.0-rc1 * [new tag] v1.14.0-rc2 -> v1.14.0-rc2 * [new tag] v1.14.0-rc5 -> v1.14.0-rc5 * [new tag] v1.14.0-rc6 -> v1.14.0-rc6 * [new tag] v1.14.0-rc7 -> v1.14.0-rc7 * [new tag] v1.14.1 -> v1.14.1 * [new tag] v1.14.1-rc1 -> v1.14.1-rc1 * [new tag] v1.15.0 -> v1.15.0 * [new tag] v1.15.0-dev -> v1.15.0-dev * [new tag] v1.15.0-rc1 -> v1.15.0-rc1 * [new tag] v1.15.0-rc2 -> v1.15.0-rc2 * [new tag] v1.15.0-rc3 -> v1.15.0-rc3 * [new tag] v1.15.0-rc4 -> v1.15.0-rc4 * [new tag] v1.15.1 -> v1.15.1 * [new tag] v1.15.1-rc1 -> v1.15.1-rc1 * [new tag] v1.15.1-rc2 -> v1.15.1-rc2 * [new tag] v1.16.0-dev -> v1.16.0-dev * [new tag] v1.17.0-dev -> v1.17.0-dev * [new tag] v1.2.0 -> v1.2.0 * [new tag] v1.2.0-dev -> v1.2.0-dev * [new tag] v1.2.0-rc -> v1.2.0-rc * [new tag] v1.2.1 -> v1.2.1 * [new tag] v1.3.0 -> v1.3.0 * [new tag] v1.3.0-dev -> v1.3.0-dev * [new tag] v1.3.0-rc -> v1.3.0-rc * [new tag] v1.4.0 -> v1.4.0 * [new tag] v1.4.0-dev -> v1.4.0-dev * [new tag] v1.4.0-rc -> v1.4.0-rc * [new tag] v1.5.0 -> v1.5.0 * [new tag] v1.5.0-dev -> v1.5.0-dev * [new tag] v1.5.0-rc -> v1.5.0-rc * [new tag] v1.6.0 -> v1.6.0 * [new tag] v1.6.0-dev -> v1.6.0-dev * [new tag] v1.6.0-rc -> v1.6.0-rc * [new tag] v1.6.1 -> v1.6.1 * [new tag] v1.6.2 -> v1.6.2 * [new tag] v1.6.2-rc -> v1.6.2-rc * [new tag] v1.7.0 -> v1.7.0 * [new tag] v1.7.0-dev -> v1.7.0-dev * [new tag] v1.7.0-rc -> v1.7.0-rc * [new tag] v1.7.1 -> v1.7.1 * [new tag] v1.7.1-rc -> v1.7.1-rc * [new tag] v1.7.2 -> v1.7.2 * [new tag] v1.7.2-rc -> v1.7.2-rc * [new tag] v1.8.0 -> v1.8.0 * [new tag] v1.8.0-dev -> v1.8.0-dev * [new tag] v1.8.0-rc -> v1.8.0-rc * [new tag] v1.8.1 -> v1.8.1 * [new tag] v1.9.0 -> v1.9.0 * [new tag] v1.9.0-dev -> v1.9.0-dev * [new tag] v1.9.0-rc -> v1.9.0-rc * [new tag] v1.9.1 -> v1.9.1 * [new tag] v1.9.1-rc -> v1.9.1-rc * [new tag] v1.9.2 -> v1.9.2 [rtd-command-info] start-time: 2026-05-26T08:52:04.027502Z, end-time: 2026-05-26T08:52:04.063131Z, duration: 0, exit-code: 183 if [ "$READTHEDOCS_VERSION_TYPE" = "external" ] && git diff --quiet origin/main -- 'docs/' '.readthedocs.yaml'; then exit 183; fi