Read the Docs build information Build id: 2670199 Project: mdolab-baseclasses Version: 96 Commit: ae3d2d8a9b2bce68eaa31b9e4488594ef785dca0 Date: 2024-12-09T07:13:39.561323Z State: cancelled Success: False [rtd-command-info] start-time: 2024-12-09T07:13:40.752973Z, end-time: 2024-12-09T07:13:41.241435Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/mdolab/baseclasses.git . Cloning into '.'... [rtd-command-info] start-time: 2024-12-09T07:13:41.311361Z, end-time: 2024-12-09T07:13:42.224775Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/96/head:external-96 From https://github.com/mdolab/baseclasses * [new ref] refs/pull/96/head -> external-96 * [new tag] v1.5.1 -> v1.5.1 * [new tag] v1.5.2 -> v1.5.2 * [new tag] v1.5.3 -> v1.5.3 * [new tag] v1.5.4 -> v1.5.4 * [new tag] v1.6.0 -> v1.6.0 * [new tag] v1.6.1 -> v1.6.1 * [new tag] v1.6.2 -> v1.6.2 * [new tag] v1.7.0 -> v1.7.0 * [new tag] v1.8.0 -> v1.8.0 [rtd-command-info] start-time: 2024-12-09T07:13:42.357449Z, end-time: 2024-12-09T07:13:42.425431Z, duration: 0, exit-code: 0 git checkout --force ae3d2d8a9b2bce68eaa31b9e4488594ef785dca0 Note: switching to 'ae3d2d8a9b2bce68eaa31b9e4488594ef785dca0'. 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 ae3d2d8 make tests pass with numpy2 [rtd-command-info] start-time: 2024-12-09T07:13:42.488264Z, end-time: 2024-12-09T07:13:42.547220Z, 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 [rtd-command-info] start-time: 2024-12-09T07:13:48.722195Z, end-time: 2024-12-09T07:13:48.802290Z, duration: 0, exit-code: 0 asdf global python 3.11.10 [rtd-command-info] start-time: 2024-12-09T07:13:49.223743Z, end-time: 2024-12-09T07:13:50.379391Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.11.10.final.0-64 in 762ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/envs/96, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/docs/.local/share/virtualenv) added seed packages: pip==23.1, setuptools==67.6.1, wheel==0.40.0 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator