Read the Docs build information Build id: 1760192 Project: quantify-quantify-scheduler Version: 812 Commit: 5060e66a1081dc5e5cfe4d8b3e40520398632a75 Date: 2023-10-04T10:27:26.682641Z State: cancelled Success: False [rtd-command-info] start-time: 2023-10-04T10:27:33.734297Z, end-time: 2023-10-04T10:27:35.497998Z, duration: 1, exit-code: 0 git clone --depth 1 git@gitlab.com:quantify-os/quantify-scheduler.git . Cloning into '.'... Warning: Permanently added 'gitlab.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2023-10-04T10:27:37.081817Z, end-time: 2023-10-04T10:27:40.224802Z, duration: 3, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 merge-requests/812/head:external-812 Warning: Permanently added 'gitlab.com' (ED25519) to the list of known hosts. From gitlab.com:quantify-os/quantify-scheduler * [new ref] refs/merge-requests/812/head -> external-812 Warning: Permanently added 'gitlab.com' (ED25519) to the list of known hosts. * [new tag] v0.16.0 -> v0.16.0 * [new tag] v0.16.1.dev -> v0.16.1.dev [rtd-command-info] start-time: 2023-10-04T10:27:40.710813Z, end-time: 2023-10-04T10:27:40.910807Z, duration: 0, exit-code: 0 git checkout --force 5060e66a1081dc5e5cfe4d8b3e40520398632a75 Note: switching to '5060e66a1081dc5e5cfe4d8b3e40520398632a75'. 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 5060e66 Make HardwareOptions required field [rtd-command-info] start-time: 2023-10-04T10:27:41.810267Z, end-time: 2023-10-04T10:27:41.874585Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-10-04T10:27:42.787488Z, end-time: 2023-10-04T10:27:42.849323Z, 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: docs/source/conf.py # we temporary have to pin the build os due to a bug related to urllib3 v2.0 # see https://github.com/readthedocs/readthedocs.org/issues/10290 build: os: ubuntu-22.04 apt_packages: - graphviz tools: python: "3.9" # Optionally set the version of Python and requirements required to build your docs python: install: - method: pip path: . extra_requirements: - "docs"