Read the Docs build information Build id: 2585201 Project: institute-for-disease-modeling-synthpops-test Version: latest Commit: None Date: 2024-11-01T03:23:12.298503Z State: finished Success: False [rtd-command-info] start-time: 2024-11-01T03:23:13.529450Z, end-time: 2024-11-01T03:23:15.167464Z, duration: 1, exit-code: 0 git clone --depth 1 git@github.com:InstituteforDiseaseModeling/synthpops.git . Cloning into '.'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2024-11-01T03:23:15.242143Z, end-time: 2024-11-01T03:23:18.060979Z, duration: 2, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/main:refs/remotes/origin/main 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/synthpops * [new tag] v1.6.0 -> v1.6.0 * [new tag] v1.6.1 -> v1.6.1 * [new tag] v1.7.5 -> v1.7.5 * [new tag] v1.7.6 -> v1.7.6 * [new tag] v1.7.7 -> v1.7.7 * [new tag] v1.8.0 -> v1.8.0 * [new tag] v1.8.1 -> v1.8.1 * [new tag] v1.8.2 -> v1.8.2 * [new tag] v1.8.3 -> v1.8.3 * [new tag] v1.8.4 -> v1.8.4 * [new tag] v1.9.0 -> v1.9.0 [rtd-command-info] start-time: 2024-11-01T03:23:18.201000Z, end-time: 2024-11-01T03:23:18.318478Z, duration: 0, exit-code: 0 git checkout --force origin/main Note: switching to 'origin/main'. 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 dc40d6f Merge pull request #75 from InstituteforDiseaseModeling/JSchripsema-maintenance [rtd-command-info] start-time: 2024-11-01T03:23:18.387562Z, end-time: 2024-11-01T03:23:18.451233Z, 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 # 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 - pdf # Optionally set the version of Python and requirements required to build your docs python: version: 3.7 install: - requirements: docs/requirements.txt - method: setuptools path: . system_packages: true # Optionally rank topics in search results, between -10 (lower) and 10 (higher). # 0 is normal rank, not no rank search: ranking: installation.html: 3 modules.html: 2