Read the Docs build information Build id: 3844216 Project: xanaduai-pennylane-lightning Version: 1356 Commit: 0cbfde9e940792fb0dc7d117944f1a76fe76221f Date: 2026-03-18T19:33:55.282296Z State: cancelled Success: False [rtd-command-info] start-time: 2026-03-18T19:33:58.883528Z, end-time: 2026-03-18T19:34:02.151367Z, duration: 3, exit-code: 0 git clone --depth 1 https://github.com/PennyLaneAI/pennylane-lightning.git . Cloning into '.'... [rtd-command-info] start-time: 2026-03-18T19:34:02.257790Z, end-time: 2026-03-18T19:34:02.973346Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/1356/head:external-1356 From https://github.com/PennyLaneAI/pennylane-lightning * [new ref] refs/pull/1356/head -> external-1356 [rtd-command-info] start-time: 2026-03-18T19:34:03.834914Z, end-time: 2026-03-18T19:34:03.922987Z, duration: 0, exit-code: 0 git checkout --force 0cbfde9e940792fb0dc7d117944f1a76fe76221f Note: switching to '0cbfde9e940792fb0dc7d117944f1a76fe76221f'. 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 0cbfde9 changing references of lightning master to main [rtd-command-info] start-time: 2026-03-18T19:34:04.003630Z, end-time: 2026-03-18T19:34:04.042165Z, duration: 0, exit-code: 0 cat .readthedocs.yml version: 2 sphinx: configuration: doc/conf.py python: install: - method: pip path: . build: os: ubuntu-24.04 tools: python: "3.12" apt_packages: - graphviz jobs: post_install: - pip install --group docs - 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_amdgpu" 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