Read the Docs build information Build id: 3995503 Project: xanaduai-pennylane Version: 9444 Commit: 9c1c1f7682e9bb5c222b8d9c83a4bde061dad3e8 Date: 2026-05-07T16:29:07.284518Z State: cancelled Success: False [rtd-command-info] start-time: 2026-05-07T16:29:07.979497Z, end-time: 2026-05-07T16:29:11.366395Z, duration: 3, exit-code: 0 git clone --depth 1 https://github.com/PennyLaneAI/pennylane.git . Cloning into '.'... [rtd-command-info] start-time: 2026-05-07T16:29:11.443161Z, end-time: 2026-05-07T16:29:12.336422Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/9444/head:external-9444 From https://github.com/PennyLaneAI/pennylane * [new ref] refs/pull/9444/head -> external-9444 [rtd-command-info] start-time: 2026-05-07T16:29:13.014075Z, end-time: 2026-05-07T16:29:13.752436Z, duration: 0, exit-code: 0 git checkout --force 9c1c1f7682e9bb5c222b8d9c83a4bde061dad3e8 Note: switching to '9c1c1f7682e9bb5c222b8d9c83a4bde061dad3e8'. 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 9c1c1f7 choose a better name [rtd-command-info] start-time: 2026-05-07T16:29:13.830926Z, end-time: 2026-05-07T16:29:13.870977Z, duration: 0, exit-code: 0 cat .readthedocs.yml # .readthedocs.yml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 build: os: ubuntu-24.04 tools: python: "3.11" apt_packages: - graphviz jobs: post_install: - pip install --extra-index-url https://test.pypi.org/simple/ "pennylane-catalyst>=0.15.0rc0,<=0.15.0" --pre - pip install --group docs # Build documentation in the docs/ directory with Sphinx sphinx: configuration: doc/conf.py # Build documentation with MkDocs #mkdocs: # configuration: mkdocs.yml # Optionally build your docs in additional formats such as PDF and ePub formats: - htmlzip # Optionally set the version of Python and requirements required to build your docs python: install: - method: pip path: . [rtd-command-info] start-time: None, end-time: None, duration: None, exit-code: None apt-get update --assume-yes --quiet