Read the Docs build information Build id: 2202253 Project: mdolab-pyoptsparse Version: 395 Commit: e5808ce4c78360c0e8b23007eec79027ed830d94 Date: 2024-05-07T23:09:08.073466Z State: cancelled Success: False [rtd-command-info] start-time: 2024-05-07T23:09:09.179968Z, end-time: 2024-05-07T23:09:09.762311Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/mdolab/pyoptsparse.git . Cloning into '.'... [rtd-command-info] start-time: 2024-05-07T23:09:09.825818Z, end-time: 2024-05-07T23:09:11.047387Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/395/head:external-395 From https://github.com/mdolab/pyoptsparse * [new ref] refs/pull/395/head -> external-395 * [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.6.3 -> v2.6.3 * [new tag] v2.6.4 -> v2.6.4 * [new tag] v2.7.0 -> v2.7.0 * [new tag] v2.8.0 -> v2.8.0 * [new tag] v2.8.1 -> v2.8.1 * [new tag] v2.8.2 -> v2.8.2 * [new tag] v2.8.3 -> v2.8.3 * [new tag] v2.9.0 -> v2.9.0 * [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-05-07T23:09:11.181360Z, end-time: 2024-05-07T23:09:11.261138Z, duration: 0, exit-code: 0 git checkout --force e5808ce4c78360c0e8b23007eec79027ed830d94 Note: switching to 'e5808ce4c78360c0e8b23007eec79027ed830d94'. 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 e5808ce docstring case [rtd-command-info] start-time: 2024-05-07T23:09:11.324655Z, end-time: 2024-05-07T23:09:11.392158Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-05-07T23:09:11.450188Z, end-time: 2024-05-07T23:09:11.511454Z, 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