Read the Docs build information Build id: 2199564 Project: institute-for-disease-modeling-emod-api Version: latest Commit: 22773cc74f43920299be7af328ed1df239a18870 Date: 2024-05-07T00:05:50.331114Z State: cancelled Success: False [rtd-command-info] start-time: 2024-05-07T00:05:51.545558Z, end-time: 2024-05-07T00:05:53.954509Z, duration: 2, exit-code: 0 git clone --depth 1 git@github.com:InstituteforDiseaseModeling/emod-api.git . Cloning into '.'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2024-05-07T00:05:54.052293Z, end-time: 2024-05-07T00:05:56.288836Z, duration: 2, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/master:refs/remotes/origin/master Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. From github.com:InstituteforDiseaseModeling/emod-api * [new tag] v1.30.1 -> v1.30.1 * [new tag] v1.31.1 -> v1.31.1 [rtd-command-info] start-time: 2024-05-07T00:05:56.418004Z, end-time: 2024-05-07T00:05:56.856697Z, duration: 0, exit-code: 0 git checkout --force origin/master Note: switching to 'origin/master'. 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 22773cc removed custom javascript to show instructions by OS, broken (#682) [rtd-command-info] start-time: 2024-05-07T00:05:56.915472Z, end-time: 2024-05-07T00:05:56.971554Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-05-07T00:05:57.037311Z, end-time: 2024-05-07T00:05:57.093861Z, 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 # Set the version of Python and other tools you might need build: os: ubuntu-20.04 tools: python: "3.9" # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py fail_on_warning: true # Build documentation with MkDocs #mkdocs: # configuration: mkdocs.yml # Optionally build your docs in additional formats such as PDF formats: - htmlzip # Optionally set the version of Python and requirements required to build your docs python: install: - requirements: requirements.txt - requirements: docs/requirements.txt - method: setuptools path: . # Optionally rank topics in search results, between -10 (lower) and 10 (higher). # 0 is normal rank, not no rank # search: # ranking: [rtd-command-info] start-time: 2024-05-07T00:06:02.913995Z, end-time: 2024-05-07T00:06:02.990472Z, duration: 0, exit-code: 0 asdf global python 3.9.18 [rtd-command-info] start-time: 2024-05-07T00:06:03.390610Z, end-time: 2024-05-07T00:06:04.633565Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.9.18.final.0-64 in 934ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-emod-api/envs/latest, 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