Read the Docs build information Build id: 3262776 Project: xanaduai-pennylane-cirq Version: stable Commit: 89d0c4616fc423f6ec64c4f9038b7e146191b6bb Date: 2025-08-08T15:40:09.379471Z State: cancelled Success: False [rtd-command-info] start-time: 2025-08-08T15:40:10.269441Z, end-time: 2025-08-08T15:40:13.772858Z, duration: 3, exit-code: 0 git clone --depth 1 https://github.com/PennyLaneAI/pennylane-cirq.git . Cloning into '.'... [rtd-command-info] start-time: 2025-08-08T15:40:13.862045Z, end-time: 2025-08-08T15:40:14.368531Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 89d0c4616fc423f6ec64c4f9038b7e146191b6bb From https://github.com/PennyLaneAI/pennylane-cirq * branch 89d0c4616fc423f6ec64c4f9038b7e146191b6bb -> FETCH_HEAD [rtd-command-info] start-time: 2025-08-08T15:40:15.011625Z, end-time: 2025-08-08T15:40:15.056744Z, duration: 0, exit-code: 0 git checkout --force 89d0c4616fc423f6ec64c4f9038b7e146191b6bb Note: switching to '89d0c4616fc423f6ec64c4f9038b7e146191b6bb'. 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 89d0c46 Revert "Revert "incrementing the version number to v0.42.0 (#221)" (#222)" (#223) [rtd-command-info] start-time: 2025-08-08T15:40:15.155197Z, end-time: 2025-08-08T15:40:15.198621Z, duration: 0, exit-code: 0 cat .readthedocs.yaml # .readthedocs.yml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 # Build documentation in the doc/ 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: . build: os: ubuntu-24.04 tools: python: "3.10" apt_packages: - graphviz [rtd-command-info] start-time: None, end-time: None, duration: None, exit-code: None apt-get update --assume-yes --quiet