Read the Docs build information Build id: 2398390 Project: xanaduai-catalyst Version: latest Commit: 95cfb4d0d63849658c48ebe68961329332a13d3f Date: 2024-08-06T20:10:26.238146Z State: cancelled Success: False [rtd-command-info] start-time: 2024-08-06T20:10:27.479146Z, end-time: 2024-08-06T20:10:29.134973Z, duration: 1, exit-code: 0 git clone --depth 1 git@github.com:PennyLaneAI/catalyst.git . Cloning into '.'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2024-08-06T20:10:29.196870Z, end-time: 2024-08-06T20:10:30.638159Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/main:refs/remotes/origin/main Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2024-08-06T20:10:30.780784Z, end-time: 2024-08-06T20:10:30.895050Z, duration: 0, exit-code: 0 git checkout --force origin/main Note: switching to 'origin/main'. 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 95cfb4d adding _transform_ops_gen.py in mlir bindings in frontend/mlir_quantum (#998) [rtd-command-info] start-time: 2024-08-06T20:10:30.980288Z, end-time: 2024-08-06T20:10:31.044053Z, duration: 0, exit-code: 0 cat .readthedocs.yaml # Read the Docs configuration file # Required version: 2 # Build documentation with Sphinx sphinx: configuration: doc/conf.py # Exclude all submodules submodules: exclude: all # Optionally build your docs in additional formats such as PDF and ePub formats: - htmlzip # Optionally set the build image build: os: ubuntu-22.04 tools: python: "3.10" apt_packages: - graphviz # Optionally set the version of Python and requirements required to build your docs python: install: - requirements: doc/requirements.txt - method: pip path: .