Read the Docs build information Build id: 2946779 Project: xanaduai-pennylane-lightning Version: 1124 Commit: 877345481728809fb138df2459585aaec3ac0c84 Date: 2025-04-07T13:06:32.994196Z State: cancelled Success: False [rtd-command-info] start-time: 2025-04-07T13:06:36.102994Z, end-time: 2025-04-07T13:06:37.003807Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/PennyLaneAI/pennylane-lightning.git . Cloning into '.'... [rtd-command-info] start-time: 2025-04-07T13:06:37.061576Z, end-time: 2025-04-07T13:06:37.703931Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/1124/head:external-1124 From https://github.com/PennyLaneAI/pennylane-lightning * [new ref] refs/pull/1124/head -> external-1124 [rtd-command-info] start-time: 2025-04-07T13:06:37.805190Z, end-time: 2025-04-07T13:06:37.909033Z, duration: 0, exit-code: 0 git checkout --force 877345481728809fb138df2459585aaec3ac0c84 Note: switching to '877345481728809fb138df2459585aaec3ac0c84'. 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 8773454 Just a test [rtd-command-info] start-time: 2025-04-07T13:06:37.966620Z, end-time: 2025-04-07T13:06:38.006586Z, duration: 0, exit-code: 0 cat .readthedocs.yml version: 2 sphinx: configuration: doc/conf.py build: os: ubuntu-22.04 tools: python: "3.10" apt_packages: - graphviz jobs: post_install: - python -m pip install --exists-action=w --no-cache-dir -r doc/requirements.txt - PL_BACKEND="lightning_qubit" python scripts/configure_pyproject_toml.py && SKIP_COMPILATION=True python -m build - rm -rf ./build && PL_BACKEND="lightning_gpu" python scripts/configure_pyproject_toml.py && SKIP_COMPILATION=True python -m build - rm -rf ./build && PL_BACKEND="lightning_kokkos" python scripts/configure_pyproject_toml.py && SKIP_COMPILATION=True python -m build - rm -rf ./build && PL_BACKEND="lightning_tensor" python scripts/configure_pyproject_toml.py && SKIP_COMPILATION=True python -m build - python -m pip install ./dist/*.whl [rtd-command-info] start-time: 2025-04-07T13:06:38.672444Z, end-time: 2025-04-07T13:06:43.503166Z, duration: 4, exit-code: 0 apt-get update --assume-yes --quiet Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1540 kB] Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [4154 kB] Get:7 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [3978 kB] Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [55.7 kB] Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3097 kB] Get:10 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [82.7 kB] Get:11 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.2 kB] Get:12 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2775 kB] Get:13 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [47.7 kB] Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1243 kB] Fetched 17.4 MB in 2s (8522 kB/s) Reading package lists...