Read the Docs build information Build id: 3233775 Project: xanaduai-catalyst Version: latest Commit: b5ce6c374b4bfaf964c03508f45d02ebb83251d5 Date: 2025-07-29T23:14:21.266523Z State: cancelled Success: False [rtd-command-info] start-time: 2025-07-29T23:14:22.058267Z, end-time: 2025-07-29T23:14:23.638856Z, duration: 1, 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: 2025-07-29T23:14:23.734673Z, end-time: 2025-07-29T23:14:24.913992Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/main:refs/remotes/origin/main Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2025-07-29T23:14:25.797536Z, end-time: 2025-07-29T23:14:25.895811Z, duration: 0, exit-code: 0 git checkout --force origin/main Note: switching to 'origin/main'. 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 b5ce6c3 Callbacks and debug work when capture is enabled (#1902) [rtd-command-info] start-time: 2025-07-29T23:14:26.000745Z, end-time: 2025-07-29T23:14:26.044491Z, 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: 2025-07-29T23:14:27.537306Z, end-time: 2025-07-29T23:14:31.938613Z, duration: 4, exit-code: 0 apt-get update --assume-yes --quiet Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB] Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] Get:4 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1324 kB] Get:5 http://security.ubuntu.com/ubuntu noble-security/main amd64 Components [25.3 kB] Get:6 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1135 kB] Get:7 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] Get:8 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Components [65.2 kB] Get:9 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1968 kB] Get:10 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Components [157 B] Get:11 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [23.0 kB] Get:12 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [158 B] Get:13 http://archive.ubuntu.com/ubuntu noble/main amd64 Components [665 kB] Get:14 http://archive.ubuntu.com/ubuntu noble/universe amd64 Components [5943 kB] Get:15 http://archive.ubuntu.com/ubuntu noble/multiverse amd64 Components [41.9 kB] Get:16 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1660 kB] Get:17 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [219 kB] Get:18 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1447 kB] Get:19 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [519 kB] Get:20 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [2078 kB] Get:21 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [159 B] Get:22 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [45.2 kB] Get:23 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [889 B] Get:24 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [48.8 kB] Get:25 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7827 B] Get:26 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [33.0 kB] Get:27 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [32.1 kB] Get:28 http://archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [161 B] Get:29 http://archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [162 B] Fetched 17.7 MB in 2s (7572 kB/s) Reading package lists... [rtd-command-info] start-time: None, end-time: None, duration: None, exit-code: None apt-get install --assume-yes --quiet -- graphviz cmake ninja-build clang