Read the Docs build information Build id: 3952108 Project: xanaduai-catalyst Version: 2728 Commit: 915f13278272d07d8e29710a78fa925a766e1ed7 Date: 2026-04-22T17:12:17.336490Z State: cancelled Success: False [rtd-command-info] start-time: 2026-04-22T17:12:45.581367Z, end-time: 2026-04-22T17:12:47.587475Z, 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-04-22T17:12:47.669852Z, end-time: 2026-04-22T17:12:49.502009Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/2728/head:external-2728 Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. From github.com:PennyLaneAI/catalyst * [new ref] refs/pull/2728/head -> external-2728 [rtd-command-info] start-time: 2026-04-22T17:12:50.380552Z, end-time: 2026-04-22T17:12:50.510922Z, duration: 0, exit-code: 0 git checkout --force 915f13278272d07d8e29710a78fa925a766e1ed7 Note: switching to '915f13278272d07d8e29710a78fa925a766e1ed7'. 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 915f132 switch consts and args order when lowering jaxpr [rtd-command-info] start-time: 2026-04-22T17:12:50.591627Z, end-time: 2026-04-22T17:12:50.631439Z, 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: .