Read the Docs build information Build id: 3984502 Project: xanaduai-catalyst Version: 2772 Commit: de8373c4ff43af72f95040e3f6b7769af11a2cf6 Date: 2026-05-04T19:39:42.301395Z State: cancelled Success: False [rtd-command-info] start-time: 2026-05-04T19:39:43.051770Z, end-time: 2026-05-04T19:39:45.240014Z, duration: 2, exit-code: 0 git clone --depth 1 git@github.com:PennyLaneAI/catalyst.git . Cloning into '.'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2026-05-04T19:39:45.339038Z, end-time: 2026-05-04T19:39:47.002313Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/2772/head:external-2772 Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. From github.com:PennyLaneAI/catalyst * [new ref] refs/pull/2772/head -> external-2772 [rtd-command-info] start-time: 2026-05-04T19:39:47.910906Z, end-time: 2026-05-04T19:39:48.033863Z, duration: 0, exit-code: 0 git checkout --force de8373c4ff43af72f95040e3f6b7769af11a2cf6 Note: switching to 'de8373c4ff43af72f95040e3f6b7769af11a2cf6'. 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 de8373c Merge branch 'main' into shuli/lower_decode_esm_css_to_runtime [rtd-command-info] start-time: 2026-05-04T19:39:48.118218Z, end-time: 2026-05-04T19:39:48.155892Z, duration: 0, exit-code: 0 cat .readthedocs.yaml # Read the Docs configuration file # Required version: 2 # Build documentation with Sphinx sphinx: configuration: doc/conf.py # Exclude all submodules submodules: exclude: all # Optionally build your docs in additional formats such as PDF and ePub formats: - htmlzip # Optionally set the build image build: os: ubuntu-24.04 tools: python: "3.11" apt_packages: - graphviz - cmake - ninja-build - clang # Optionally set the version of Python and requirements required to build your docs python: install: - requirements: doc/requirements.txt - method: pip path: . [rtd-command-info] start-time: None, end-time: None, duration: None, exit-code: None apt-get update --assume-yes --quiet