Read the Docs build information Build id: 3400003 Project: xanaduai-pennylane Version: latest Commit: 77e2dd0f08022f2726b9979a913bcac9507b3552 Date: 2025-09-29T16:08:46.513615Z State: cancelled Success: False [rtd-command-info] start-time: 2025-09-29T16:08:47.436834Z, end-time: 2025-09-29T16:08:58.798163Z, duration: 11, exit-code: 0 git clone --depth 1 https://github.com/PennyLaneAI/pennylane.git . Cloning into '.'... [rtd-command-info] start-time: 2025-09-29T16:08:58.892459Z, end-time: 2025-09-29T16:08:59.973761Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/master:refs/remotes/origin/master [rtd-command-info] start-time: 2025-09-29T16:09:00.619112Z, end-time: 2025-09-29T16:09:01.341449Z, duration: 0, exit-code: 0 git checkout --force origin/master Note: switching to 'origin/master'. 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 77e2dd0 [CI] fix CI due to the updated expected mcm config (#8347) [rtd-command-info] start-time: 2025-09-29T16:09:01.426728Z, end-time: 2025-09-29T16:09:01.464867Z, 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 # 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: . [rtd-command-info] start-time: None, end-time: None, duration: None, exit-code: None apt-get update --assume-yes --quiet