Read the Docs build information Build id: 4063257 Project: xanaduai-pennylane Version: 9553 Commit: dc6e76c3fa509d4b6ec4e05ab6dee7b9b74e9098 Date: 2026-06-01T19:06:10.316046Z State: cancelled Success: False [rtd-command-info] start-time: 2026-06-01T19:06:13.304729Z, end-time: 2026-06-01T19:06:17.972895Z, duration: 4, exit-code: 0 git clone --depth 1 https://github.com/PennyLaneAI/pennylane.git . Cloning into '.'... [rtd-command-info] start-time: 2026-06-01T19:06:18.368107Z, end-time: 2026-06-01T19:06:19.685169Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/9553/head:external-9553 From https://github.com/PennyLaneAI/pennylane * [new ref] refs/pull/9553/head -> external-9553 [rtd-command-info] start-time: 2026-06-01T19:06:20.540203Z, end-time: 2026-06-01T19:06:21.352350Z, duration: 0, exit-code: 0 git checkout --force dc6e76c3fa509d4b6ec4e05ab6dee7b9b74e9098 Note: switching to 'dc6e76c3fa509d4b6ec4e05ab6dee7b9b74e9098'. 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 dc6e76c Use dynamic_argnames instead of num_params [rtd-command-info] start-time: 2026-06-01T19:06:21.445345Z, end-time: 2026-06-01T19:06:21.510186Z, 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 --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