Read the Docs build information Build id: 1903517 Project: institute-for-disease-modeling-covasim Version: latest Commit: f3b7b1b1e76493a4b61eb19bdf5835ba44c37b53 Date: 2023-12-15T04:12:53.195776Z State: finished Success: True [rtd-command-info] start-time: 2023-12-15T04:13:01.912903Z, end-time: 2023-12-15T04:13:07.240798Z, duration: 5, exit-code: 0 git clone --depth 1 git@github.com:InstituteforDiseaseModeling/covasim.git . Cloning into '.'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2023-12-15T04:13:07.301292Z, end-time: 2023-12-15T04:13:15.325778Z, duration: 8, 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/covasim * [new tag] v1.3.3 -> v1.3.3 * [new tag] v1.3.4 -> v1.3.4 * [new tag] v1.3.5 -> v1.3.5 * [new tag] v1.4.0 -> v1.4.0 * [new tag] v1.4.1 -> v1.4.1 * [new tag] v1.4.2 -> v1.4.2 * [new tag] v1.4.3 -> v1.4.3 * [new tag] v1.4.4 -> v1.4.4 * [new tag] v1.4.5 -> v1.4.5 * [new tag] v1.4.6 -> v1.4.6 * [new tag] v1.4.7 -> v1.4.7 * [new tag] v1.4.8 -> v1.4.8 * [new tag] v1.5.0 -> v1.5.0 * [new tag] v2.0.0 -> v2.0.0 * [new tag] v2.0.1 -> v2.0.1 * [new tag] v2.0.2 -> v2.0.2 * [new tag] v2.0.3 -> v2.0.3 * [new tag] v2.0.4 -> v2.0.4 * [new tag] v2.1.0 -> v2.1.0 * [new tag] v2.1.1 -> v2.1.1 * [new tag] v2.1.2 -> v2.1.2 * [new tag] v3.0.0 -> v3.0.0 * [new tag] v3.0.1 -> v3.0.1 * [new tag] v3.0.2 -> v3.0.2 * [new tag] v3.0.3 -> v3.0.3 * [new tag] v3.0.4 -> v3.0.4 * [new tag] v3.0.5 -> v3.0.5 * [new tag] v3.0.6 -> v3.0.6 * [new tag] v3.0.7 -> v3.0.7 * [new tag] v3.1.0 -> v3.1.0 * [new tag] v3.1.1 -> v3.1.1 * [new tag] v3.1.2 -> v3.1.2 * [new tag] v3.1.3 -> v3.1.3 * [new tag] v3.1.4 -> v3.1.4 [rtd-command-info] start-time: 2023-12-15T04:13:15.453070Z, end-time: 2023-12-15T04:13:15.551621Z, 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 f3b7b1b Merge pull request #1433 from amath-idm/myst_covasim_ck_pydata [rtd-command-info] start-time: 2023-12-15T04:13:15.624946Z, end-time: 2023-12-15T04:13:15.687200Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-12-15T04:13:15.816984Z, end-time: 2023-12-15T04:13:15.988433Z, duration: 0, exit-code: 0 cat .readthedocs.yaml # .readthedocs.yaml # 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 # If using Sphinx, optionally build your docs in additional formats such as PDF #formats: # - htmlzip # Optionally declare the Python requirements required to build your docs python: install: - requirements: docs/requirements.txt - method: pip path: . [rtd-command-info] start-time: 2023-12-15T04:13:27.247518Z, end-time: 2023-12-15T04:13:29.066775Z, duration: 1, exit-code: 0 asdf global python 3.9.18 [rtd-command-info] start-time: 2023-12-15T04:13:30.160292Z, end-time: 2023-12-15T04:13:33.214870Z, duration: 3, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.9.18.final.0-64 in 834ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/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 [rtd-command-info] start-time: 2023-12-15T04:13:33.280455Z, end-time: 2023-12-15T04:13:48.767131Z, duration: 15, exit-code: 0 python -m pip install --upgrade --no-cache-dir pip setuptools Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (23.1) Collecting pip Downloading pip-23.3.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 36.2 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (67.6.1) Collecting setuptools Downloading setuptools-69.0.2-py3-none-any.whl (819 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 819.5/819.5 kB 154.7 MB/s eta 0:00:00 Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 67.6.1 Uninstalling setuptools-67.6.1: Successfully uninstalled setuptools-67.6.1 Attempting uninstall: pip Found existing installation: pip 23.1 Uninstalling pip-23.1: Successfully uninstalled pip-23.1 Successfully installed pip-23.3.1 setuptools-69.0.2 [rtd-command-info] start-time: 2023-12-15T04:13:48.827734Z, end-time: 2023-12-15T04:13:58.162069Z, duration: 9, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext Collecting sphinx Downloading sphinx-7.2.6-py3-none-any.whl.metadata (5.9 kB) Collecting readthedocs-sphinx-ext Downloading readthedocs_sphinx_ext-2.2.4-py2.py3-none-any.whl.metadata (1.5 kB) Collecting sphinxcontrib-applehelp (from sphinx) Downloading sphinxcontrib_applehelp-1.0.7-py3-none-any.whl.metadata (2.2 kB) Collecting sphinxcontrib-devhelp (from sphinx) Downloading sphinxcontrib_devhelp-1.0.5-py3-none-any.whl.metadata (2.2 kB) Collecting sphinxcontrib-jsmath (from sphinx) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Collecting sphinxcontrib-htmlhelp>=2.0.0 (from sphinx) Downloading sphinxcontrib_htmlhelp-2.0.4-py3-none-any.whl.metadata (2.2 kB) Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx) Downloading sphinxcontrib_serializinghtml-1.1.9-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-qthelp (from sphinx) Downloading sphinxcontrib_qthelp-1.0.6-py3-none-any.whl.metadata (2.2 kB) Collecting Jinja2>=3.0 (from sphinx) Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 10.1 MB/s eta 0:00:00 Collecting Pygments>=2.14 (from sphinx) Downloading pygments-2.17.2-py3-none-any.whl.metadata (2.6 kB) Collecting docutils<0.21,>=0.18.1 (from sphinx) Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB) Collecting snowballstemmer>=2.0 (from sphinx) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 122.5 MB/s eta 0:00:00 Collecting babel>=2.9 (from sphinx) Downloading Babel-2.14.0-py3-none-any.whl.metadata (1.6 kB) Collecting alabaster<0.8,>=0.7 (from sphinx) Downloading alabaster-0.7.13-py3-none-any.whl (13 kB) Collecting imagesize>=1.3 (from sphinx) Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Collecting requests>=2.25.0 (from sphinx) Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) Collecting packaging>=21.0 (from sphinx) Downloading packaging-23.2-py3-none-any.whl.metadata (3.2 kB) Collecting importlib-metadata>=4.8 (from sphinx) Downloading importlib_metadata-7.0.0-py3-none-any.whl.metadata (4.9 kB) Collecting zipp>=0.5 (from importlib-metadata>=4.8->sphinx) Downloading zipp-3.17.0-py3-none-any.whl.metadata (3.7 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->sphinx) Downloading MarkupSafe-2.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.25.0->sphinx) Downloading charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) Collecting idna<4,>=2.5 (from requests>=2.25.0->sphinx) Downloading idna-3.6-py3-none-any.whl.metadata (9.9 kB) Collecting urllib3<3,>=1.21.1 (from requests>=2.25.0->sphinx) Downloading urllib3-2.1.0-py3-none-any.whl.metadata (6.4 kB) Collecting certifi>=2017.4.17 (from requests>=2.25.0->sphinx) Downloading certifi-2023.11.17-py3-none-any.whl.metadata (2.2 kB) Downloading sphinx-7.2.6-py3-none-any.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 65.5 MB/s eta 0:00:00 Downloading readthedocs_sphinx_ext-2.2.4-py2.py3-none-any.whl (11 kB) Downloading Babel-2.14.0-py3-none-any.whl (11.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.0/11.0 MB 122.5 MB/s eta 0:00:00 Downloading docutils-0.20.1-py3-none-any.whl (572 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 161.0 MB/s eta 0:00:00 Downloading importlib_metadata-7.0.0-py3-none-any.whl (23 kB) Downloading packaging-23.2-py3-none-any.whl (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 127.8 MB/s eta 0:00:00 Downloading pygments-2.17.2-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 157.5 MB/s eta 0:00:00 Downloading requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 126.1 MB/s eta 0:00:00 Downloading sphinxcontrib_htmlhelp-2.0.4-py3-none-any.whl (99 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.2/99.2 kB 130.5 MB/s eta 0:00:00 Downloading sphinxcontrib_serializinghtml-1.1.9-py3-none-any.whl (92 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.7/92.7 kB 138.1 MB/s eta 0:00:00 Downloading sphinxcontrib_applehelp-1.0.7-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.0/120.0 kB 145.4 MB/s eta 0:00:00 Downloading sphinxcontrib_devhelp-1.0.5-py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.5/83.5 kB 121.2 MB/s eta 0:00:00 Downloading sphinxcontrib_qthelp-1.0.6-py3-none-any.whl (89 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.4/89.4 kB 137.2 MB/s eta 0:00:00 Downloading certifi-2023.11.17-py3-none-any.whl (162 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.5/162.5 kB 153.7 MB/s eta 0:00:00 Downloading charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.3/142.3 kB 146.5 MB/s eta 0:00:00 Downloading idna-3.6-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 129.6 MB/s eta 0:00:00 Downloading MarkupSafe-2.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Downloading urllib3-2.1.0-py3-none-any.whl (104 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.6/104.6 kB 144.6 MB/s eta 0:00:00 Downloading zipp-3.17.0-py3-none-any.whl (7.4 kB) Installing collected packages: snowballstemmer, zipp, urllib3, sphinxcontrib-jsmath, Pygments, packaging, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, alabaster, requests, Jinja2, importlib-metadata, readthedocs-sphinx-ext, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, sphinx Successfully installed Jinja2-3.1.2 MarkupSafe-2.1.3 Pygments-2.17.2 alabaster-0.7.13 babel-2.14.0 certifi-2023.11.17 charset-normalizer-3.3.2 docutils-0.20.1 idna-3.6 imagesize-1.4.1 importlib-metadata-7.0.0 packaging-23.2 readthedocs-sphinx-ext-2.2.4 requests-2.31.0 snowballstemmer-2.2.0 sphinx-7.2.6 sphinxcontrib-applehelp-1.0.7 sphinxcontrib-devhelp-1.0.5 sphinxcontrib-htmlhelp-2.0.4 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.6 sphinxcontrib-serializinghtml-1.1.9 urllib3-2.1.0 zipp-3.17.0 [rtd-command-info] start-time: 2023-12-15T04:13:58.232468Z, end-time: 2023-12-15T04:14:28.482499Z, duration: 30, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt Collecting pandoc (from -r docs/requirements.txt (line 1)) Downloading pandoc-2.3.tar.gz (33 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pypandoc (from -r docs/requirements.txt (line 2)) Downloading pypandoc-1.12-py3-none-any.whl.metadata (16 kB) Requirement already satisfied: sphinx in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from -r docs/requirements.txt (line 3)) (7.2.6) Collecting sphinx-autodoc-typehints (from -r docs/requirements.txt (line 4)) Downloading sphinx_autodoc_typehints-1.25.2-py3-none-any.whl.metadata (7.8 kB) Collecting pydata-sphinx-theme (from -r docs/requirements.txt (line 5)) Downloading pydata_sphinx_theme-0.14.4-py3-none-any.whl.metadata (7.3 kB) Collecting sphinx-design (from -r docs/requirements.txt (line 6)) Downloading sphinx_design-0.5.0-py3-none-any.whl.metadata (5.1 kB) Collecting readthedocs-sphinx-search (from -r docs/requirements.txt (line 7)) Downloading readthedocs_sphinx_search-0.3.1-py3-none-any.whl (21 kB) Collecting ipykernel (from -r docs/requirements.txt (line 8)) Downloading ipykernel-6.27.1-py3-none-any.whl.metadata (6.3 kB) Collecting nbsphinx (from -r docs/requirements.txt (line 9)) Downloading nbsphinx-0.9.3-py3-none-any.whl.metadata (2.1 kB) Collecting plantweb (from -r docs/requirements.txt (line 10)) Downloading plantweb-1.2.1-py3-none-any.whl (20 kB) Collecting optuna (from -r docs/requirements.txt (line 13)) Downloading optuna-3.5.0-py3-none-any.whl.metadata (17 kB) Collecting seaborn (from -r docs/requirements.txt (line 14)) Downloading seaborn-0.13.0-py3-none-any.whl.metadata (5.3 kB) Collecting plumbum (from pandoc->-r docs/requirements.txt (line 1)) Downloading plumbum-1.8.2-py3-none-any.whl.metadata (10 kB) Collecting ply (from pandoc->-r docs/requirements.txt (line 1)) Downloading ply-3.11-py2.py3-none-any.whl (49 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 192.2 MB/s eta 0:00:00 Requirement already satisfied: sphinxcontrib-applehelp in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (1.0.7) Requirement already satisfied: sphinxcontrib-devhelp in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (1.0.5) Requirement already satisfied: sphinxcontrib-jsmath in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (1.0.1) Requirement already satisfied: sphinxcontrib-htmlhelp>=2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (2.0.4) Requirement already satisfied: sphinxcontrib-serializinghtml>=1.1.9 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (1.1.9) Requirement already satisfied: sphinxcontrib-qthelp in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (1.0.6) Requirement already satisfied: Jinja2>=3.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (3.1.2) Requirement already satisfied: Pygments>=2.14 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (2.17.2) Requirement already satisfied: docutils<0.21,>=0.18.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (0.20.1) Requirement already satisfied: snowballstemmer>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (2.2.0) Requirement already satisfied: babel>=2.9 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (2.14.0) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (0.7.13) Requirement already satisfied: imagesize>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (1.4.1) Requirement already satisfied: requests>=2.25.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (2.31.0) Requirement already satisfied: packaging>=21.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (23.2) Requirement already satisfied: importlib-metadata>=4.8 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (7.0.0) Collecting beautifulsoup4 (from pydata-sphinx-theme->-r docs/requirements.txt (line 5)) Downloading beautifulsoup4-4.12.2-py3-none-any.whl (142 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.0/143.0 kB 20.9 MB/s eta 0:00:00 Collecting accessible-pygments (from pydata-sphinx-theme->-r docs/requirements.txt (line 5)) Downloading accessible_pygments-0.0.4-py2.py3-none-any.whl (29 kB) Collecting typing-extensions (from pydata-sphinx-theme->-r docs/requirements.txt (line 5)) Downloading typing_extensions-4.9.0-py3-none-any.whl.metadata (3.0 kB) Collecting comm>=0.1.1 (from ipykernel->-r docs/requirements.txt (line 8)) Downloading comm-0.2.0-py3-none-any.whl.metadata (3.7 kB) Collecting debugpy>=1.6.5 (from ipykernel->-r docs/requirements.txt (line 8)) Downloading debugpy-1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.0 kB) Collecting ipython>=7.23.1 (from ipykernel->-r docs/requirements.txt (line 8)) Downloading ipython-8.18.1-py3-none-any.whl.metadata (6.0 kB) Collecting jupyter-client>=6.1.12 (from ipykernel->-r docs/requirements.txt (line 8)) Downloading jupyter_client-8.6.0-py3-none-any.whl.metadata (8.3 kB) Collecting jupyter-core!=5.0.*,>=4.12 (from ipykernel->-r docs/requirements.txt (line 8)) Downloading jupyter_core-5.5.0-py3-none-any.whl.metadata (3.4 kB) Collecting matplotlib-inline>=0.1 (from ipykernel->-r docs/requirements.txt (line 8)) Downloading matplotlib_inline-0.1.6-py3-none-any.whl (9.4 kB) Collecting nest-asyncio (from ipykernel->-r docs/requirements.txt (line 8)) Downloading nest_asyncio-1.5.8-py3-none-any.whl.metadata (2.8 kB) Collecting psutil (from ipykernel->-r docs/requirements.txt (line 8)) Downloading psutil-5.9.6-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) Collecting pyzmq>=20 (from ipykernel->-r docs/requirements.txt (line 8)) Downloading pyzmq-25.1.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (4.9 kB) Collecting tornado>=6.1 (from ipykernel->-r docs/requirements.txt (line 8)) Downloading tornado-6.4-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB) Collecting traitlets>=5.4.0 (from ipykernel->-r docs/requirements.txt (line 8)) Downloading traitlets-5.14.0-py3-none-any.whl.metadata (10 kB) Collecting nbconvert!=5.4 (from nbsphinx->-r docs/requirements.txt (line 9)) Downloading nbconvert-7.12.0-py3-none-any.whl.metadata (7.7 kB) Collecting nbformat (from nbsphinx->-r docs/requirements.txt (line 9)) Downloading nbformat-5.9.2-py3-none-any.whl.metadata (3.4 kB) Collecting six (from plantweb->-r docs/requirements.txt (line 10)) Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting alembic>=1.5.0 (from optuna->-r docs/requirements.txt (line 13)) Downloading alembic-1.13.0-py3-none-any.whl.metadata (7.4 kB) Collecting colorlog (from optuna->-r docs/requirements.txt (line 13)) Downloading colorlog-6.8.0-py3-none-any.whl.metadata (10 kB) Collecting numpy (from optuna->-r docs/requirements.txt (line 13)) Downloading numpy-1.26.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 208.2 MB/s eta 0:00:00 Collecting sqlalchemy>=1.3.0 (from optuna->-r docs/requirements.txt (line 13)) Downloading SQLAlchemy-2.0.23-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.6 kB) Collecting tqdm (from optuna->-r docs/requirements.txt (line 13)) Downloading tqdm-4.66.1-py3-none-any.whl.metadata (57 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.6/57.6 kB 188.0 MB/s eta 0:00:00 Collecting PyYAML (from optuna->-r docs/requirements.txt (line 13)) Downloading PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) Collecting pandas>=1.2 (from seaborn->-r docs/requirements.txt (line 14)) Downloading pandas-2.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (18 kB) Collecting matplotlib!=3.6.1,>=3.3 (from seaborn->-r docs/requirements.txt (line 14)) Downloading matplotlib-3.8.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.8 kB) Collecting Mako (from alembic>=1.5.0->optuna->-r docs/requirements.txt (line 13)) Downloading Mako-1.3.0-py3-none-any.whl.metadata (2.9 kB) Requirement already satisfied: zipp>=0.5 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from importlib-metadata>=4.8->sphinx->-r docs/requirements.txt (line 3)) (3.17.0) Collecting decorator (from ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 8)) Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) Collecting jedi>=0.16 (from ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 8)) Downloading jedi-0.19.1-py2.py3-none-any.whl.metadata (22 kB) Collecting prompt-toolkit<3.1.0,>=3.0.41 (from ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 8)) Downloading prompt_toolkit-3.0.43-py3-none-any.whl.metadata (6.5 kB) Collecting stack-data (from ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 8)) Downloading stack_data-0.6.3-py3-none-any.whl.metadata (18 kB) Collecting exceptiongroup (from ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 8)) Downloading exceptiongroup-1.2.0-py3-none-any.whl.metadata (6.6 kB) Collecting pexpect>4.3 (from ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 8)) Downloading pexpect-4.9.0-py2.py3-none-any.whl.metadata (2.5 kB) Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from Jinja2>=3.0->sphinx->-r docs/requirements.txt (line 3)) (2.1.3) Collecting python-dateutil>=2.8.2 (from jupyter-client>=6.1.12->ipykernel->-r docs/requirements.txt (line 8)) Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 216.1 MB/s eta 0:00:00 Collecting platformdirs>=2.5 (from jupyter-core!=5.0.*,>=4.12->ipykernel->-r docs/requirements.txt (line 8)) Downloading platformdirs-4.1.0-py3-none-any.whl.metadata (11 kB) Collecting contourpy>=1.0.1 (from matplotlib!=3.6.1,>=3.3->seaborn->-r docs/requirements.txt (line 14)) Downloading contourpy-1.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.8 kB) Collecting cycler>=0.10 (from matplotlib!=3.6.1,>=3.3->seaborn->-r docs/requirements.txt (line 14)) Downloading cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB) Collecting fonttools>=4.22.0 (from matplotlib!=3.6.1,>=3.3->seaborn->-r docs/requirements.txt (line 14)) Downloading fonttools-4.46.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (156 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.2/156.2 kB 235.4 MB/s eta 0:00:00 Collecting kiwisolver>=1.3.1 (from matplotlib!=3.6.1,>=3.3->seaborn->-r docs/requirements.txt (line 14)) Downloading kiwisolver-1.4.5-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (6.4 kB) Collecting pillow>=8 (from matplotlib!=3.6.1,>=3.3->seaborn->-r docs/requirements.txt (line 14)) Downloading Pillow-10.1.0-cp39-cp39-manylinux_2_28_x86_64.whl.metadata (9.5 kB) Collecting pyparsing>=2.3.1 (from matplotlib!=3.6.1,>=3.3->seaborn->-r docs/requirements.txt (line 14)) Downloading pyparsing-3.1.1-py3-none-any.whl.metadata (5.1 kB) Collecting importlib-resources>=3.2.0 (from matplotlib!=3.6.1,>=3.3->seaborn->-r docs/requirements.txt (line 14)) Downloading importlib_resources-6.1.1-py3-none-any.whl.metadata (4.1 kB) Collecting bleach!=5.0.0 (from nbconvert!=5.4->nbsphinx->-r docs/requirements.txt (line 9)) Downloading bleach-6.1.0-py3-none-any.whl.metadata (30 kB) Collecting defusedxml (from nbconvert!=5.4->nbsphinx->-r docs/requirements.txt (line 9)) Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) Collecting jupyterlab-pygments (from nbconvert!=5.4->nbsphinx->-r docs/requirements.txt (line 9)) Downloading jupyterlab_pygments-0.3.0-py3-none-any.whl.metadata (4.4 kB) Collecting mistune<4,>=2.0.3 (from nbconvert!=5.4->nbsphinx->-r docs/requirements.txt (line 9)) Downloading mistune-3.0.2-py3-none-any.whl.metadata (1.7 kB) Collecting nbclient>=0.5.0 (from nbconvert!=5.4->nbsphinx->-r docs/requirements.txt (line 9)) Downloading nbclient-0.9.0-py3-none-any.whl.metadata (7.8 kB) Collecting pandocfilters>=1.4.1 (from nbconvert!=5.4->nbsphinx->-r docs/requirements.txt (line 9)) Downloading pandocfilters-1.5.0-py2.py3-none-any.whl (8.7 kB) Collecting tinycss2 (from nbconvert!=5.4->nbsphinx->-r docs/requirements.txt (line 9)) Downloading tinycss2-1.2.1-py3-none-any.whl (21 kB) Collecting fastjsonschema (from nbformat->nbsphinx->-r docs/requirements.txt (line 9)) Downloading fastjsonschema-2.19.0-py3-none-any.whl.metadata (2.0 kB) Collecting jsonschema>=2.6 (from nbformat->nbsphinx->-r docs/requirements.txt (line 9)) Downloading jsonschema-4.20.0-py3-none-any.whl.metadata (8.1 kB) Collecting pytz>=2020.1 (from pandas>=1.2->seaborn->-r docs/requirements.txt (line 14)) Downloading pytz-2023.3.post1-py2.py3-none-any.whl.metadata (22 kB) Collecting tzdata>=2022.1 (from pandas>=1.2->seaborn->-r docs/requirements.txt (line 14)) Downloading tzdata-2023.3-py2.py3-none-any.whl (341 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.8/341.8 kB 249.6 MB/s eta 0:00:00 Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from requests>=2.25.0->sphinx->-r docs/requirements.txt (line 3)) (3.3.2) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from requests>=2.25.0->sphinx->-r docs/requirements.txt (line 3)) (3.6) Requirement already satisfied: urllib3<3,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from requests>=2.25.0->sphinx->-r docs/requirements.txt (line 3)) (2.1.0) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from requests>=2.25.0->sphinx->-r docs/requirements.txt (line 3)) (2023.11.17) Collecting greenlet!=0.4.17 (from sqlalchemy>=1.3.0->optuna->-r docs/requirements.txt (line 13)) Downloading greenlet-3.0.2-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.metadata (3.7 kB) Collecting soupsieve>1.2 (from beautifulsoup4->pydata-sphinx-theme->-r docs/requirements.txt (line 5)) Downloading soupsieve-2.5-py3-none-any.whl.metadata (4.7 kB) Collecting webencodings (from bleach!=5.0.0->nbconvert!=5.4->nbsphinx->-r docs/requirements.txt (line 9)) Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB) Collecting parso<0.9.0,>=0.8.3 (from jedi>=0.16->ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 8)) Downloading parso-0.8.3-py2.py3-none-any.whl (100 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.8/100.8 kB 204.3 MB/s eta 0:00:00 Collecting attrs>=22.2.0 (from jsonschema>=2.6->nbformat->nbsphinx->-r docs/requirements.txt (line 9)) Downloading attrs-23.1.0-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 202.3 MB/s eta 0:00:00 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=2.6->nbformat->nbsphinx->-r docs/requirements.txt (line 9)) Downloading jsonschema_specifications-2023.11.2-py3-none-any.whl.metadata (3.0 kB) Collecting referencing>=0.28.4 (from jsonschema>=2.6->nbformat->nbsphinx->-r docs/requirements.txt (line 9)) Downloading referencing-0.32.0-py3-none-any.whl.metadata (2.7 kB) Collecting rpds-py>=0.7.1 (from jsonschema>=2.6->nbformat->nbsphinx->-r docs/requirements.txt (line 9)) Downloading rpds_py-0.13.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.9 kB) Collecting ptyprocess>=0.5 (from pexpect>4.3->ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 8)) Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB) Collecting wcwidth (from prompt-toolkit<3.1.0,>=3.0.41->ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 8)) Downloading wcwidth-0.2.12-py2.py3-none-any.whl.metadata (14 kB) Collecting executing>=1.2.0 (from stack-data->ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 8)) Downloading executing-2.0.1-py2.py3-none-any.whl.metadata (9.0 kB) Collecting asttokens>=2.1.0 (from stack-data->ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 8)) Downloading asttokens-2.4.1-py2.py3-none-any.whl.metadata (5.2 kB) Collecting pure-eval (from stack-data->ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 8)) Downloading pure_eval-0.2.2-py3-none-any.whl (11 kB) Downloading pypandoc-1.12-py3-none-any.whl (20 kB) Downloading sphinx_autodoc_typehints-1.25.2-py3-none-any.whl (18 kB) Downloading pydata_sphinx_theme-0.14.4-py3-none-any.whl (4.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.7/4.7 MB 177.1 MB/s eta 0:00:00 Downloading sphinx_design-0.5.0-py3-none-any.whl (2.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 215.6 MB/s eta 0:00:00 Downloading ipykernel-6.27.1-py3-none-any.whl (114 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 114.6/114.6 kB 237.3 MB/s eta 0:00:00 Downloading nbsphinx-0.9.3-py3-none-any.whl (31 kB) Downloading optuna-3.5.0-py3-none-any.whl (413 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 413.4/413.4 kB 250.1 MB/s eta 0:00:00 Downloading seaborn-0.13.0-py3-none-any.whl (294 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 294.6/294.6 kB 247.9 MB/s eta 0:00:00 Downloading alembic-1.13.0-py3-none-any.whl (230 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 230.6/230.6 kB 243.2 MB/s eta 0:00:00 Downloading comm-0.2.0-py3-none-any.whl (7.0 kB) Downloading debugpy-1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 223.0 MB/s eta 0:00:00 Downloading ipython-8.18.1-py3-none-any.whl (808 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 808.2/808.2 kB 256.2 MB/s eta 0:00:00 Downloading jupyter_client-8.6.0-py3-none-any.whl (105 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.9/105.9 kB 226.4 MB/s eta 0:00:00 Downloading jupyter_core-5.5.0-py3-none-any.whl (28 kB) Downloading matplotlib-3.8.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.6/11.6 MB 192.2 MB/s eta 0:00:00 Downloading nbconvert-7.12.0-py3-none-any.whl (256 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 256.6/256.6 kB 246.5 MB/s eta 0:00:00 Downloading nbformat-5.9.2-py3-none-any.whl (77 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.6/77.6 kB 217.6 MB/s eta 0:00:00 Downloading numpy-1.26.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.2/18.2 MB 201.5 MB/s eta 0:00:00 Downloading pandas-2.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.3/12.3 MB 205.9 MB/s eta 0:00:00 Downloading pyzmq-25.1.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 253.3 MB/s eta 0:00:00 Downloading SQLAlchemy-2.0.23-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 224.8 MB/s eta 0:00:00 Downloading tornado-6.4-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (435 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 435.4/435.4 kB 259.5 MB/s eta 0:00:00 Downloading traitlets-5.14.0-py3-none-any.whl (85 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.2/85.2 kB 222.1 MB/s eta 0:00:00 Downloading typing_extensions-4.9.0-py3-none-any.whl (32 kB) Downloading colorlog-6.8.0-py3-none-any.whl (11 kB) Downloading nest_asyncio-1.5.8-py3-none-any.whl (5.3 kB) Downloading plumbum-1.8.2-py3-none-any.whl (127 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 127.0/127.0 kB 232.4 MB/s eta 0:00:00 Downloading psutil-5.9.6-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (283 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 283.6/283.6 kB 244.6 MB/s eta 0:00:00 Downloading PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (738 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 738.9/738.9 kB 256.3 MB/s eta 0:00:00 Downloading tqdm-4.66.1-py3-none-any.whl (78 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.3/78.3 kB 219.3 MB/s eta 0:00:00 Downloading bleach-6.1.0-py3-none-any.whl (162 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.8/162.8 kB 247.0 MB/s eta 0:00:00 Downloading contourpy-1.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (310 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 311.0/311.0 kB 248.6 MB/s eta 0:00:00 Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB) Downloading fonttools-4.46.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 130.0 MB/s eta 0:00:00 Downloading greenlet-3.0.2-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (610 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 610.9/610.9 kB 255.1 MB/s eta 0:00:00 Downloading importlib_resources-6.1.1-py3-none-any.whl (33 kB) Downloading jedi-0.19.1-py2.py3-none-any.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 255.6 MB/s eta 0:00:00 Downloading jsonschema-4.20.0-py3-none-any.whl (84 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.7/84.7 kB 221.1 MB/s eta 0:00:00 Downloading kiwisolver-1.4.5-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 240.0 MB/s eta 0:00:00 Downloading mistune-3.0.2-py3-none-any.whl (47 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.0/48.0 kB 202.1 MB/s eta 0:00:00 Downloading nbclient-0.9.0-py3-none-any.whl (24 kB) Downloading pexpect-4.9.0-py2.py3-none-any.whl (63 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.8/63.8 kB 215.8 MB/s eta 0:00:00 Downloading Pillow-10.1.0-cp39-cp39-manylinux_2_28_x86_64.whl (3.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 222.5 MB/s eta 0:00:00 Downloading platformdirs-4.1.0-py3-none-any.whl (17 kB) Downloading prompt_toolkit-3.0.43-py3-none-any.whl (386 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 386.1/386.1 kB 256.5 MB/s eta 0:00:00 Downloading pyparsing-3.1.1-py3-none-any.whl (103 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.1/103.1 kB 234.1 MB/s eta 0:00:00 Downloading pytz-2023.3.post1-py2.py3-none-any.whl (502 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.5/502.5 kB 251.2 MB/s eta 0:00:00 Downloading soupsieve-2.5-py3-none-any.whl (36 kB) Downloading exceptiongroup-1.2.0-py3-none-any.whl (16 kB) Downloading fastjsonschema-2.19.0-py3-none-any.whl (23 kB) Downloading jupyterlab_pygments-0.3.0-py3-none-any.whl (15 kB) Downloading Mako-1.3.0-py3-none-any.whl (78 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.6/78.6 kB 225.2 MB/s eta 0:00:00 Downloading stack_data-0.6.3-py3-none-any.whl (24 kB) Downloading asttokens-2.4.1-py2.py3-none-any.whl (27 kB) Downloading executing-2.0.1-py2.py3-none-any.whl (24 kB) Downloading jsonschema_specifications-2023.11.2-py3-none-any.whl (17 kB) Downloading referencing-0.32.0-py3-none-any.whl (26 kB) Downloading rpds_py-0.13.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 254.4 MB/s eta 0:00:00 Downloading wcwidth-0.2.12-py2.py3-none-any.whl (34 kB) Building wheels for collected packages: pandoc Building wheel for pandoc (setup.py): started Building wheel for pandoc (setup.py): finished with status 'done' Created wheel for pandoc: filename=pandoc-2.3-py3-none-any.whl size=33262 sha256=bd9805846a41c3f0dc9221ff1fbe1542414cc86ba1183db4476c5d558a690c9f Stored in directory: /tmp/pip-ephem-wheel-cache-afftwcm0/wheels/69/e6/a1/1daa96d919c9e09a71473649b717b8da286f3f8d7719d1cfc5 Successfully built pandoc Installing collected packages: webencodings, wcwidth, pytz, pure-eval, ptyprocess, ply, fastjsonschema, tzdata, typing-extensions, traitlets, tqdm, tornado, tinycss2, soupsieve, six, rpds-py, readthedocs-sphinx-search, pyzmq, PyYAML, pyparsing, pypandoc, psutil, prompt-toolkit, plumbum, platformdirs, pillow, pexpect, parso, pandocfilters, numpy, nest-asyncio, mistune, Mako, kiwisolver, jupyterlab-pygments, importlib-resources, greenlet, fonttools, executing, exceptiongroup, defusedxml, decorator, debugpy, cycler, colorlog, attrs, accessible-pygments, sqlalchemy, referencing, python-dateutil, plantweb, pandoc, matplotlib-inline, jupyter-core, jedi, contourpy, comm, bleach, beautifulsoup4, asttokens, stack-data, pandas, matplotlib, jupyter-client, jsonschema-specifications, alembic, seaborn, optuna, jsonschema, ipython, nbformat, ipykernel, nbclient, nbconvert, sphinx-design, sphinx-autodoc-typehints, pydata-sphinx-theme, nbsphinx Successfully installed Mako-1.3.0 PyYAML-6.0.1 accessible-pygments-0.0.4 alembic-1.13.0 asttokens-2.4.1 attrs-23.1.0 beautifulsoup4-4.12.2 bleach-6.1.0 colorlog-6.8.0 comm-0.2.0 contourpy-1.2.0 cycler-0.12.1 debugpy-1.8.0 decorator-5.1.1 defusedxml-0.7.1 exceptiongroup-1.2.0 executing-2.0.1 fastjsonschema-2.19.0 fonttools-4.46.0 greenlet-3.0.2 importlib-resources-6.1.1 ipykernel-6.27.1 ipython-8.18.1 jedi-0.19.1 jsonschema-4.20.0 jsonschema-specifications-2023.11.2 jupyter-client-8.6.0 jupyter-core-5.5.0 jupyterlab-pygments-0.3.0 kiwisolver-1.4.5 matplotlib-3.8.2 matplotlib-inline-0.1.6 mistune-3.0.2 nbclient-0.9.0 nbconvert-7.12.0 nbformat-5.9.2 nbsphinx-0.9.3 nest-asyncio-1.5.8 numpy-1.26.2 optuna-3.5.0 pandas-2.1.4 pandoc-2.3 pandocfilters-1.5.0 parso-0.8.3 pexpect-4.9.0 pillow-10.1.0 plantweb-1.2.1 platformdirs-4.1.0 plumbum-1.8.2 ply-3.11 prompt-toolkit-3.0.43 psutil-5.9.6 ptyprocess-0.7.0 pure-eval-0.2.2 pydata-sphinx-theme-0.14.4 pypandoc-1.12 pyparsing-3.1.1 python-dateutil-2.8.2 pytz-2023.3.post1 pyzmq-25.1.2 readthedocs-sphinx-search-0.3.1 referencing-0.32.0 rpds-py-0.13.2 seaborn-0.13.0 six-1.16.0 soupsieve-2.5 sphinx-autodoc-typehints-1.25.2 sphinx-design-0.5.0 sqlalchemy-2.0.23 stack-data-0.6.3 tinycss2-1.2.1 tornado-6.4 tqdm-4.66.1 traitlets-5.14.0 typing-extensions-4.9.0 tzdata-2023.3 wcwidth-0.2.12 webencodings-0.5.1 [rtd-command-info] start-time: 2023-12-15T04:14:28.579814Z, end-time: 2023-12-15T04:14:47.145616Z, duration: 18, exit-code: 0 python -m pip install --upgrade --upgrade-strategy only-if-needed --no-cache-dir . Processing /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: numpy in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from covasim==3.1.4) (1.26.2) Collecting numba (from covasim==3.1.4) Downloading numba-0.58.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.7 kB) Requirement already satisfied: pandas in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from covasim==3.1.4) (2.1.4) Collecting scipy (from covasim==3.1.4) Downloading scipy-1.11.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.4/60.4 kB 7.2 MB/s eta 0:00:00 Collecting statsmodels (from covasim==3.1.4) Downloading statsmodels-0.14.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.5 kB) Requirement already satisfied: matplotlib in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from covasim==3.1.4) (3.8.2) Collecting sciris>=2.0.4 (from covasim==3.1.4) Downloading sciris-3.1.2-py3-none-any.whl.metadata (3.6 kB) Collecting openpyxl (from sciris>=2.0.4->covasim==3.1.4) Downloading openpyxl-3.1.2-py2.py3-none-any.whl (249 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.0/250.0 kB 31.3 MB/s eta 0:00:00 Collecting xlsxwriter (from sciris>=2.0.4->covasim==3.1.4) Downloading XlsxWriter-3.1.9-py3-none-any.whl.metadata (2.6 kB) Requirement already satisfied: psutil in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from sciris>=2.0.4->covasim==3.1.4) (5.9.6) Collecting dill (from sciris>=2.0.4->covasim==3.1.4) Downloading dill-0.3.7-py3-none-any.whl.metadata (9.9 kB) Collecting zstandard (from sciris>=2.0.4->covasim==3.1.4) Downloading zstandard-0.22.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.9 kB) Collecting multiprocess (from sciris>=2.0.4->covasim==3.1.4) Downloading multiprocess-0.70.15-py39-none-any.whl.metadata (7.2 kB) Collecting jsonpickle (from sciris>=2.0.4->covasim==3.1.4) Downloading jsonpickle-3.0.2-py3-none-any.whl.metadata (7.5 kB) Requirement already satisfied: pyyaml in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from sciris>=2.0.4->covasim==3.1.4) (6.0.1) Requirement already satisfied: packaging in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from sciris>=2.0.4->covasim==3.1.4) (23.2) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from sciris>=2.0.4->covasim==3.1.4) (69.0.2) Collecting gitpython (from sciris>=2.0.4->covasim==3.1.4) Downloading GitPython-3.1.40-py3-none-any.whl.metadata (12 kB) Collecting jellyfish (from sciris>=2.0.4->covasim==3.1.4) Downloading jellyfish-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB) Requirement already satisfied: tqdm in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from sciris>=2.0.4->covasim==3.1.4) (4.66.1) Requirement already satisfied: python-dateutil in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from sciris>=2.0.4->covasim==3.1.4) (2.8.2) Collecting memory-profiler (from sciris>=2.0.4->covasim==3.1.4) Downloading memory_profiler-0.61.0-py3-none-any.whl (31 kB) Collecting line-profiler (from sciris>=2.0.4->covasim==3.1.4) Downloading line_profiler-4.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (31 kB) Requirement already satisfied: contourpy>=1.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from matplotlib->covasim==3.1.4) (1.2.0) Requirement already satisfied: cycler>=0.10 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from matplotlib->covasim==3.1.4) (0.12.1) Requirement already satisfied: fonttools>=4.22.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from matplotlib->covasim==3.1.4) (4.46.0) Requirement already satisfied: kiwisolver>=1.3.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from matplotlib->covasim==3.1.4) (1.4.5) Requirement already satisfied: pillow>=8 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from matplotlib->covasim==3.1.4) (10.1.0) Requirement already satisfied: pyparsing>=2.3.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from matplotlib->covasim==3.1.4) (3.1.1) Requirement already satisfied: importlib-resources>=3.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from matplotlib->covasim==3.1.4) (6.1.1) Collecting llvmlite<0.42,>=0.41.0dev0 (from numba->covasim==3.1.4) Downloading llvmlite-0.41.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.8 kB) Requirement already satisfied: pytz>=2020.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from pandas->covasim==3.1.4) (2023.3.post1) Requirement already satisfied: tzdata>=2022.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from pandas->covasim==3.1.4) (2023.3) Collecting patsy>=0.5.4 (from statsmodels->covasim==3.1.4) Downloading patsy-0.5.4-py2.py3-none-any.whl.metadata (3.4 kB) Requirement already satisfied: zipp>=3.1.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from importlib-resources>=3.2.0->matplotlib->covasim==3.1.4) (3.17.0) Requirement already satisfied: six in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages (from patsy>=0.5.4->statsmodels->covasim==3.1.4) (1.16.0) Collecting gitdb<5,>=4.0.1 (from gitpython->sciris>=2.0.4->covasim==3.1.4) Downloading gitdb-4.0.11-py3-none-any.whl.metadata (1.2 kB) Collecting et-xmlfile (from openpyxl->sciris>=2.0.4->covasim==3.1.4) Downloading et_xmlfile-1.1.0-py3-none-any.whl (4.7 kB) Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->gitpython->sciris>=2.0.4->covasim==3.1.4) Downloading smmap-5.0.1-py3-none-any.whl.metadata (4.3 kB) Downloading sciris-3.1.2-py3-none-any.whl (230 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 230.7/230.7 kB 243.3 MB/s eta 0:00:00 Downloading numba-0.58.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 161.9 MB/s eta 0:00:00 Downloading scipy-1.11.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (36.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 36.6/36.6 MB 200.1 MB/s eta 0:00:00 Downloading statsmodels-0.14.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.8/10.8 MB 163.8 MB/s eta 0:00:00 Downloading llvmlite-0.41.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (43.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.6/43.6 MB 220.0 MB/s eta 0:00:00 Downloading patsy-0.5.4-py2.py3-none-any.whl (233 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.9/233.9 kB 231.6 MB/s eta 0:00:00 Downloading dill-0.3.7-py3-none-any.whl (115 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.3/115.3 kB 233.2 MB/s eta 0:00:00 Downloading GitPython-3.1.40-py3-none-any.whl (190 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 190.6/190.6 kB 244.8 MB/s eta 0:00:00 Downloading jellyfish-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 242.9 MB/s eta 0:00:00 Downloading jsonpickle-3.0.2-py3-none-any.whl (40 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.7/40.7 kB 199.5 MB/s eta 0:00:00 Downloading line_profiler-4.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (715 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 715.2/715.2 kB 251.4 MB/s eta 0:00:00 Downloading multiprocess-0.70.15-py39-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.3/133.3 kB 229.7 MB/s eta 0:00:00 Downloading XlsxWriter-3.1.9-py3-none-any.whl (154 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.8/154.8 kB 237.1 MB/s eta 0:00:00 Downloading zstandard-0.22.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.4/5.4 MB 223.2 MB/s eta 0:00:00 Downloading gitdb-4.0.11-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 210.3 MB/s eta 0:00:00 Downloading smmap-5.0.1-py3-none-any.whl (24 kB) Building wheels for collected packages: covasim Building wheel for covasim (setup.py): started Building wheel for covasim (setup.py): finished with status 'done' Created wheel for covasim: filename=covasim-3.1.4-py3-none-any.whl size=1631951 sha256=dbd8d045457358147b81193b4823fcd6a85c06eda44d07bab99bc2e1e2ad917b Stored in directory: /tmp/pip-ephem-wheel-cache-l_m62xhx/wheels/47/88/46/fbd9fe4897d2ee7c348589195791d23c63897c8ab5b36306d1 Successfully built covasim Installing collected packages: zstandard, xlsxwriter, smmap, scipy, patsy, memory-profiler, llvmlite, line-profiler, jsonpickle, jellyfish, et-xmlfile, dill, openpyxl, numba, multiprocess, gitdb, statsmodels, gitpython, sciris, covasim Successfully installed covasim-3.1.4 dill-0.3.7 et-xmlfile-1.1.0 gitdb-4.0.11 gitpython-3.1.40 jellyfish-1.0.3 jsonpickle-3.0.2 line-profiler-4.1.2 llvmlite-0.41.1 memory-profiler-0.61.0 multiprocess-0.70.15 numba-0.58.1 openpyxl-3.1.2 patsy-0.5.4 scipy-1.11.4 sciris-3.1.2 smmap-5.0.1 statsmodels-0.14.1 xlsxwriter-3.1.9 zstandard-0.22.0 [rtd-command-info] start-time: 2023-12-15T04:14:48.517129Z, end-time: 2023-12-15T04:14:48.574696Z, duration: 0, exit-code: 0 cat docs/conf.py # -*- coding: utf-8 -*- # # Configuration file for the Sphinx documentation builder. import os import sys import covasim as cv # Set environment os.environ['SPHINX_BUILD'] = 'True' # This is used so cv.options.set('jupyter') doesn't reset the Matplotlib renderer on_rtd = os.environ.get('READTHEDOCS') == 'True' # -- Project information ----------------------------------------------------- project = 'Covasim' copyright = f'2020 - 2023, Bill & Melinda Gates Foundation. All rights reserved.\nThese docs were built for Covasim version {cv.__version__}.\n' author = 'Institute for Disease Modeling' # The short X.Y version version = cv.__version__ # The full version, including alpha/beta/rc tags release = cv.__version__ # -- General configuration --------------------------------------------------- # Add any Sphinx extension module names here extensions = [ "sphinx.ext.autodoc", # Core Sphinx library for auto html doc generation from docstrings "sphinx.ext.autosummary", # Create neat summary tables for modules/classes/methods etc -- causes warnings with Napoleon however "sphinx.ext.intersphinx", "sphinx.ext.viewcode", # Add a link to the Python source code for classes, functions etc. "sphinx.ext.napoleon", "sphinx.ext.autosectionlabel", "sphinx_autodoc_typehints", # Automatically document param types (less noise in class signature) "sphinx_design", # Add e.g. grid layout 'sphinx_search.extension', # search across multiple docsets in domain "nbsphinx", ] # Use Google docstrings napoleon_google_docstring = True # Configure autosummary autosummary_generate = True # Turn on sphinx.ext.autosummary autosummary_ignore_module_all = False # Respect __all__ autodoc_member_order = 'bysource' # Keep original ordering add_module_names = False # NB, does not work autodoc_inherit_docstrings = False # Stops sublcasses from including docs from parent classes # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"] # Syntax highlighting style pygments_style = "sphinx" modindex_common_prefix = ["covasim."] # List of patterns, relative to source directory, to exclude exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "**.ipynb_checkpoints"] # Suppress certain warnings suppress_warnings = ['autosectionlabel.*'] # -- Options for HTML output ------------------------------------------------- html_theme = "pydata_sphinx_theme" html_theme_options = { "collapse_navigation": False, "navigation_depth": 3, "show_prev_next": True, "icon_links": [ {"name": "Web", "url": "https://covasim.org", "icon": "fas fa-home"}, { "name": "GitHub", "url": "https://github.com/institutefordiseasemodeling/covasim", "icon": "fab fa-github-square", }, ], "navbar_end": ["theme-switcher", "navbar-icon-links"], "secondary_sidebar_items": ["navbar-side"], "header_links_before_dropdown": 5, } html_sidebars = { "**": ["sidebar-nav-bs", "page-toc"], } html_logo = "images/IDM_white.png" html_favicon = "images/favicon.ico" html_static_path = ['_static'] html_baseurl = "https://docs.idmod.org/projects/covasim/en/latest" html_context = { 'rtd_url': 'https://docs.idmod.org/projects/covasim/en/latest', "versions_dropdown": { "latest": "devel (latest)", "stable": "current (stable)", }, "default_mode": "light", } # Add any extra paths that contain custom files if not on_rtd: html_extra_path = ['robots.txt'] # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. html_last_updated_fmt = '%Y-%b-%d' html_show_sourcelink = True html_show_sphinx = False html_copy_source = False htmlhelp_basename = 'Covasim' # Add customizations def setup(app): app.add_css_file("theme_overrides.css") # Modify this to not rerun the Jupyter notebook cells -- usually set by build_docs nb_ex_default = ['auto', 'never'][0] nb_ex = os.getenv('NBSPHINX_EXECUTE') if not nb_ex: nb_ex = nb_ex_default print(f'\n\nBuilding Jupyter notebooks with build option: {nb_ex}\n\n') nbsphinx_execute = nb_ex # OpenSearch options html_use_opensearch = 'docs.idmod.org/projects/covasim/en/latest' # -- RTD Sphinx search for searching across the entire domain, default child ------------- if os.environ.get('READTHEDOCS') == 'True': search_project_parent = "institute-for-disease-modeling-idm" search_project = os.environ["READTHEDOCS_PROJECT"] search_version = os.environ["READTHEDOCS_VERSION"] rtd_sphinx_search_default_filter = f"subprojects:{search_project}/{search_version}" rtd_sphinx_search_filters = { "Search this project": f"project:{search_project}/{search_version}", "Search all IDM docs": f"subprojects:{search_project_parent}/{search_version}", } ########################################################################### # auto-created readthedocs.org specific configuration # ########################################################################### # # The following code was added during an automated build on readthedocs.org # It is auto created and injected for every build. The result is based on the # conf.py.tmpl file found in the readthedocs.org codebase: # https://github.com/rtfd/readthedocs.org/blob/main/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl # # Note: this file shouldn't rely on extra dependencies. import importlib import sys import os.path # Borrowed from six. PY3 = sys.version_info[0] == 3 string_types = str if PY3 else basestring from sphinx import version_info # Get suffix for proper linking to GitHub # This is deprecated in Sphinx 1.3+, # as each page can have its own suffix if globals().get('source_suffix', False): if isinstance(source_suffix, string_types): SUFFIX = source_suffix elif isinstance(source_suffix, (list, tuple)): # Sphinx >= 1.3 supports list/tuple to define multiple suffixes SUFFIX = source_suffix[0] elif isinstance(source_suffix, dict): # Sphinx >= 1.8 supports a mapping dictionary for multiple suffixes SUFFIX = list(source_suffix.keys())[0] # make a ``list()`` for py2/py3 compatibility else: # default to .rst SUFFIX = '.rst' else: SUFFIX = '.rst' # Add RTD Static Path. Add to the end because it overwrites previous files. if not 'html_static_path' in globals(): html_static_path = [] if os.path.exists('_static'): html_static_path.append('_static') # Define this variable in case it's not defined by the user. # It defaults to `alabaster` which is the default from Sphinx. # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_theme html_theme = globals().get('html_theme', 'alabaster') #Add project information to the template context. context = { 'html_theme': html_theme, 'current_version': "latest", 'version_slug': "latest", 'MEDIA_URL': "https://media.readthedocs.com/media/", 'STATIC_URL': "https://assets.readthedocs.com/", 'PRODUCTION_DOMAIN': "readthedocs.com", 'proxied_static_path': "/_/static/", 'versions': [ ("latest", "/en/latest/"), ], 'downloads': [ ("pdf", "//docs.idmod.org/_/downloads/covasim/en/latest/pdf/"), ], 'subprojects': [ ], 'slug': 'institute-for-disease-modeling-covasim', 'name': u'covasim', 'rtd_language': u'en', 'programming_language': u'py', 'canonical_url': '', 'analytics_code': 'G-SVDSQH04EM', 'single_version': False, 'conf_py_path': '/docs/', 'api_host': 'https://readthedocs.com', 'github_user': 'InstituteforDiseaseModeling', 'proxied_api_host': '/_', 'github_repo': 'covasim', 'github_version': 'main', 'display_github': True, 'bitbucket_user': 'None', 'bitbucket_repo': 'None', 'bitbucket_version': 'main', 'display_bitbucket': False, 'gitlab_user': 'None', 'gitlab_repo': 'None', 'gitlab_version': 'main', 'display_gitlab': False, 'READTHEDOCS': True, 'using_theme': (html_theme == "default"), 'new_theme': (html_theme == "sphinx_rtd_theme"), 'source_suffix': SUFFIX, 'ad_free': False, 'docsearch_disabled': False, 'user_analytics_code': 'G-SVDSQH04EM', 'global_analytics_code': 'UA-17997319-2', 'commit': 'f3b7b1b1', } # For sphinx >=1.8 we can use html_baseurl to set the canonical URL. # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_baseurl if version_info >= (1, 8): if not globals().get('html_baseurl'): html_baseurl = context['canonical_url'] context['canonical_url'] = None if 'html_context' in globals(): for key in context: if key not in html_context: html_context[key] = context[key] else: html_context = context # Add custom RTD extension if 'extensions' in globals(): # Insert at the beginning because it can interfere # with other extensions. # See https://github.com/rtfd/readthedocs.org/pull/4054 extensions.insert(0, "readthedocs_ext.readthedocs") else: extensions = ["readthedocs_ext.readthedocs"] # Add External version warning banner to the external version documentation if 'branch' == 'external': extensions.insert(1, "readthedocs_ext.external_version_warning") readthedocs_vcs_url = 'None' readthedocs_build_url = 'https://readthedocs.com/projects/institute-for-disease-modeling-covasim/builds/1903517/' project_language = 'en' # User's Sphinx configurations language_user = globals().get('language', None) latex_engine_user = globals().get('latex_engine', None) latex_elements_user = globals().get('latex_elements', None) # Remove this once xindy gets installed in Docker image and XINDYOPS # env variable is supported # https://github.com/rtfd/readthedocs-docker-images/pull/98 latex_use_xindy = False chinese = any([ language_user in ('zh_CN', 'zh_TW'), project_language in ('zh_CN', 'zh_TW'), ]) japanese = any([ language_user == 'ja', project_language == 'ja', ]) if chinese: latex_engine = latex_engine_user or 'xelatex' latex_elements_rtd = { 'preamble': '\\usepackage[UTF8]{ctex}\n', } latex_elements = latex_elements_user or latex_elements_rtd elif japanese: latex_engine = latex_engine_user or 'platex' # Make sure our build directory is always excluded exclude_patterns = globals().get('exclude_patterns', []) exclude_patterns.extend(['_build']) [rtd-command-info] start-time: 2023-12-15T04:14:48.633138Z, end-time: 2023-12-15T04:20:49.886410Z, duration: 361, exit-code: 0 python -m sphinx -T -E -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v7.2.6 Matplotlib is building the font cache; this may take a moment. Covasim 3.1.4 (2022-10-22) — © 2020-2022 by IDM Building Jupyter notebooks with build option: auto making output directory... done [autosummary] generating autosummary for: api/index.rst, conduct.rst, contributing.rst, data.rst, faq.rst, glossary.rst, index.rst, overview.rst, papers.rst, parameters.rst, ..., tutorials/tut_calibration.ipynb, tutorials/tut_deployment.ipynb, tutorials/tut_immunity.ipynb, tutorials/tut_interventions.ipynb, tutorials/tut_intro.ipynb, tutorials/tut_people.ipynb, tutorials/tut_plotting.ipynb, tutorials/tut_running.ipynb, tutorials/tut_tips.ipynb, whatsnew.rst [autosummary] generating autosummary for: /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.analysis.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.base.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.defaults.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.immunity.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.interventions.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.misc.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.parameters.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.people.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.plotting.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.population.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.requirements.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.run.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.settings.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.sim.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.utils.rst [autosummary] generating autosummary for: /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.analysis.Analyzer.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.analysis.Calibration.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.analysis.Fit.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.analysis.TransTree.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.analysis.age_histogram.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.analysis.daily_age_stats.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.analysis.daily_stats.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.analysis.nab_histogram.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.analysis.snapshot.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.base.BasePeople.rst, ..., /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.utils.iundefinedi.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.utils.n_binomial.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.utils.n_multinomial.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.utils.n_neg_binomial.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.utils.n_poisson.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.utils.poisson.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.utils.sample.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.utils.set_seed.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.utils.true.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/checkouts/latest/docs/api/_autosummary/covasim.utils.undefined.rst building [mo]: targets for 0 po files that are out of date writing output... building [html]: targets for 25 source files that are out of date updating environment: [new config] 157 added, 0 changed, 0 removed reading sources... [ 1%] api/_autosummary/covasim.analysis reading sources... [ 1%] api/_autosummary/covasim.analysis.Analyzer reading sources... [ 2%] api/_autosummary/covasim.analysis.Calibration reading sources... [ 3%] api/_autosummary/covasim.analysis.Fit reading sources... [ 3%] api/_autosummary/covasim.analysis.TransTree reading sources... [ 4%] api/_autosummary/covasim.analysis.age_histogram reading sources... [ 4%] api/_autosummary/covasim.analysis.daily_age_stats reading sources... [ 5%] api/_autosummary/covasim.analysis.daily_stats reading sources... [ 6%] api/_autosummary/covasim.analysis.nab_histogram reading sources... [ 6%] api/_autosummary/covasim.analysis.snapshot reading sources... [ 7%] api/_autosummary/covasim.base reading sources... [ 8%] api/_autosummary/covasim.base.BasePeople reading sources... [ 8%] api/_autosummary/covasim.base.BaseSim reading sources... [ 9%] api/_autosummary/covasim.base.Contacts reading sources... [ 10%] api/_autosummary/covasim.base.FlexDict reading sources... [ 10%] api/_autosummary/covasim.base.Layer reading sources... [ 11%] api/_autosummary/covasim.base.ParsObj reading sources... [ 11%] api/_autosummary/covasim.base.Person reading sources... [ 12%] api/_autosummary/covasim.base.Result reading sources... [ 13%] api/_autosummary/covasim.defaults reading sources... [ 13%] api/_autosummary/covasim.defaults.default_float reading sources... [ 14%] api/_autosummary/covasim.defaults.default_int reading sources... [ 15%] api/_autosummary/covasim.defaults.get_default_colors reading sources... [ 15%] api/_autosummary/covasim.defaults.get_default_plots reading sources... [ 16%] api/_autosummary/covasim.immunity reading sources... [ 17%] api/_autosummary/covasim.immunity.variant reading sources... [ 17%] api/_autosummary/covasim.interventions reading sources... [ 18%] api/_autosummary/covasim.interventions.BaseVaccination reading sources... [ 18%] api/_autosummary/covasim.interventions.Intervention reading sources... [ 19%] api/_autosummary/covasim.interventions.InterventionDict reading sources... [ 20%] api/_autosummary/covasim.interventions.change_beta reading sources... [ 20%] api/_autosummary/covasim.interventions.clip_edges reading sources... [ 21%] api/_autosummary/covasim.interventions.contact_tracing reading sources... [ 22%] api/_autosummary/covasim.interventions.dynamic_pars reading sources... [ 22%] api/_autosummary/covasim.interventions.historical_vaccinate_prob reading sources... [ 23%] api/_autosummary/covasim.interventions.historical_wave reading sources... [ 24%] api/_autosummary/covasim.interventions.prior_immunity reading sources... [ 24%] api/_autosummary/covasim.interventions.sequence reading sources... [ 25%] api/_autosummary/covasim.interventions.simple_vaccine reading sources... [ 25%] api/_autosummary/covasim.interventions.test_num reading sources... [ 26%] api/_autosummary/covasim.interventions.test_prob reading sources... [ 27%] api/_autosummary/covasim.interventions.vaccinate reading sources... [ 27%] api/_autosummary/covasim.interventions.vaccinate_num reading sources... [ 28%] api/_autosummary/covasim.interventions.vaccinate_prob reading sources... [ 29%] api/_autosummary/covasim.misc reading sources... [ 29%] api/_autosummary/covasim.misc.check_save_version reading sources... [ 30%] api/_autosummary/covasim.misc.check_version reading sources... [ 31%] api/_autosummary/covasim.misc.compute_gof reading sources... [ 31%] api/_autosummary/covasim.misc.date reading sources... [ 32%] api/_autosummary/covasim.misc.date_range reading sources... [ 32%] api/_autosummary/covasim.misc.day reading sources... [ 33%] api/_autosummary/covasim.misc.daydiff reading sources... [ 34%] api/_autosummary/covasim.misc.get_doubling_time reading sources... [ 34%] api/_autosummary/covasim.misc.get_png_metadata reading sources... [ 35%] api/_autosummary/covasim.misc.get_version_pars reading sources... [ 36%] api/_autosummary/covasim.misc.git_info reading sources... [ 36%] api/_autosummary/covasim.misc.help reading sources... [ 37%] api/_autosummary/covasim.misc.load reading sources... [ 38%] api/_autosummary/covasim.misc.load_data reading sources... [ 38%] api/_autosummary/covasim.misc.migrate reading sources... [ 39%] api/_autosummary/covasim.misc.save reading sources... [ 39%] api/_autosummary/covasim.misc.savefig reading sources... [ 40%] api/_autosummary/covasim.parameters reading sources... [ 41%] api/_autosummary/covasim.parameters.get_cross_immunity reading sources... [ 41%] api/_autosummary/covasim.parameters.get_prognoses reading sources... [ 42%] api/_autosummary/covasim.parameters.get_vaccine_choices reading sources... [ 43%] api/_autosummary/covasim.parameters.get_vaccine_dose_pars reading sources... [ 43%] api/_autosummary/covasim.parameters.get_vaccine_variant_pars reading sources... [ 44%] api/_autosummary/covasim.parameters.get_variant_choices reading sources... [ 45%] api/_autosummary/covasim.parameters.get_variant_pars reading sources... [ 45%] api/_autosummary/covasim.parameters.make_pars reading sources... [ 46%] api/_autosummary/covasim.parameters.reset_layer_pars reading sources... [ 46%] api/_autosummary/covasim.people reading sources... [ 47%] api/_autosummary/covasim.people.People reading sources... [ 48%] api/_autosummary/covasim.plotting reading sources... [ 48%] api/_autosummary/covasim.plotting.plot_compare reading sources... [ 49%] api/_autosummary/covasim.plotting.plot_people reading sources... [ 50%] api/_autosummary/covasim.plotting.plot_result reading sources... [ 50%] api/_autosummary/covasim.plotting.plot_scens reading sources... [ 51%] api/_autosummary/covasim.plotting.plot_sim reading sources... [ 52%] api/_autosummary/covasim.plotting.plotly_animate reading sources... [ 52%] api/_autosummary/covasim.plotting.plotly_people reading sources... [ 53%] api/_autosummary/covasim.plotting.plotly_sim reading sources... [ 54%] api/_autosummary/covasim.population reading sources... [ 54%] api/_autosummary/covasim.population.make_hybrid_contacts reading sources... [ 55%] api/_autosummary/covasim.population.make_microstructured_contacts reading sources... [ 55%] api/_autosummary/covasim.population.make_people reading sources... [ 56%] api/_autosummary/covasim.population.make_random_contacts reading sources... [ 57%] api/_autosummary/covasim.population.make_randpop reading sources... [ 57%] api/_autosummary/covasim.population.make_synthpop reading sources... [ 58%] api/_autosummary/covasim.requirements reading sources... [ 59%] api/_autosummary/covasim.requirements.check_sciris reading sources... [ 59%] api/_autosummary/covasim.requirements.check_synthpops reading sources... [ 60%] api/_autosummary/covasim.run reading sources... [ 61%] api/_autosummary/covasim.run.MultiSim reading sources... [ 61%] api/_autosummary/covasim.run.Scenarios reading sources... [ 62%] api/_autosummary/covasim.run.make_metapars reading sources... [ 62%] api/_autosummary/covasim.run.multi_run reading sources... [ 63%] api/_autosummary/covasim.run.parallel reading sources... [ 64%] api/_autosummary/covasim.run.single_run reading sources... [ 64%] api/_autosummary/covasim.settings reading sources... [ 65%] api/_autosummary/covasim.sim reading sources... [ 66%] api/_autosummary/covasim.sim.AlreadyRunError reading sources... [ 66%] api/_autosummary/covasim.sim.Sim reading sources... [ 67%] api/_autosummary/covasim.sim.demo reading sources... [ 68%] api/_autosummary/covasim.sim.diff_sims reading sources... [ 68%] api/_autosummary/covasim.utils reading sources... [ 69%] api/_autosummary/covasim.utils.binomial_arr reading sources... [ 69%] api/_autosummary/covasim.utils.binomial_filter reading sources... [ 70%] api/_autosummary/covasim.utils.choose reading sources... [ 71%] api/_autosummary/covasim.utils.choose_r reading sources... [ 71%] api/_autosummary/covasim.utils.choose_w reading sources... [ 72%] api/_autosummary/covasim.utils.defined reading sources... [ 73%] api/_autosummary/covasim.utils.false reading sources... [ 73%] api/_autosummary/covasim.utils.get_pdf reading sources... [ 74%] api/_autosummary/covasim.utils.idefined reading sources... [ 75%] api/_autosummary/covasim.utils.idefinedi reading sources... [ 75%] api/_autosummary/covasim.utils.ifalse reading sources... [ 76%] api/_autosummary/covasim.utils.ifalsei reading sources... [ 76%] api/_autosummary/covasim.utils.itrue reading sources... [ 77%] api/_autosummary/covasim.utils.itruei reading sources... [ 78%] api/_autosummary/covasim.utils.iundefined reading sources... [ 78%] api/_autosummary/covasim.utils.iundefinedi reading sources... [ 79%] api/_autosummary/covasim.utils.n_binomial reading sources... [ 80%] api/_autosummary/covasim.utils.n_multinomial reading sources... [ 80%] api/_autosummary/covasim.utils.n_neg_binomial reading sources... [ 81%] api/_autosummary/covasim.utils.n_poisson reading sources... [ 82%] api/_autosummary/covasim.utils.poisson reading sources... [ 82%] api/_autosummary/covasim.utils.sample reading sources... [ 83%] api/_autosummary/covasim.utils.set_seed reading sources... [ 83%] api/_autosummary/covasim.utils.true reading sources... [ 84%] api/_autosummary/covasim.utils.undefined reading sources... [ 85%] api/index reading sources... [ 85%] conduct reading sources... [ 86%] contributing reading sources... [ 87%] data reading sources... [ 87%] faq reading sources... [ 88%] glossary reading sources... [ 89%] index reading sources... [ 89%] overview reading sources... [ 90%] papers reading sources... [ 90%] parameters reading sources... [ 91%] style reading sources... [ 92%] tutorials reading sources... [ 92%] tutorials/README reading sources... [ 93%] tutorials/tut_advanced /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages/jupyter_client/localinterfaces.py:56: UserWarning: Unexpected error discovering local network interfaces: encoding with 'idna' codec failed (UnicodeError: label too long) ret = f(**kwargs) /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages/jupyter_client/localinterfaces.py:56: UserWarning: Unexpected error discovering local network interfaces: encoding with 'idna' codec failed (UnicodeError: label too long) ret = f(**kwargs) /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages/nbsphinx/__init__.py:1058: RuntimeWarning: You are using an unsupported version of pandoc (2.5). Your version must be at least (2.14.2) but less than (4.0.0). Refer to https://pandoc.org/installing.html. Continuing with doubts... nbconvert.utils.pandoc.check_pandoc_version() reading sources... [ 94%] tutorials/tut_analyzers /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages/jupyter_client/localinterfaces.py:56: UserWarning: Unexpected error discovering local network interfaces: encoding with 'idna' codec failed (UnicodeError: label too long) ret = f(**kwargs) reading sources... [ 94%] tutorials/tut_calibration /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages/jupyter_client/localinterfaces.py:56: UserWarning: Unexpected error discovering local network interfaces: encoding with 'idna' codec failed (UnicodeError: label too long) ret = f(**kwargs) reading sources... [ 95%] tutorials/tut_deployment reading sources... [ 96%] tutorials/tut_immunity /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages/jupyter_client/localinterfaces.py:56: UserWarning: Unexpected error discovering local network interfaces: encoding with 'idna' codec failed (UnicodeError: label too long) ret = f(**kwargs) reading sources... [ 96%] tutorials/tut_interventions /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages/jupyter_client/localinterfaces.py:56: UserWarning: Unexpected error discovering local network interfaces: encoding with 'idna' codec failed (UnicodeError: label too long) ret = f(**kwargs) reading sources... [ 97%] tutorials/tut_intro /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages/jupyter_client/localinterfaces.py:56: UserWarning: Unexpected error discovering local network interfaces: encoding with 'idna' codec failed (UnicodeError: label too long) ret = f(**kwargs) reading sources... [ 97%] tutorials/tut_people /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages/jupyter_client/localinterfaces.py:56: UserWarning: Unexpected error discovering local network interfaces: encoding with 'idna' codec failed (UnicodeError: label too long) ret = f(**kwargs) reading sources... [ 98%] tutorials/tut_plotting /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages/jupyter_client/localinterfaces.py:56: UserWarning: Unexpected error discovering local network interfaces: encoding with 'idna' codec failed (UnicodeError: label too long) ret = f(**kwargs) reading sources... [ 99%] tutorials/tut_running /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages/jupyter_client/localinterfaces.py:56: UserWarning: Unexpected error discovering local network interfaces: encoding with 'idna' codec failed (UnicodeError: label too long) ret = f(**kwargs) reading sources... [ 99%] tutorials/tut_tips /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-covasim/envs/latest/lib/python3.9/site-packages/jupyter_client/localinterfaces.py:56: UserWarning: Unexpected error discovering local network interfaces: encoding with 'idna' codec failed (UnicodeError: label too long) ret = f(**kwargs) reading sources... [100%] whatsnew WARNING: error while formatting signature for covasim.utils.choose: 'CPUDispatcher' object has no attribute '__mro__' WARNING: error while formatting signature for covasim.utils.choose_r: 'CPUDispatcher' object has no attribute '__mro__' WARNING: error while formatting signature for covasim.utils.n_poisson: 'CPUDispatcher' object has no attribute '__mro__' WARNING: error while formatting signature for covasim.utils.poisson: 'CPUDispatcher' object has no attribute '__mro__' looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done copying assets... copying static files... done copying extra files... done done writing output... [ 1%] api/_autosummary/covasim.analysis writing output... [ 1%] api/_autosummary/covasim.analysis.Analyzer writing output... [ 2%] api/_autosummary/covasim.analysis.Calibration writing output... [ 3%] api/_autosummary/covasim.analysis.Fit writing output... [ 3%] api/_autosummary/covasim.analysis.TransTree writing output... [ 4%] api/_autosummary/covasim.analysis.age_histogram writing output... [ 4%] api/_autosummary/covasim.analysis.daily_age_stats writing output... [ 5%] api/_autosummary/covasim.analysis.daily_stats writing output... [ 6%] api/_autosummary/covasim.analysis.nab_histogram writing output... [ 6%] api/_autosummary/covasim.analysis.snapshot writing output... [ 7%] api/_autosummary/covasim.base writing output... [ 8%] api/_autosummary/covasim.base.BasePeople writing output... [ 8%] api/_autosummary/covasim.base.BaseSim writing output... [ 9%] api/_autosummary/covasim.base.Contacts writing output... [ 10%] api/_autosummary/covasim.base.FlexDict writing output... [ 10%] api/_autosummary/covasim.base.Layer writing output... [ 11%] api/_autosummary/covasim.base.ParsObj writing output... [ 11%] api/_autosummary/covasim.base.Person writing output... [ 12%] api/_autosummary/covasim.base.Result writing output... [ 13%] api/_autosummary/covasim.defaults writing output... [ 13%] api/_autosummary/covasim.defaults.default_float writing output... [ 14%] api/_autosummary/covasim.defaults.default_int writing output... [ 15%] api/_autosummary/covasim.defaults.get_default_colors writing output... [ 15%] api/_autosummary/covasim.defaults.get_default_plots writing output... [ 16%] api/_autosummary/covasim.immunity writing output... [ 17%] api/_autosummary/covasim.immunity.variant writing output... [ 17%] api/_autosummary/covasim.interventions writing output... [ 18%] api/_autosummary/covasim.interventions.BaseVaccination writing output... [ 18%] api/_autosummary/covasim.interventions.Intervention writing output... [ 19%] api/_autosummary/covasim.interventions.InterventionDict writing output... [ 20%] api/_autosummary/covasim.interventions.change_beta writing output... [ 20%] api/_autosummary/covasim.interventions.clip_edges writing output... [ 21%] api/_autosummary/covasim.interventions.contact_tracing writing output... [ 22%] api/_autosummary/covasim.interventions.dynamic_pars writing output... [ 22%] api/_autosummary/covasim.interventions.historical_vaccinate_prob writing output... [ 23%] api/_autosummary/covasim.interventions.historical_wave writing output... [ 24%] api/_autosummary/covasim.interventions.prior_immunity writing output... [ 24%] api/_autosummary/covasim.interventions.sequence writing output... [ 25%] api/_autosummary/covasim.interventions.simple_vaccine writing output... [ 25%] api/_autosummary/covasim.interventions.test_num writing output... [ 26%] api/_autosummary/covasim.interventions.test_prob writing output... [ 27%] api/_autosummary/covasim.interventions.vaccinate writing output... [ 27%] api/_autosummary/covasim.interventions.vaccinate_num writing output... [ 28%] api/_autosummary/covasim.interventions.vaccinate_prob writing output... [ 29%] api/_autosummary/covasim.misc writing output... [ 29%] api/_autosummary/covasim.misc.check_save_version writing output... [ 30%] api/_autosummary/covasim.misc.check_version writing output... [ 31%] api/_autosummary/covasim.misc.compute_gof writing output... [ 31%] api/_autosummary/covasim.misc.date writing output... [ 32%] api/_autosummary/covasim.misc.date_range writing output... [ 32%] api/_autosummary/covasim.misc.day writing output... [ 33%] api/_autosummary/covasim.misc.daydiff writing output... [ 34%] api/_autosummary/covasim.misc.get_doubling_time writing output... [ 34%] api/_autosummary/covasim.misc.get_png_metadata writing output... [ 35%] api/_autosummary/covasim.misc.get_version_pars writing output... [ 36%] api/_autosummary/covasim.misc.git_info writing output... [ 36%] api/_autosummary/covasim.misc.help writing output... [ 37%] api/_autosummary/covasim.misc.load writing output... [ 38%] api/_autosummary/covasim.misc.load_data writing output... [ 38%] api/_autosummary/covasim.misc.migrate writing output... [ 39%] api/_autosummary/covasim.misc.save writing output... [ 39%] api/_autosummary/covasim.misc.savefig writing output... [ 40%] api/_autosummary/covasim.parameters writing output... [ 41%] api/_autosummary/covasim.parameters.get_cross_immunity writing output... [ 41%] api/_autosummary/covasim.parameters.get_prognoses writing output... [ 42%] api/_autosummary/covasim.parameters.get_vaccine_choices writing output... [ 43%] api/_autosummary/covasim.parameters.get_vaccine_dose_pars writing output... [ 43%] api/_autosummary/covasim.parameters.get_vaccine_variant_pars writing output... [ 44%] api/_autosummary/covasim.parameters.get_variant_choices writing output... [ 45%] api/_autosummary/covasim.parameters.get_variant_pars writing output... [ 45%] api/_autosummary/covasim.parameters.make_pars writing output... [ 46%] api/_autosummary/covasim.parameters.reset_layer_pars writing output... [ 46%] api/_autosummary/covasim.people writing output... [ 47%] api/_autosummary/covasim.people.People writing output... [ 48%] api/_autosummary/covasim.plotting writing output... [ 48%] api/_autosummary/covasim.plotting.plot_compare writing output... [ 49%] api/_autosummary/covasim.plotting.plot_people writing output... [ 50%] api/_autosummary/covasim.plotting.plot_result writing output... [ 50%] api/_autosummary/covasim.plotting.plot_scens writing output... [ 51%] api/_autosummary/covasim.plotting.plot_sim writing output... [ 52%] api/_autosummary/covasim.plotting.plotly_animate writing output... [ 52%] api/_autosummary/covasim.plotting.plotly_people writing output... [ 53%] api/_autosummary/covasim.plotting.plotly_sim writing output... [ 54%] api/_autosummary/covasim.population writing output... [ 54%] api/_autosummary/covasim.population.make_hybrid_contacts writing output... [ 55%] api/_autosummary/covasim.population.make_microstructured_contacts writing output... [ 55%] api/_autosummary/covasim.population.make_people writing output... [ 56%] api/_autosummary/covasim.population.make_random_contacts writing output... [ 57%] api/_autosummary/covasim.population.make_randpop writing output... [ 57%] api/_autosummary/covasim.population.make_synthpop writing output... [ 58%] api/_autosummary/covasim.requirements writing output... [ 59%] api/_autosummary/covasim.requirements.check_sciris writing output... [ 59%] api/_autosummary/covasim.requirements.check_synthpops writing output... [ 60%] api/_autosummary/covasim.run writing output... [ 61%] api/_autosummary/covasim.run.MultiSim writing output... [ 61%] api/_autosummary/covasim.run.Scenarios writing output... [ 62%] api/_autosummary/covasim.run.make_metapars writing output... [ 62%] api/_autosummary/covasim.run.multi_run writing output... [ 63%] api/_autosummary/covasim.run.parallel writing output... [ 64%] api/_autosummary/covasim.run.single_run writing output... [ 64%] api/_autosummary/covasim.settings writing output... [ 65%] api/_autosummary/covasim.sim writing output... [ 66%] api/_autosummary/covasim.sim.AlreadyRunError writing output... [ 66%] api/_autosummary/covasim.sim.Sim writing output... [ 67%] api/_autosummary/covasim.sim.demo writing output... [ 68%] api/_autosummary/covasim.sim.diff_sims writing output... [ 68%] api/_autosummary/covasim.utils writing output... [ 69%] api/_autosummary/covasim.utils.binomial_arr writing output... [ 69%] api/_autosummary/covasim.utils.binomial_filter writing output... [ 70%] api/_autosummary/covasim.utils.choose writing output... [ 71%] api/_autosummary/covasim.utils.choose_r writing output... [ 71%] api/_autosummary/covasim.utils.choose_w writing output... [ 72%] api/_autosummary/covasim.utils.defined writing output... [ 73%] api/_autosummary/covasim.utils.false writing output... [ 73%] api/_autosummary/covasim.utils.get_pdf writing output... [ 74%] api/_autosummary/covasim.utils.idefined writing output... [ 75%] api/_autosummary/covasim.utils.idefinedi writing output... [ 75%] api/_autosummary/covasim.utils.ifalse writing output... [ 76%] api/_autosummary/covasim.utils.ifalsei writing output... [ 76%] api/_autosummary/covasim.utils.itrue writing output... [ 77%] api/_autosummary/covasim.utils.itruei writing output... [ 78%] api/_autosummary/covasim.utils.iundefined writing output... [ 78%] api/_autosummary/covasim.utils.iundefinedi writing output... [ 79%] api/_autosummary/covasim.utils.n_binomial writing output... [ 80%] api/_autosummary/covasim.utils.n_multinomial writing output... [ 80%] api/_autosummary/covasim.utils.n_neg_binomial writing output... [ 81%] api/_autosummary/covasim.utils.n_poisson writing output... [ 82%] api/_autosummary/covasim.utils.poisson writing output... [ 82%] api/_autosummary/covasim.utils.sample writing output... [ 83%] api/_autosummary/covasim.utils.set_seed writing output... [ 83%] api/_autosummary/covasim.utils.true writing output... [ 84%] api/_autosummary/covasim.utils.undefined writing output... [ 85%] api/index writing output... [ 85%] conduct writing output... [ 86%] contributing writing output... [ 87%] data writing output... [ 87%] faq writing output... [ 88%] glossary writing output... [ 89%] index writing output... [ 89%] overview writing output... [ 90%] papers writing output... [ 90%] parameters writing output... [ 91%] style writing output... [ 92%] tutorials writing output... [ 92%] tutorials/README writing output... [ 93%] tutorials/tut_advanced writing output... [ 94%] tutorials/tut_analyzers writing output... [ 94%] tutorials/tut_calibration writing output... [ 95%] tutorials/tut_deployment writing output... [ 96%] tutorials/tut_immunity writing output... [ 96%] tutorials/tut_interventions writing output... [ 97%] tutorials/tut_intro writing output... [ 97%] tutorials/tut_people writing output... [ 98%] tutorials/tut_plotting writing output... [ 99%] tutorials/tut_running writing output... [ 99%] tutorials/tut_tips writing output... [100%] whatsnew generating indices... genindex py-modindex done copying linked files... copying notebooks ... [ 9%] tutorials/tut_advanced.ipynb copying notebooks ... [ 18%] tutorials/tut_analyzers.ipynb copying notebooks ... [ 27%] tutorials/tut_calibration.ipynb copying notebooks ... [ 36%] tutorials/tut_deployment.ipynb copying notebooks ... [ 45%] tutorials/tut_immunity.ipynb copying notebooks ... [ 55%] tutorials/tut_interventions.ipynb copying notebooks ... [ 64%] tutorials/tut_intro.ipynb copying notebooks ... [ 73%] tutorials/tut_people.ipynb copying notebooks ... [ 82%] tutorials/tut_plotting.ipynb copying notebooks ... [ 91%] tutorials/tut_running.ipynb copying notebooks ... [100%] tutorials/tut_tips.ipynb highlighting module code... [ 7%] covasim.analysis highlighting module code... [ 13%] covasim.base highlighting module code... [ 20%] covasim.defaults highlighting module code... [ 27%] covasim.immunity highlighting module code... [ 33%] covasim.interventions highlighting module code... [ 40%] covasim.misc highlighting module code... [ 47%] covasim.parameters highlighting module code... [ 53%] covasim.people highlighting module code... [ 60%] covasim.plotting highlighting module code... [ 67%] covasim.population highlighting module code... [ 73%] covasim.requirements highlighting module code... [ 80%] covasim.run highlighting module code... [ 87%] covasim.sim highlighting module code... [ 93%] covasim.utils highlighting module code... [100%] sciris.sc_datetime writing additional pages... search opensearch done copying images... [ 2%] _build/doctrees/nbsphinx/tutorials_tut_advanced_3_1.png copying images... [ 4%] _build/doctrees/nbsphinx/tutorials_tut_advanced_5_0.png copying images... [ 5%] _build/doctrees/nbsphinx/tutorials_tut_advanced_7_0.png copying images... [ 7%] _build/doctrees/nbsphinx/tutorials_tut_advanced_9_1.png copying images... [ 9%] _build/doctrees/nbsphinx/tutorials_tut_advanced_9_2.png copying images... [ 11%] _build/doctrees/nbsphinx/tutorials_tut_analyzers_3_1.png copying images... [ 13%] _build/doctrees/nbsphinx/tutorials_tut_analyzers_5_0.png copying images... [ 15%] _build/doctrees/nbsphinx/tutorials_tut_analyzers_5_1.png copying images... [ 16%] _build/doctrees/nbsphinx/tutorials_tut_calibration_3_1.png copying images... [ 18%] _build/doctrees/nbsphinx/tutorials_tut_calibration_7_0.png copying images... [ 20%] _build/doctrees/nbsphinx/tutorials_tut_calibration_8_0.png copying images... [ 22%] _build/doctrees/nbsphinx/tutorials_tut_calibration_16_0.png copying images... [ 24%] _build/doctrees/nbsphinx/tutorials_tut_calibration_16_1.png copying images... [ 25%] _build/doctrees/nbsphinx/tutorials_tut_calibration_18_3.png copying images... [ 27%] _build/doctrees/nbsphinx/tutorials_tut_calibration_18_4.png copying images... [ 29%] _build/doctrees/nbsphinx/tutorials_tut_immunity_3_1.png copying images... [ 31%] _build/doctrees/nbsphinx/tutorials_tut_immunity_5_0.png copying images... [ 33%] _build/doctrees/nbsphinx/tutorials_tut_immunity_7_0.png copying images... [ 35%] _build/doctrees/nbsphinx/tutorials_tut_immunity_18_0.png copying images... [ 36%] _build/doctrees/nbsphinx/tutorials_tut_immunity_18_1.png copying images... [ 38%] _build/doctrees/nbsphinx/tutorials_tut_immunity_18_2.png copying images... [ 40%] _build/doctrees/nbsphinx/tutorials_tut_immunity_20_0.png copying images... [ 42%] _build/doctrees/nbsphinx/tutorials_tut_immunity_20_1.png copying images... [ 44%] _build/doctrees/nbsphinx/tutorials_tut_immunity_22_0.png copying images... [ 45%] _build/doctrees/nbsphinx/tutorials_tut_interventions_3_1.png copying images... [ 47%] _build/doctrees/nbsphinx/tutorials_tut_interventions_7_0.png copying images... [ 49%] _build/doctrees/nbsphinx/tutorials_tut_interventions_11_0.png copying images... [ 51%] _build/doctrees/nbsphinx/tutorials_tut_interventions_13_0.png copying images... [ 53%] _build/doctrees/nbsphinx/tutorials_tut_intro_3_1.png copying images... [ 55%] _build/doctrees/nbsphinx/tutorials_tut_intro_13_0.png copying images... [ 56%] _build/doctrees/nbsphinx/tutorials_tut_intro_15_0.png copying images... [ 58%] _build/doctrees/nbsphinx/tutorials_tut_people_11_1.png copying images... [ 60%] _build/doctrees/nbsphinx/tutorials_tut_people_14_0.png copying images... [ 62%] _build/doctrees/nbsphinx/tutorials_tut_plotting_11_1.png copying images... [ 64%] _build/doctrees/nbsphinx/tutorials_tut_plotting_13_0.png copying images... [ 65%] _build/doctrees/nbsphinx/tutorials_tut_plotting_15_0.png copying images... [ 67%] _build/doctrees/nbsphinx/tutorials_tut_plotting_17_0.png copying images... [ 69%] _build/doctrees/nbsphinx/tutorials_tut_plotting_23_0.png copying images... [ 71%] _build/doctrees/nbsphinx/tutorials_tut_plotting_25_0.png copying images... [ 73%] _build/doctrees/nbsphinx/tutorials_tut_plotting_28_0.png copying images... [ 75%] _build/doctrees/nbsphinx/tutorials_tut_plotting_28_1.png copying images... [ 76%] _build/doctrees/nbsphinx/tutorials_tut_plotting_32_0.png copying images... [ 78%] _build/doctrees/nbsphinx/tutorials_tut_running_3_1.png copying images... [ 80%] _build/doctrees/nbsphinx/tutorials_tut_running_7_0.png copying images... [ 82%] _build/doctrees/nbsphinx/tutorials_tut_running_8_0.png copying images... [ 84%] _build/doctrees/nbsphinx/tutorials_tut_running_10_0.png copying images... [ 85%] _build/doctrees/nbsphinx/tutorials_tut_running_12_0.png copying images... [ 87%] _build/doctrees/nbsphinx/tutorials_tut_running_12_1.png copying images... [ 89%] _build/doctrees/nbsphinx/tutorials_tut_running_12_2.png copying images... [ 91%] _build/doctrees/nbsphinx/tutorials_tut_running_12_3.png copying images... [ 93%] _build/doctrees/nbsphinx/tutorials_tut_running_12_4.png copying images... [ 95%] _build/doctrees/nbsphinx/tutorials_tut_running_14_0.png copying images... [ 96%] _build/doctrees/nbsphinx/tutorials_tut_running_17_0.png copying images... [ 98%] _build/doctrees/nbsphinx/tutorials_tut_running_20_0.png copying images... [100%] _build/doctrees/nbsphinx/tutorials_tut_tips_7_0.png dumping search index in English (code: en)... done dumping object inventory... done Updating searchtools for Read the Docs search... build succeeded, 4 warnings. The HTML pages are in ../_readthedocs/html.