Read the Docs build information Build id: 1765015 Project: institute-for-disease-modeling-emod-hiv Version: latest Commit: 4dd907b773cc908e2454200bd11bf4a343e7259f Date: 2023-10-05T23:09:57.875113Z State: cancelled Success: False [rtd-command-info] start-time: 2023-10-05T23:10:06.250736Z, end-time: 2023-10-05T23:10:11.342234Z, 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-05T23:10:12.000297Z, end-time: 2023-10-05T23:10:13.907730Z, duration: 1, 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-05T23:10:14.487829Z, end-time: 2023-10-05T23:10:14.957687Z, 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 4dd907b Merge pull request #1845 from KElsaesser-IDM/ART-mortality-table [rtd-command-info] start-time: 2023-10-05T23:10:15.415741Z, end-time: 2023-10-05T23:10:15.475623Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-10-05T23:10:16.246475Z, end-time: 2023-10-05T23:10:16.306568Z, 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