Read the Docs build information Build id: 1758808 Project: institute-for-disease-modeling-emod-malaria Version: latest Commit: 7cae39cfff1ee242c630bd6f9c9cdc086b7ab7d9 Date: 2023-10-03T20:01:47.399293Z State: cancelled Success: False [rtd-command-info] start-time: 2023-10-03T20:01:56.582538Z, end-time: 2023-10-03T20:02:01.625634Z, duration: 5, exit-code: 0 git clone --depth 1 git@github.com:InstituteforDiseaseModeling/EMOD-docs.git . Cloning into '.'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2023-10-03T20:02:02.354152Z, end-time: 2023-10-03T20:02:04.406226Z, duration: 2, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/malaria-ongoing:refs/remotes/origin/malaria-ongoing Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. From github.com:InstituteforDiseaseModeling/EMOD-docs * [new branch] malaria-ongoing -> origin/malaria-ongoing [rtd-command-info] start-time: 2023-10-03T20:02:05.158575Z, end-time: 2023-10-03T20:02:05.611199Z, duration: 0, exit-code: 0 git checkout --force origin/malaria-ongoing Note: switching to 'origin/malaria-ongoing'. 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 7cae39c Merge pull request #1842 from KElsaesser-IDM/relationship-duration-changer [rtd-command-info] start-time: 2023-10-03T20:02:06.181548Z, end-time: 2023-10-03T20:02:06.238195Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-10-03T20:02:06.928088Z, end-time: 2023-10-03T20:02:06.986399Z, 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: 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 # Optionally rank topics in search results, between -10 (lower) and 10 (higher). # 0 is normal rank, not no rank search: ranking: install-overview.html: 3 model-overview.html: 3 faq.html: 2 parameter-overview.html: 2 dev*: -5 [rtd-command-info] start-time: 2023-10-03T20:02:16.675658Z, end-time: 2023-10-03T20:02:16.754150Z, duration: 0, exit-code: 0 asdf global python 3.9.17