Read the Docs build information Build id: 3964916 Project: canonical-mir Version: 4903 Commit: 987a73efc12cdfb04f51ec336eeb18c39570e1e6 Date: 2026-04-27T14:35:03.382363Z State: cancelled Success: False [rtd-command-info] start-time: 2026-04-27T14:35:41.898572Z, end-time: 2026-04-27T14:35:43.077702Z, duration: 1, exit-code: 0 git clone --depth 1 https://github.com/canonical/mir.git . Cloning into '.'... [rtd-command-info] start-time: 2026-04-27T14:35:43.185111Z, end-time: 2026-04-27T14:35:44.376329Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/4903/head:external-4903 From https://github.com/canonical/mir * [new ref] refs/pull/4903/head -> external-4903 * [new tag] v2.26.0 -> v2.26.0 * [new tag] v2.26.0-rc -> v2.26.0-rc * [new tag] v2.27.0-dev -> v2.27.0-dev [rtd-command-info] start-time: 2026-04-27T14:35:45.126026Z, end-time: 2026-04-27T14:35:45.241685Z, duration: 0, exit-code: 0 git checkout --force 987a73efc12cdfb04f51ec336eeb18c39570e1e6 Note: switching to '987a73efc12cdfb04f51ec336eeb18c39570e1e6'. 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 987a73e Fix flaky test: cursor_location_is_tracked_on_movement [rtd-command-info] start-time: 2026-04-27T14:35:45.320431Z, end-time: 2026-04-27T14:35:45.353398Z, duration: 0, exit-code: 0 cat doc/sphinx/.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" # https://github.com/readthedocs/readthedocs.org/issues/9599 apt_packages: - cargo - cmake - doxygen - graphviz - libboost-dev - libboost-iostreams-dev - libboost-program-options-dev - libdrm-dev - libdisplay-info-dev - libegl-dev - libepoxy-dev - libfreetype-dev - libglib2.0-dev - libgles2-mesa-dev - libglm-dev - libinput-dev - liblttng-ust-dev - libwayland-dev - libxcb-composite0-dev - libxcb-randr0-dev - libxcb-res0-dev - libxcursor-dev - libxkbcommon-dev - libxml++2.6-dev - libyaml-cpp-dev - xsltproc jobs: post_checkout: - git fetch --unshallow # 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 -- 'doc/' 'doc/sphinx/.readthedocs.yaml' 'include/' 'src/include/'; then exit 183; fi post_install: - cmake -DBUILD_DOXYGEN=YES -DMIR_ENABLE_TESTS=NO -DMIR_PLATFORM=x11 . - cmake --build . --target doxygen # Build documentation in the docs/ directory with Sphinx sphinx: builder: dirhtml configuration: doc/sphinx/conf.py fail_on_warning: false # Optionally declare the Python requirements required to build your docs python: install: - requirements: doc/sphinx/requirements.txt [rtd-command-info] start-time: None, end-time: None, duration: None, exit-code: None git fetch --unshallow