Read the Docs build information Build id: 3276479 Project: xanaduai-pennylane-lightning Version: 1234 Commit: 5680730ee5a2602b959a19349d6c35c81c0b1b1b Date: 2025-08-13T21:27:19.645584Z State: cancelled Success: False [rtd-command-info] start-time: 2025-08-13T21:27:20.443498Z, end-time: 2025-08-13T21:27:21.291188Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/PennyLaneAI/pennylane-lightning.git . Cloning into '.'... [rtd-command-info] start-time: 2025-08-13T21:27:21.385111Z, end-time: 2025-08-13T21:27:21.991408Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/1234/head:external-1234 From https://github.com/PennyLaneAI/pennylane-lightning * [new ref] refs/pull/1234/head -> external-1234 [rtd-command-info] start-time: 2025-08-13T21:27:22.668768Z, end-time: 2025-08-13T21:27:22.778056Z, duration: 0, exit-code: 0 git checkout --force 5680730ee5a2602b959a19349d6c35c81c0b1b1b Note: switching to '5680730ee5a2602b959a19349d6c35c81c0b1b1b'. 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 5680730 add as transform [rtd-command-info] start-time: 2025-08-13T21:27:22.863673Z, end-time: 2025-08-13T21:27:22.908808Z, duration: 0, exit-code: 0 cat .readthedocs.yml version: 2 sphinx: configuration: doc/conf.py build: os: ubuntu-24.04 tools: python: "3.11" 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: None, end-time: None, duration: None, exit-code: None apt-get update --assume-yes --quiet