Read the Docs build information Build id: 2942188 Project: xanaduai-pennylane Version: 7209 Commit: 55abf461329035a3bc6e586d5eae1ca014c2d9f8 Date: 2025-04-04T18:06:36.994059Z State: cancelled Success: False [rtd-command-info] start-time: 2025-04-04T18:06:38.913564Z, end-time: 2025-04-04T18:06:41.599381Z, duration: 2, exit-code: 0 git clone --depth 1 https://github.com/PennyLaneAI/pennylane.git . Cloning into '.'... [rtd-command-info] start-time: 2025-04-04T18:06:41.668214Z, end-time: 2025-04-04T18:06:42.323271Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/7209/head:external-7209 From https://github.com/PennyLaneAI/pennylane * [new ref] refs/pull/7209/head -> external-7209 [rtd-command-info] start-time: 2025-04-04T18:06:42.430693Z, end-time: 2025-04-04T18:06:42.949570Z, duration: 0, exit-code: 0 git checkout --force 55abf461329035a3bc6e586d5eae1ca014c2d9f8 Note: switching to '55abf461329035a3bc6e586d5eae1ca014c2d9f8'. 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 55abf46 ooops [rtd-command-info] start-time: 2025-04-04T18:06:43.017544Z, end-time: 2025-04-04T18:06:43.055255Z, 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-22.04 tools: python: "3.10" apt_packages: - graphviz # 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: - requirements: doc/requirements.txt - method: pip path: .