Read the Docs build information Build id: 2571358 Project: xanaduai-pennylane-lightning Version: 964 Commit: 5546eaeb057d88b0790f4860d95cba35d4251f7b Date: 2024-10-25T14:18:37.938117Z State: cancelled Success: False [rtd-command-info] start-time: 2024-10-25T14:18:39.299246Z, end-time: 2024-10-25T14:18:40.071456Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/PennyLaneAI/pennylane-lightning.git . Cloning into '.'... [rtd-command-info] start-time: 2024-10-25T14:18:40.156713Z, end-time: 2024-10-25T14:18:40.806573Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/964/head:external-964 From https://github.com/PennyLaneAI/pennylane-lightning * [new ref] refs/pull/964/head -> external-964 [rtd-command-info] start-time: 2024-10-25T14:18:40.951858Z, end-time: 2024-10-25T14:18:41.085315Z, duration: 0, exit-code: 0 git checkout --force 5546eaeb057d88b0790f4860d95cba35d4251f7b Note: switching to '5546eaeb057d88b0790f4860d95cba35d4251f7b'. 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 5546eae initial commit [rtd-command-info] start-time: 2024-10-25T14:18:41.175502Z, end-time: 2024-10-25T14:18:41.234126Z, 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: 2024-10-25T14:18:42.291628Z, end-time: 2024-10-25T14:18:46.753371Z, duration: 4, exit-code: 0 apt-get update --assume-yes --quiet Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] Get:4 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1162 kB] Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1451 kB] Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2377 kB] Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [3205 kB] Get:9 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [44.7 kB] Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [3283 kB] Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2654 kB] Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [51.8 kB] Get:13 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [33.7 kB] Get:14 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [81.4 kB] Fetched 14.7 MB in 2s (6681 kB/s) Reading package lists...