Read the Docs build information Build id: 1606737 Project: quantify-quantify-scheduler Version: 726 Commit: e8fb0eddbf7d17acb8bab2d1a63756996404f1f9 Date: 2023-07-18T21:47:04.929055Z State: cancelled Success: False [rtd-command-info] start-time: 2023-07-18T21:47:09.541541Z, end-time: 2023-07-18T21:47:14.863467Z, duration: 5, exit-code: 0 git clone --no-single-branch --depth 50 git@gitlab.com:quantify-os/quantify-scheduler.git . Cloning into '.'... Warning: Permanently added 'gitlab.com,172.65.251.78' (ECDSA) to the list of known hosts. [rtd-command-info] start-time: 2023-07-18T21:47:15.085230Z, end-time: 2023-07-18T21:47:16.750402Z, duration: 1, exit-code: 0 git fetch origin --force --tags --prune --prune-tags --depth 50 merge-requests/726/head:external-726 Warning: Permanently added 'gitlab.com,172.65.251.78' (ECDSA) to the list of known hosts. From gitlab.com:quantify-os/quantify-scheduler * [new ref] refs/merge-requests/726/head -> external-726 [rtd-command-info] start-time: 2023-07-18T21:47:16.966511Z, end-time: 2023-07-18T21:47:17.187554Z, duration: 0, exit-code: 0 git checkout --force e8fb0eddbf7d17acb8bab2d1a63756996404f1f9 Note: switching to 'e8fb0eddbf7d17acb8bab2d1a63756996404f1f9'. 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 e8fb0edd documentation [rtd-command-info] start-time: 2023-07-18T21:47:17.467979Z, end-time: 2023-07-18T21:47:17.533478Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-07-18T21:47:17.807009Z, end-time: 2023-07-18T21:47:17.869566Z, 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/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" system_packages: false