Read the Docs build information Build id: 2332403 Project: mdolab-pyoptsparse Version: 404 Commit: f725379618dd0ef556966c6f33d61f37b8677f53 Date: 2024-07-06T03:55:37.018933Z State: cancelled Success: False [rtd-command-info] start-time: 2024-07-06T03:55:38.247156Z, end-time: 2024-07-06T03:55:38.830703Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/mdolab/pyoptsparse.git . Cloning into '.'... [rtd-command-info] start-time: 2024-07-06T03:55:38.899100Z, end-time: 2024-07-06T03:55:39.910794Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/404/head:external-404 From https://github.com/mdolab/pyoptsparse * [new ref] refs/pull/404/head -> external-404 * [new tag] v2.10.0 -> v2.10.0 * [new tag] v2.10.1 -> v2.10.1 * [new tag] v2.10.2 -> v2.10.2 * [new tag] v2.11.0 -> v2.11.0 * [new tag] v2.11.1 -> v2.11.1 * [new tag] v2.11.2 -> v2.11.2 * [new tag] v2.11.3 -> v2.11.3 * [new tag] v2.9.0 -> v2.9.0 * [new tag] v2.9.1 -> v2.9.1 * [new tag] v2.9.2 -> v2.9.2 * [new tag] v2.9.3 -> v2.9.3 * [new tag] v2.9.4 -> v2.9.4 [rtd-command-info] start-time: 2024-07-06T03:55:40.045108Z, end-time: 2024-07-06T03:55:40.121432Z, duration: 0, exit-code: 0 git checkout --force f725379618dd0ef556966c6f33d61f37b8677f53 Note: switching to 'f725379618dd0ef556966c6f33d61f37b8677f53'. 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 f725379 updated comment [rtd-command-info] start-time: 2024-07-06T03:55:40.187206Z, end-time: 2024-07-06T03:55:40.252010Z, duration: 0, exit-code: 0 cat .readthedocs.yaml # .readthedocs.yaml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 build: os: ubuntu-22.04 tools: python: "3.11" sphinx: configuration: doc/conf.py python: install: - requirements: doc/requirements.txt