Read the Docs build information Build id: 1648066 Project: xanaduai-pennylane-qulacs Version: 50 Commit: 016238ccb2bbd5420fa9240ad30d96fd14651861 Date: 2023-08-08T15:58:44.879857Z State: cancelled Success: False [rtd-command-info] start-time: 2023-08-08T15:58:49.486572Z, end-time: 2023-08-08T15:58:50.049657Z, duration: 0, exit-code: 0 git clone --no-single-branch --depth 50 https://github.com/PennyLaneAI/pennylane-qulacs.git . Cloning into '.'... [rtd-command-info] start-time: 2023-08-08T15:58:50.447549Z, end-time: 2023-08-08T15:58:51.047234Z, duration: 0, exit-code: 0 git fetch origin --force --tags --prune --prune-tags --depth 50 pull/50/head:external-50 From https://github.com/PennyLaneAI/pennylane-qulacs * [new ref] refs/pull/50/head -> external-50 [rtd-command-info] start-time: 2023-08-08T15:58:51.400606Z, end-time: 2023-08-08T15:58:51.471050Z, duration: 0, exit-code: 0 git checkout --force 016238ccb2bbd5420fa9240ad30d96fd14651861 Note: switching to '016238ccb2bbd5420fa9240ad30d96fd14651861'. 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 016238c getting N more accurately [rtd-command-info] start-time: 2023-08-08T15:58:51.869665Z, end-time: 2023-08-08T15:58:51.953087Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-08-08T15:58:52.374791Z, end-time: 2023-08-08T15:58:52.436225Z, 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 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: version: 3.8 install: - requirements: doc/requirements.txt build: image: latest [rtd-command-info] start-time: 2023-08-08T15:58:54.144013Z, end-time: 2023-08-08T15:58:59.175369Z, duration: 5, exit-code: 0 python3.8 -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH Using base prefix '/home/docs/.pyenv/versions/3.8.6' New python executable in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-qulacs/envs/50/bin/python3.8 Also creating executable in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-qulacs/envs/50/bin/python Installing setuptools, pip, wheel... done. [rtd-command-info] start-time: 2023-08-08T15:58:59.614232Z, end-time: 2023-08-08T15:59:00.837560Z, duration: 1, exit-code: 0 python -m pip install --upgrade --no-cache-dir pip setuptools Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-qulacs/envs/50/lib/python3.8/site-packages (23.2.1) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane-qulacs/envs/50/lib/python3.8/site-packages (68.0.0)