Read the Docs build information Build id: 3874659 Project: canonical-charmed-mysql Version: 185 Commit: 1816faba7129c45b815df9cdf938c60ede13f0ff Date: 2026-03-27T20:20:10.729173Z State: cancelled Success: False [rtd-command-info] start-time: 2026-03-27T20:20:11.529025Z, end-time: 2026-03-27T20:20:12.130397Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/canonical/mysql-operators . Cloning into '.'... [rtd-command-info] start-time: 2026-03-27T20:20:12.227677Z, end-time: 2026-03-27T20:20:13.371444Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/185/head:external-185 From https://github.com/canonical/mysql-operators * [new ref] refs/pull/185/head -> external-185 * [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-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/rev455 -> mysql/rev455 * [new tag] mysql/rev456 -> mysql/rev456 * [new tag] mysql/rev457 -> mysql/rev457 * [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] 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.2.0 -> v8.4/1.2.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 [rtd-command-info] start-time: 2026-03-27T20:20:14.171393Z, end-time: 2026-03-27T20:20:14.243249Z, duration: 0, exit-code: 0 git checkout --force 1816faba7129c45b815df9cdf938c60ede13f0ff Note: switching to '1816faba7129c45b815df9cdf938c60ede13f0ff'. 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 1816fab Missing juju add-model [rtd-command-info] start-time: 2026-03-27T20:20:14.331062Z, end-time: 2026-03-27T20:20:14.367968Z, 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-03-27T20:20:14.454170Z, end-time: 2026-03-27T20:20:15.398380Z, duration: 0, exit-code: 0 git fetch --unshallow || true [rtd-command-info] start-time: 2026-03-27T20:20:15.491011Z, end-time: 2026-03-27T20:20:15.530152Z, duration: 0, exit-code: 183 if [ "$READTHEDOCS_VERSION_TYPE" = "external" ] && git diff --quiet origin/8.4/edge -- 'docs/' '.readthedocs.yaml'; then exit 183; fi