Read the Docs build information Build id: 3955365 Project: canonical-charmed-mysql Version: 266 Commit: f8f240b1cee37835d092650302793612fd1d8cb3 Date: 2026-04-23T13:32:37.204043Z State: cancelled Success: False [rtd-command-info] start-time: 2026-04-23T13:32:38.063989Z, end-time: 2026-04-23T13:32:38.661316Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/canonical/mysql-operators . Cloning into '.'... [rtd-command-info] start-time: 2026-04-23T13:32:38.752439Z, end-time: 2026-04-23T13:32:39.769067Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/266/head:external-266 From https://github.com/canonical/mysql-operators * [new ref] refs/pull/266/head -> external-266 * [new tag] mysql-k8s/rev393 -> mysql-k8s/rev393 * [new tag] mysql-k8s/rev394 -> mysql-k8s/rev394 * [new tag] mysql-k8s/rev395 -> mysql-k8s/rev395 * [new tag] mysql-k8s/rev402 -> mysql-k8s/rev402 * [new tag] mysql-k8s/rev403 -> mysql-k8s/rev403 * [new tag] mysql-k8s/rev404 -> mysql-k8s/rev404 * [new tag] mysql-k8s/rev406 -> mysql-k8s/rev406 * [new tag] mysql-k8s/rev407 -> mysql-k8s/rev407 * [new tag] mysql-k8s/rev408 -> mysql-k8s/rev408 * [new tag] mysql/rev486 -> mysql/rev486 * [new tag] mysql/rev487 -> mysql/rev487 * [new tag] mysql/rev488 -> mysql/rev488 * [new tag] mysql/rev495 -> mysql/rev495 * [new tag] mysql/rev496 -> mysql/rev496 * [new tag] mysql/rev497 -> mysql/rev497 * [new tag] mysql/rev498 -> mysql/rev498 * [new tag] mysql/rev499 -> mysql/rev499 * [new tag] mysql/rev500 -> mysql/rev500 * [new tag] v8.4/1.0.0 -> v8.4/1.0.0 * [new tag] v8.4/1.1.0 -> v8.4/1.1.0 * [new tag] v8.4/1.10.0 -> v8.4/1.10.0 * [new tag] v8.4/1.11.0 -> v8.4/1.11.0 * [new tag] v8.4/1.12.0 -> v8.4/1.12.0 * [new tag] v8.4/1.13.0 -> v8.4/1.13.0 * [new tag] v8.4/1.14.0 -> v8.4/1.14.0 * [new tag] v8.4/1.15.0 -> v8.4/1.15.0 * [new tag] v8.4/1.16.0 -> v8.4/1.16.0 * [new tag] v8.4/1.17.0 -> v8.4/1.17.0 * [new tag] v8.4/1.18.0 -> v8.4/1.18.0 * [new tag] v8.4/1.19.0 -> v8.4/1.19.0 * [new tag] v8.4/1.2.0 -> v8.4/1.2.0 * [new tag] v8.4/1.20.0 -> v8.4/1.20.0 * [new tag] v8.4/1.21.0 -> v8.4/1.21.0 * [new tag] v8.4/1.22.0 -> v8.4/1.22.0 * [new tag] v8.4/1.23.0 -> v8.4/1.23.0 * [new tag] v8.4/1.24.0 -> v8.4/1.24.0 * [new tag] v8.4/1.25.0 -> v8.4/1.25.0 * [new tag] v8.4/1.3.0 -> v8.4/1.3.0 * [new tag] v8.4/1.4.0 -> v8.4/1.4.0 * [new tag] v8.4/1.5.0 -> v8.4/1.5.0 * [new tag] v8.4/1.6.0 -> v8.4/1.6.0 * [new tag] v8.4/1.7.0 -> v8.4/1.7.0 * [new tag] v8.4/1.8.0 -> v8.4/1.8.0 * [new tag] v8.4/1.9.0 -> v8.4/1.9.0 [rtd-command-info] start-time: 2026-04-23T13:32:40.563273Z, end-time: 2026-04-23T13:32:40.630502Z, duration: 0, exit-code: 0 git checkout --force f8f240b1cee37835d092650302793612fd1d8cb3 Note: switching to 'f8f240b1cee37835d092650302793612fd1d8cb3'. 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 f8f240b [VM] Remove 2.9 juju-run commands [rtd-command-info] start-time: 2026-04-23T13:32:40.716836Z, end-time: 2026-04-23T13:32:40.754597Z, 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-24.04 tools: python: "3.11" jobs: post_checkout: - 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/8.4/edge -- '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-04-23T13:32:40.836382Z, end-time: 2026-04-23T13:32:42.278068Z, duration: 1, exit-code: 0 git fetch --unshallow || true From https://github.com/canonical/mysql-operators * [new tag] mysql-k8s/rev355 -> mysql-k8s/rev355 * [new tag] mysql-k8s/rev356 -> mysql-k8s/rev356 * [new tag] mysql-k8s/rev357 -> mysql-k8s/rev357 * [new tag] mysql/rev455 -> mysql/rev455 * [new tag] mysql/rev456 -> mysql/rev456 * [new tag] mysql/rev457 -> mysql/rev457 [rtd-command-info] start-time: 2026-04-23T13:32:42.364444Z, end-time: 2026-04-23T13:32:42.405855Z, duration: 0, exit-code: 183 if [ "$READTHEDOCS_VERSION_TYPE" = "external" ] && git diff --quiet origin/8.4/edge -- 'docs/' '.readthedocs.yaml'; then exit 183; fi