Read the Docs build information Build id: 3966095 Project: xanaduai-catalyst Version: latest Commit: e95337d52ae13228eb93e27ed92cf9f8cf49c7cf Date: 2026-04-27T19:54:45.728975Z State: cancelled Success: False [rtd-command-info] start-time: 2026-04-27T19:54:48.092430Z, end-time: 2026-04-27T19:54:50.065868Z, 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: 2026-04-27T19:54:50.148288Z, end-time: 2026-04-27T19:54:51.517128Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 HEAD Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. From github.com:PennyLaneAI/catalyst * branch HEAD -> FETCH_HEAD [rtd-command-info] start-time: 2026-04-27T19:54:52.587236Z, end-time: 2026-04-27T19:54:52.623369Z, 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-24.04 tools: python: "3.11" apt_packages: - graphviz - cmake - ninja-build - clang # 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