Read the Docs build information Build id: 2901470 Project: xanaduai-pennylane-sf Version: stable Commit: None Date: 2025-03-21T21:01:35.933880Z State: finished Success: False [rtd-command-info] start-time: 2025-03-21T21:14:43.334905Z, end-time: 2025-03-21T21:14:43.908520Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/PennyLaneAI/pennylane-sf.git . Cloning into '.'... [rtd-command-info] start-time: 2025-03-21T21:14:43.978354Z, end-time: 2025-03-21T21:14:44.578068Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 3df303a243f634005969eb599fc58a2ee602f2be From https://github.com/PennyLaneAI/pennylane-sf * branch 3df303a243f634005969eb599fc58a2ee602f2be -> FETCH_HEAD [rtd-command-info] start-time: 2025-03-21T21:14:44.703760Z, end-time: 2025-03-21T21:14:44.769169Z, duration: 0, exit-code: 0 git checkout --force 3df303a243f634005969eb599fc58a2ee602f2be Note: switching to '3df303a243f634005969eb599fc58a2ee602f2be'. 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 3df303a Set version to v0.29.1 (#137) [rtd-command-info] start-time: 2025-03-21T21:14:44.843487Z, end-time: 2025-03-21T21:14:44.894982Z, duration: 0, exit-code: 0 cat .readthedocs.yml version: 2 sphinx: configuration: doc/conf.py python: install: - requirements: ci_build_requirements.txt - requirements: doc/requirements.txt - method: pip path: . system_packages: true build: os: ubuntu-22.04 tools: python: "3.8" jobs: pre_install: - echo "setuptools~=66.0\npip~=22.0" >> ci_build_requirements.txt