Read the Docs build information Build id: 2822932 Project: institute-for-disease-modeling-synthpops-test Version: latest Commit: None Date: 2025-02-20T16:10:03.597724Z State: finished Success: False [rtd-command-info] start-time: 2025-02-20T16:10:04.795702Z, end-time: 2025-02-20T16:10:05.501387Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/InstituteforDiseaseModeling/synthpops.git . Cloning into '.'... [rtd-command-info] start-time: 2025-02-20T16:10:05.588021Z, end-time: 2025-02-20T16:10:06.870210Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/main:refs/remotes/origin/main From https://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: 2025-02-20T16:10:06.999911Z, end-time: 2025-02-20T16:10:07.081388Z, 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 9796097 Merge pull request #543 from amath-idm/update-license [rtd-command-info] start-time: 2025-02-20T16:10:07.155525Z, end-time: 2025-02-20T16:10:07.206834Z, 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