Read the Docs build information Build id: 3244567 Project: institute-for-disease-modeling-laser-measles Version: latest Commit: b902698d77fe9dad844247b951f49642384e3ba9 Date: 2025-08-02T01:52:36.335813Z State: finished Success: True [rtd-command-info] start-time: 2025-08-02T01:52:37.116780Z, end-time: 2025-08-02T01:52:37.536097Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/InstituteforDiseaseModeling/laser-measles.git . Cloning into '.'... [rtd-command-info] start-time: 2025-08-02T01:52:37.641844Z, end-time: 2025-08-02T01:52:38.468982Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/main:refs/remotes/origin/main From https://github.com/InstituteforDiseaseModeling/laser-measles * [new tag] v0.7.2-dev0 -> v0.7.2-dev0 * [new tag] v0.7.2-dev1 -> v0.7.2-dev1 * [new tag] v0.7.2-dev2 -> v0.7.2-dev2 * [new tag] v0.7.2-dev3 -> v0.7.2-dev3 [rtd-command-info] start-time: 2025-08-02T01:52:39.103979Z, end-time: 2025-08-02T01:52:39.146081Z, 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 b902698 chore: tox check [rtd-command-info] start-time: 2025-08-02T01:52:39.224265Z, end-time: 2025-08-02T01:52:39.256672Z, duration: 0, exit-code: 0 cat .readthedocs.yml # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 sphinx: configuration: docs/conf.py formats: - htmlzip - epub build: os: ubuntu-22.04 tools: python: "3.12" jobs: post_install: - python docs/tutorials/convert_tutorials.py python: install: - requirements: docs/requirements.txt - method: pip path: . # Optionally build your docs in additional formats such as PDF and ePub # formats: # - pdf # - epub [rtd-command-info] start-time: 2025-08-02T01:52:42.966937Z, end-time: 2025-08-02T01:52:43.012457Z, duration: 0, exit-code: 0 asdf global python 3.12.10 [rtd-command-info] start-time: 2025-08-02T01:52:43.319463Z, end-time: 2025-08-02T01:52:44.134710Z, duration: 0, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.12.10.final.0-64 in 536ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/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: 2025-08-02T01:52:44.217305Z, end-time: 2025-08-02T01:52:52.876682Z, duration: 8, exit-code: 0 python -m pip install --upgrade --no-cache-dir pip setuptools Looking in indexes: https://pypi.org/simple, https://packages.idmod.org/api/pypi/pypi-production/simple Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (23.1) Collecting pip Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/b7/3f/945ef7ab14dc4f9d7f40288d2df998d1837ee0888ec3659c813487572faa/pip-25.2-py3-none-any.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 11.2 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (67.6.1) Collecting setuptools Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/a3/dc/17031897dae0efacfea57dfd3a82fdd2a2aeb58e0ff71b77b87e44edc772/setuptools-80.9.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 17.3 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-25.2 setuptools-80.9.0 [rtd-command-info] start-time: 2025-08-02T01:52:52.987103Z, end-time: 2025-08-02T01:53:00.705060Z, duration: 7, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx Looking in indexes: https://pypi.org/simple, https://packages.idmod.org/api/pypi/pypi-production/simple Collecting sphinx Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/31/53/136e9eca6e0b9dc0e1962e2c908fbea2e5ac000c2a2fbd9a35797958c48b/sphinx-8.2.3-py3-none-any.whl (3.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 16.4 MB/s 0:00:00 Collecting sphinxcontrib-applehelp>=1.0.7 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/5d/85/9ebeae2f76e9e77b952f4b274c27238156eae7979c5421fba91a28f4970d/sphinxcontrib_applehelp-2.0.0-py3-none-any.whl (119 kB) Collecting sphinxcontrib-devhelp>=1.0.6 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/35/7a/987e583882f985fe4d7323774889ec58049171828b58c2217e7f79cdf44e/sphinxcontrib_devhelp-2.0.0-py3-none-any.whl (82 kB) Collecting sphinxcontrib-htmlhelp>=2.0.6 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/0a/7b/18a8c0bcec9182c05a0b3ec2a776bba4ead82750a55ff798e8d406dae604/sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl (98 kB) Collecting sphinxcontrib-jsmath>=1.0.1 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/c2/42/4c8646762ee83602e3fb3fbe774c2fac12f317deb0b5dbeeedd2d3ba4b77/sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Collecting sphinxcontrib-qthelp>=1.0.6 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/27/83/859ecdd180cacc13b1f7e857abf8582a64552ea7a061057a6c716e790fce/sphinxcontrib_qthelp-2.0.0-py3-none-any.whl (88 kB) Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/52/a7/d2782e4e3f77c8450f727ba74a8f12756d5ba823d81b941f1b04da9d033a/sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl (92 kB) Collecting Jinja2>=3.1 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/62/a1/3d680cbfd5f4b8f15abc1d571870c5fc3e594bb582bc3b64ea099db13e56/jinja2-3.1.6-py3-none-any.whl (134 kB) Collecting Pygments>=2.17 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/c7/21/705964c7812476f378728bdf590ca4b771ec72385c533964653c68e86bdc/pygments-2.19.2-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 17.3 MB/s 0:00:00 Collecting docutils<0.22,>=0.20 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/8f/d7/9322c609343d929e75e7e5e6255e614fcc67572cfd083959cdef3b7aad79/docutils-0.21.2-py3-none-any.whl (587 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 18.6 MB/s 0:00:00 Collecting snowballstemmer>=2.2 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/c8/78/3565d011c61f5a43488987ee32b6f3f656e7f107ac2782dd57bdd7d91d9a/snowballstemmer-3.0.1-py3-none-any.whl (103 kB) Collecting babel>=2.13 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/b7/b8/3fe70c75fe32afc4bb507f75563d39bc5642255d1d94f1f23604725780bf/babel-2.17.0-py3-none-any.whl (10.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.2/10.2 MB 16.7 MB/s 0:00:00 Collecting alabaster>=0.7.14 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/7e/b3/6b4067be973ae96ba0d615946e314c5ae35f9f993eca561b356540bb0c2b/alabaster-1.0.0-py3-none-any.whl (13 kB) Collecting imagesize>=1.3 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/ff/62/85c4c919272577931d407be5ba5d71c20f0b616d31a0befe0ae45bb79abd/imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Collecting requests>=2.30.0 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/7c/e4/56027c4a6b4ae70ca9de302488c5ca95ad4a39e190093d6c1a8ace08341b/requests-2.32.4-py3-none-any.whl (64 kB) Collecting roman-numerals-py>=1.0.0 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/53/97/d2cbbaa10c9b826af0e10fdf836e1bf344d9f0abb873ebc34d1f49642d3f/roman_numerals_py-3.1.0-py3-none-any.whl (7.7 kB) Collecting packaging>=23.0 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/20/12/38679034af332785aac8774540895e234f4d07f7545804097de4b666afd8/packaging-25.0-py3-none-any.whl (66 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.1->sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/f3/f0/89e7aadfb3749d0f52234a0c8c7867877876e0a20b60e2188e9850794c17/MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB) Collecting charset_normalizer<4,>=2 (from requests>=2.30.0->sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/8c/73/6ede2ec59bce19b3edf4209d70004253ec5f4e319f9a2e3f2f15601ed5f7/charset_normalizer-3.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (148 kB) Collecting idna<4,>=2.5 (from requests>=2.30.0->sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/76/c6/c88e154df9c4e1a2a66ccf0005a88dfb2650c1dffb6f5ce603dfbd452ce3/idna-3.10-py3-none-any.whl (70 kB) Collecting urllib3<3,>=1.21.1 (from requests>=2.30.0->sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/a7/c2/fe1e52489ae3122415c51f387e221dd0773709bad6c6cdaa599e8a2c5185/urllib3-2.5.0-py3-none-any.whl (129 kB) Collecting certifi>=2017.4.17 (from requests>=2.30.0->sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/4f/52/34c6cf5bb9285074dc3531c437b3919e825d976fde097a7a73f79e726d03/certifi-2025.7.14-py3-none-any.whl (162 kB) Installing collected packages: urllib3, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, snowballstemmer, roman-numerals-py, Pygments, packaging, MarkupSafe, imagesize, idna, docutils, charset_normalizer, certifi, babel, alabaster, requests, Jinja2, sphinx Successfully installed Jinja2-3.1.6 MarkupSafe-3.0.2 Pygments-2.19.2 alabaster-1.0.0 babel-2.17.0 certifi-2025.7.14 charset_normalizer-3.4.2 docutils-0.21.2 idna-3.10 imagesize-1.4.1 packaging-25.0 requests-2.32.4 roman-numerals-py-3.1.0 snowballstemmer-3.0.1 sphinx-8.2.3 sphinxcontrib-applehelp-2.0.0 sphinxcontrib-devhelp-2.0.0 sphinxcontrib-htmlhelp-2.1.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-2.0.0 sphinxcontrib-serializinghtml-2.0.0 urllib3-2.5.0 [rtd-command-info] start-time: 2025-08-02T01:53:00.813661Z, end-time: 2025-08-02T01:53:51.934492Z, duration: 51, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt Looking in indexes: https://pypi.org/simple, https://packages.idmod.org/api/pypi/pypi-production/simple Collecting pandoc (from -r docs/requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/10/9a/e3186e760c57ee5f1c27ea5cea577a0ff9abfca51eefcb4d9a4cd39aff2e/pandoc-2.4.tar.gz (34 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pypandoc (from -r docs/requirements.txt (line 2)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/61/06/0763e0ccc81754d3eadb21b2cb86cf21bdedc9b52698c2ad6785db7f0a4e/pypandoc-1.15-py3-none-any.whl (21 kB) Requirement already satisfied: sphinx>=7.3.7 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from -r docs/requirements.txt (line 3)) (8.2.3) Collecting sphinx-autodoc-typehints (from -r docs/requirements.txt (line 4)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/f7/c7/8aab362e86cbf887e58be749a78d20ad743e1eb2c73c2b13d4761f39a104/sphinx_autodoc_typehints-3.2.0-py3-none-any.whl (20 kB) Collecting pydata-sphinx-theme (from -r docs/requirements.txt (line 5)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/e2/0d/8ba33fa83a7dcde13eb3c1c2a0c1cc29950a048bfed6d9b0d8b6bd710b4c/pydata_sphinx_theme-0.16.1-py3-none-any.whl (6.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.7/6.7 MB 16.0 MB/s 0:00:00 Collecting sphinx-design (from -r docs/requirements.txt (line 6)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/c6/43/65c0acbd8cc6f50195a3a1fc195c404988b15c67090e73c7a41a9f57d6bd/sphinx_design-0.6.1-py3-none-any.whl (2.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 15.9 MB/s 0:00:00 Collecting readthedocs-sphinx-search (from -r docs/requirements.txt (line 7)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/04/3c/41bc9d7d4d936a73e380423f23996bee1691e17598d8a03c062be6aac640/readthedocs_sphinx_search-0.3.2-py3-none-any.whl (21 kB) Collecting sphinxcontrib-napoleon (from -r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/75/f2/6b7627dfe7b4e418e295e254bb15c3a6455f11f8c0ad0d43113f678049c3/sphinxcontrib_napoleon-0.7-py2.py3-none-any.whl (17 kB) Collecting ipykernel (from -r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/1f/3d/00813c3d9b46e3dcd88bd4530e0a3c63c0509e5d8c9eff34723ea243ab04/ipykernel-6.30.0-py3-none-any.whl (117 kB) Collecting ipywidgets (from -r docs/requirements.txt (line 10)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/58/6a/9166369a2f092bd286d24e6307de555d63616e8ddb373ebad2b5635ca4cd/ipywidgets-8.1.7-py3-none-any.whl (139 kB) Collecting nbconvert>=7.10.0 (from -r docs/requirements.txt (line 11)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/cc/9a/cd673b2f773a12c992f41309ef81b99da1690426bd2f96957a7ade0d3ed7/nbconvert-7.16.6-py3-none-any.whl (258 kB) Collecting nbsphinx>=0.9.5 (from -r docs/requirements.txt (line 12)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/49/2d/8c8e635bcc6757573d311bb3c5445426382f280da32b8cd6d82d501ef4a4/nbsphinx-0.9.7-py3-none-any.whl (31 kB) Collecting plantweb (from -r docs/requirements.txt (line 13)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/9e/3d/d2d36e503d131d99980db36844679ba6a9edda08b493d86ace8560c02c39/plantweb-1.3.0-py3-none-any.whl (20 kB) Collecting sciris (from -r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/8d/a5/d4e1ecb0c662f4b4ea6218a10bede5f229df2f6a236a37d8858611875953/sciris-3.2.4-py3-none-any.whl (256 kB) Collecting matplotlib (from -r docs/requirements.txt (line 15)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/66/2b/bed8a45e74957549197a2ac2e1259671cd80b55ed9e1fe2b5c94d88a9202/matplotlib-3.10.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (8.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.7/8.7 MB 16.1 MB/s 0:00:00 Collecting scipy (from -r docs/requirements.txt (line 16)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/51/1e/79023ca3bbb13a015d7d2757ecca3b81293c663694c35d6541b4dca53e98/scipy-1.16.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (35.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.2/35.2 MB 15.7 MB/s 0:00:02 Collecting seaborn (from -r docs/requirements.txt (line 17)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/83/11/00d3c3dfc25ad54e731d91449895a79e4bf2384dc3ac01809010ba88f6d5/seaborn-0.13.2-py3-none-any.whl (294 kB) Collecting jupytext (from -r docs/requirements.txt (line 18)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/ed/f1/82ea8e783433707cafd9790099a2d19f113c22f32a31c8bb5abdc7a61dbb/jupytext-1.17.2-py3-none-any.whl (164 kB) Collecting autodoc_pydantic>=2.0.0 (from -r docs/requirements.txt (line 19)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/7b/df/87120e2195f08d760bc5cf8a31cfa2381a6887517aa89453b23f1ae3354f/autodoc_pydantic-2.2.0-py3-none-any.whl (34 kB) Collecting plumbum (from pandoc->-r docs/requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/4f/9d/d03542c93bb3d448406731b80f39c3d5601282f778328c22c77d270f4ed4/plumbum-1.9.0-py3-none-any.whl (127 kB) Collecting ply (from pandoc->-r docs/requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/a3/58/35da89ee790598a0700ea49b2a66594140f44dec458c07e8e3d4979137fc/ply-3.11-py2.py3-none-any.whl (49 kB) Requirement already satisfied: sphinxcontrib-applehelp>=1.0.7 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sphinx>=7.3.7->-r docs/requirements.txt (line 3)) (2.0.0) Requirement already satisfied: sphinxcontrib-devhelp>=1.0.6 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sphinx>=7.3.7->-r docs/requirements.txt (line 3)) (2.0.0) Requirement already satisfied: sphinxcontrib-htmlhelp>=2.0.6 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sphinx>=7.3.7->-r docs/requirements.txt (line 3)) (2.1.0) Requirement already satisfied: sphinxcontrib-jsmath>=1.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sphinx>=7.3.7->-r docs/requirements.txt (line 3)) (1.0.1) Requirement already satisfied: sphinxcontrib-qthelp>=1.0.6 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sphinx>=7.3.7->-r docs/requirements.txt (line 3)) (2.0.0) Requirement already satisfied: sphinxcontrib-serializinghtml>=1.1.9 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sphinx>=7.3.7->-r docs/requirements.txt (line 3)) (2.0.0) Requirement already satisfied: Jinja2>=3.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sphinx>=7.3.7->-r docs/requirements.txt (line 3)) (3.1.6) Requirement already satisfied: Pygments>=2.17 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sphinx>=7.3.7->-r docs/requirements.txt (line 3)) (2.19.2) Requirement already satisfied: docutils<0.22,>=0.20 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sphinx>=7.3.7->-r docs/requirements.txt (line 3)) (0.21.2) Requirement already satisfied: snowballstemmer>=2.2 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sphinx>=7.3.7->-r docs/requirements.txt (line 3)) (3.0.1) Requirement already satisfied: babel>=2.13 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sphinx>=7.3.7->-r docs/requirements.txt (line 3)) (2.17.0) Requirement already satisfied: alabaster>=0.7.14 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sphinx>=7.3.7->-r docs/requirements.txt (line 3)) (1.0.0) Requirement already satisfied: imagesize>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sphinx>=7.3.7->-r docs/requirements.txt (line 3)) (1.4.1) Requirement already satisfied: requests>=2.30.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sphinx>=7.3.7->-r docs/requirements.txt (line 3)) (2.32.4) Requirement already satisfied: roman-numerals-py>=1.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sphinx>=7.3.7->-r docs/requirements.txt (line 3)) (3.1.0) Requirement already satisfied: packaging>=23.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sphinx>=7.3.7->-r docs/requirements.txt (line 3)) (25.0) Collecting beautifulsoup4 (from pydata-sphinx-theme->-r docs/requirements.txt (line 5)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/50/cd/30110dc0ffcf3b131156077b90e9f60ed75711223f306da4db08eff8403b/beautifulsoup4-4.13.4-py3-none-any.whl (187 kB) Collecting accessible-pygments (from pydata-sphinx-theme->-r docs/requirements.txt (line 5)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/8d/3f/95338030883d8c8b91223b4e21744b04d11b161a3ef117295d8241f50ab4/accessible_pygments-0.0.5-py3-none-any.whl (1.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 16.6 MB/s 0:00:00 Collecting typing-extensions (from pydata-sphinx-theme->-r docs/requirements.txt (line 5)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/b5/00/d631e67a838026495268c2f6884f3711a15a9a2a96cd244fdaea53b823fb/typing_extensions-4.14.1-py3-none-any.whl (43 kB) Collecting six>=1.5.2 (from sphinxcontrib-napoleon->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/b7/ce/149a00dd41f10bc29e5921b496af8b574d8413afcd5e30dfa0ed46c2cc5e/six-1.17.0-py2.py3-none-any.whl (11 kB) Collecting pockets>=0.3 (from sphinxcontrib-napoleon->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/e9/2f/a4583c70fbd8cd04910e2884bcc2bdd670e884061f7b4d70bc13e632a993/pockets-0.9.1-py2.py3-none-any.whl (26 kB) Collecting comm>=0.1.1 (from ipykernel->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/60/97/891a0971e1e4a8c5d2b20bbe0e524dc04548d2307fee33cdeba148fd4fc7/comm-0.2.3-py3-none-any.whl (7.3 kB) Collecting debugpy>=1.6.5 (from ipykernel->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/99/8d/7f6ef1097e7fecf26b4ef72338d08e41644a41b7ee958a19f494ffcffc29/debugpy-1.8.15-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 16.0 MB/s 0:00:00 Collecting ipython>=7.23.1 (from ipykernel->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/63/f8/0031ee2b906a15a33d6bfc12dd09c3dfa966b3cb5b284ecfb7549e6ac3c4/ipython-9.4.0-py3-none-any.whl (611 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 611.0/611.0 kB 19.3 MB/s 0:00:00 Collecting jupyter-client>=8.0.0 (from ipykernel->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/11/85/b0394e0b6fcccd2c1eeefc230978a6f8cb0c5df1e4cd3e7625735a0d7d1e/jupyter_client-8.6.3-py3-none-any.whl (106 kB) Collecting jupyter-core!=5.0.*,>=4.12 (from ipykernel->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/2f/57/6bffd4b20b88da3800c5d691e0337761576ee688eb01299eae865689d2df/jupyter_core-5.8.1-py3-none-any.whl (28 kB) Collecting matplotlib-inline>=0.1 (from ipykernel->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/8f/8e/9ad090d3553c280a8060fbf6e24dc1c0c29704ee7d1c372f0c174aa59285/matplotlib_inline-0.1.7-py3-none-any.whl (9.9 kB) Collecting nest-asyncio>=1.4 (from ipykernel->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/a0/c4/c2971a3ba4c6103a3d10c4b0f24f461ddc027f0f09763220cf35ca1401b3/nest_asyncio-1.6.0-py3-none-any.whl (5.2 kB) Collecting psutil>=5.7 (from ipykernel->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/bf/b9/b0eb3f3cbcb734d930fdf839431606844a825b23eaf9a6ab371edac8162c/psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB) Collecting pyzmq>=25 (from ipykernel->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/69/9a/9ea7e230feda9400fb0ae0d61d7d6ddda635e718d941c44eeab22a179d34/pyzmq-27.0.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (839 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 839.8/839.8 kB 16.9 MB/s 0:00:00 Collecting tornado>=6.2 (from ipykernel->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/7d/f7/0c48ba992d875521ac761e6e04b0a1750f8150ae42ea26df1852d6a98942/tornado-6.5.1-cp39-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (443 kB) Collecting traitlets>=5.4.0 (from ipykernel->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/00/c0/8f5d070730d7836adc9c9b6408dec68c6ced86b304a9b26a14df072a6e8c/traitlets-5.14.3-py3-none-any.whl (85 kB) Collecting widgetsnbextension~=4.0.14 (from ipywidgets->-r docs/requirements.txt (line 10)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/ca/51/5447876806d1088a0f8f71e16542bf350918128d0a69437df26047c8e46f/widgetsnbextension-4.0.14-py3-none-any.whl (2.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 16.7 MB/s 0:00:00 Collecting jupyterlab_widgets~=3.0.15 (from ipywidgets->-r docs/requirements.txt (line 10)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/43/6a/ca128561b22b60bd5a0c4ea26649e68c8556b82bc70a0c396eebc977fe86/jupyterlab_widgets-3.0.15-py3-none-any.whl (216 kB) Collecting bleach!=5.0.0 (from bleach[css]!=5.0.0->nbconvert>=7.10.0->-r docs/requirements.txt (line 11)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl (163 kB) Collecting defusedxml (from nbconvert>=7.10.0->-r docs/requirements.txt (line 11)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) Collecting jupyterlab-pygments (from nbconvert>=7.10.0->-r docs/requirements.txt (line 11)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl (15 kB) Requirement already satisfied: markupsafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from nbconvert>=7.10.0->-r docs/requirements.txt (line 11)) (3.0.2) Collecting mistune<4,>=2.0.3 (from nbconvert>=7.10.0->-r docs/requirements.txt (line 11)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/01/4d/23c4e4f09da849e127e9f123241946c23c1e30f45a88366879e064211815/mistune-3.1.3-py3-none-any.whl (53 kB) Collecting nbclient>=0.5.0 (from nbconvert>=7.10.0->-r docs/requirements.txt (line 11)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl (25 kB) Collecting nbformat>=5.7 (from nbconvert>=7.10.0->-r docs/requirements.txt (line 11)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/a9/82/0340caa499416c78e5d8f5f05947ae4bc3cba53c9f038ab6e9ed964e22f1/nbformat-5.10.4-py3-none-any.whl (78 kB) Collecting pandocfilters>=1.4.1 (from nbconvert>=7.10.0->-r docs/requirements.txt (line 11)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl (8.7 kB) INFO: pip is looking at multiple versions of nbsphinx to determine which version is compatible with other requirements. This could take a while. Collecting nbsphinx>=0.9.5 (from -r docs/requirements.txt (line 12)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/6a/8a/5dc4c8794053572a89f5c44437ef4e870f88903a6b6734500af1286f9018/nbsphinx-0.9.6-py3-none-any.whl (31 kB) Collecting numpy (from sciris->-r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/59/ef/f96536f1df42c668cbacb727a8c6da7afc9c05ece6d558927fb1722693e1/numpy-2.3.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (16.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/16.6 MB 16.0 MB/s 0:00:01 Collecting pandas (from sciris->-r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/da/01/e383018feba0a1ead6cf5fe8728e5d767fee02f06a3d800e82c489e5daaf/pandas-2.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.0/12.0 MB 15.9 MB/s 0:00:00 Collecting openpyxl (from sciris->-r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/c0/da/977ded879c29cbd04de313843e76868e6e13408a94ed6b987245dc7c8506/openpyxl-3.1.5-py2.py3-none-any.whl (250 kB) Collecting xlsxwriter (from sciris->-r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/fa/34/a22e6664211f0c8879521328000bdcae9bf6dbafa94a923e531f6d5b3f73/xlsxwriter-3.2.5-py3-none-any.whl (172 kB) Collecting dill (from sciris->-r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/50/3d/9373ad9c56321fdab5b41197068e1d8c25883b3fea29dd361f9b55116869/dill-0.4.0-py3-none-any.whl (119 kB) Collecting zstandard (from sciris->-r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/fc/79/edeb217c57fe1bf16d890aa91a1c2c96b28c07b46afed54a5dcf310c3f6f/zstandard-0.23.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.4/5.4 MB 17.0 MB/s 0:00:00 Collecting multiprocess (from sciris->-r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/bf/b6/5f922792be93b82ec6b5f270bbb1ef031fd0622847070bbcf9da816502cc/multiprocess-0.70.18-py312-none-any.whl (150 kB) Collecting jsonpickle (from sciris->-r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/c1/73/04df8a6fa66d43a9fd45c30f283cc4afff17da671886e451d52af60bdc7e/jsonpickle-4.1.1-py3-none-any.whl (47 kB) Collecting pyyaml (from sciris->-r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/b9/2b/614b4752f2e127db5cc206abc23a8c19678e92b23c3db30fc86ab731d3bd/PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 20.1 MB/s 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sciris->-r docs/requirements.txt (line 14)) (80.9.0) Collecting gitpython (from sciris->-r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/01/61/d4b89fec821f72385526e1b9d9a3a0385dda4a72b206d28049e2c7cd39b8/gitpython-3.1.45-py3-none-any.whl (208 kB) Collecting jellyfish (from sciris->-r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/25/df/bdeb876920dc26405e90a6abf014eff5a1892652a7875733ed0e91a0e424/jellyfish-1.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (355 kB) Collecting tqdm (from sciris->-r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/d0/30/dc54f88dd4a2b5dc8a0279bdd7270e735851848b762aeb1c1184ed1f6b14/tqdm-4.67.1-py3-none-any.whl (78 kB) Collecting python-dateutil (from sciris->-r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) Collecting memory_profiler (from sciris->-r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/49/26/aaca612a0634ceede20682e692a6c55e35a94c21ba36b807cc40fe910ae1/memory_profiler-0.61.0-py3-none-any.whl (31 kB) Collecting line_profiler (from sciris->-r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/e4/2c/3467cd5051afbc0eb277ee426e8dffdbd1fcdd82f1bc95a0cd8945b6c106/line_profiler-5.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 16.9 MB/s 0:00:00 Collecting contourpy>=1.0.1 (from matplotlib->-r docs/requirements.txt (line 15)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/cc/8f/ec6289987824b29529d0dfda0d74a07cec60e54b9c92f3c9da4c0ac732de/contourpy-1.3.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (362 kB) Collecting cycler>=0.10 (from matplotlib->-r docs/requirements.txt (line 15)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/e7/05/c19819d5e3d95294a6f5947fb9b9629efb316b96de511b418c53d245aae6/cycler-0.12.1-py3-none-any.whl (8.3 kB) Collecting fonttools>=4.22.0 (from matplotlib->-r docs/requirements.txt (line 15)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/54/97/c6101a7e60ae138c4ef75b22434373a0da50a707dad523dd19a4889315bf/fonttools-4.59.0-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (4.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 16.9 MB/s 0:00:00 Collecting kiwisolver>=1.3.1 (from matplotlib->-r docs/requirements.txt (line 15)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/bc/b3/9458adb9472e61a998c8c4d95cfdfec91c73c53a375b30b1428310f923e4/kiwisolver-1.4.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 17.1 MB/s 0:00:00 Collecting pillow>=8 (from matplotlib->-r docs/requirements.txt (line 15)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/e4/c9/06dd4a38974e24f932ff5f98ea3c546ce3f8c995d3f0985f8e5ba48bba19/pillow-11.3.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/6.6 MB 16.7 MB/s 0:00:00 Collecting pyparsing>=2.3.1 (from matplotlib->-r docs/requirements.txt (line 15)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/05/e7/df2285f3d08fee213f2d041540fa4fc9ca6c2d44cf36d3a035bf2a8d2bcc/pyparsing-3.2.3-py3-none-any.whl (111 kB) Collecting markdown-it-py>=1.0 (from jupytext->-r docs/requirements.txt (line 18)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/42/d7/1ec15b46af6af88f19b8e5ffea08fa375d433c998b8a7639e76935c14f1f/markdown_it_py-3.0.0-py3-none-any.whl (87 kB) Collecting mdit-py-plugins (from jupytext->-r docs/requirements.txt (line 18)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/a7/f7/7782a043553ee469c1ff49cfa1cdace2d6bf99a1f333cf38676b3ddf30da/mdit_py_plugins-0.4.2-py3-none-any.whl (55 kB) Collecting pydantic<3.0.0,>=2.0 (from autodoc_pydantic>=2.0.0->-r docs/requirements.txt (line 19)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/6a/c0/ec2b1c8712ca690e5d61979dee872603e92b8a32f94cc1b72d53beab008a/pydantic-2.11.7-py3-none-any.whl (444 kB) Collecting pydantic-settings<3.0.0,>=2.0 (from autodoc_pydantic>=2.0.0->-r docs/requirements.txt (line 19)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/58/f0/427018098906416f580e3cf1366d3b1abfb408a0652e9f31600c24a1903c/pydantic_settings-2.10.1-py3-none-any.whl (45 kB) Collecting annotated-types>=0.6.0 (from pydantic<3.0.0,>=2.0->autodoc_pydantic>=2.0.0->-r docs/requirements.txt (line 19)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/78/b6/6307fbef88d9b5ee7421e68d78a9f162e0da4900bc5f5793f6d3d0e34fb8/annotated_types-0.7.0-py3-none-any.whl (13 kB) Collecting pydantic-core==2.33.2 (from pydantic<3.0.0,>=2.0->autodoc_pydantic>=2.0.0->-r docs/requirements.txt (line 19)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/f9/41/4b043778cf9c4285d59742281a769eac371b9e47e35f98ad321349cc5d61/pydantic_core-2.33.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 16.9 MB/s 0:00:00 Collecting typing-inspection>=0.4.0 (from pydantic<3.0.0,>=2.0->autodoc_pydantic>=2.0.0->-r docs/requirements.txt (line 19)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/17/69/cd203477f944c353c31bade965f880aa1061fd6bf05ded0726ca845b6ff7/typing_inspection-0.4.1-py3-none-any.whl (14 kB) Collecting python-dotenv>=0.21.0 (from pydantic-settings<3.0.0,>=2.0->autodoc_pydantic>=2.0.0->-r docs/requirements.txt (line 19)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/5f/ed/539768cf28c661b5b068d66d96a2f155c4971a5d55684a514c1a0e0dec2f/python_dotenv-1.1.1-py3-none-any.whl (20 kB) Collecting webencodings (from bleach!=5.0.0->bleach[css]!=5.0.0->nbconvert>=7.10.0->-r docs/requirements.txt (line 11)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl (11 kB) Collecting tinycss2<1.5,>=1.1.0 (from bleach[css]!=5.0.0->nbconvert>=7.10.0->-r docs/requirements.txt (line 11)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl (26 kB) Collecting decorator (from ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/4e/8c/f3147f5c4b73e7550fe5f9352eaa956ae838d5c51eb58e7a25b9f3e2643b/decorator-5.2.1-py3-none-any.whl (9.2 kB) Collecting ipython-pygments-lexers (from ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/d9/33/1f075bf72b0b747cb3288d011319aaf64083cf2efef8354174e3ed4540e2/ipython_pygments_lexers-1.1.1-py3-none-any.whl (8.1 kB) Collecting jedi>=0.16 (from ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/c0/5a/9cac0c82afec3d09ccd97c8b6502d48f165f9124db81b4bcb90b4af974ee/jedi-0.19.2-py2.py3-none-any.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 16.8 MB/s 0:00:00 Collecting pexpect>4.3 (from ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/9e/c3/059298687310d527a58bb01f3b1965787ee3b40dce76752eda8b44e9a2c5/pexpect-4.9.0-py2.py3-none-any.whl (63 kB) Collecting prompt_toolkit<3.1.0,>=3.0.41 (from ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/ce/4f/5249960887b1fbe561d9ff265496d170b55a735b76724f10ef19f9e40716/prompt_toolkit-3.0.51-py3-none-any.whl (387 kB) Collecting stack_data (from ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/f1/7b/ce1eafaf1a76852e2ec9b22edecf1daa58175c090266e9f6c64afcd81d91/stack_data-0.6.3-py3-none-any.whl (24 kB) Collecting wcwidth (from prompt_toolkit<3.1.0,>=3.0.41->ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/fd/84/fd2ba7aafacbad3c4201d395674fc6348826569da3c0937e75505ead3528/wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) Collecting parso<0.9.0,>=0.8.4 (from jedi>=0.16->ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/c6/ac/dac4a63f978e4dcb3c6d3a78c4d8e0192a113d288502a1216950c41b1027/parso-0.8.4-py2.py3-none-any.whl (103 kB) Collecting platformdirs>=2.5 (from jupyter-core!=5.0.*,>=4.12->ipykernel->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/fe/39/979e8e21520d4e47a0bbe349e2713c0aac6f3d853d0e5b34d76206c439aa/platformdirs-4.3.8-py3-none-any.whl (18 kB) Collecting mdurl~=0.1 (from markdown-it-py>=1.0->jupytext->-r docs/requirements.txt (line 18)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/b3/38/89ba8ad64ae25be8de66a6d463314cf1eb366222074cfda9ee839c56a4b4/mdurl-0.1.2-py3-none-any.whl (10.0 kB) Collecting fastjsonschema>=2.15 (from nbformat>=5.7->nbconvert>=7.10.0->-r docs/requirements.txt (line 11)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/90/2b/0817a2b257fe88725c25589d89aec060581aabf668707a8d03b2e9e0cb2a/fastjsonschema-2.21.1-py3-none-any.whl (23 kB) Collecting jsonschema>=2.6 (from nbformat>=5.7->nbconvert>=7.10.0->-r docs/requirements.txt (line 11)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/fe/54/c86cd8e011fe98803d7e382fd67c0df5ceab8d2b7ad8c5a81524f791551c/jsonschema-4.25.0-py3-none-any.whl (89 kB) Collecting attrs>=22.2.0 (from jsonschema>=2.6->nbformat>=5.7->nbconvert>=7.10.0->-r docs/requirements.txt (line 11)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/77/06/bb80f5f86020c4551da315d78b3ab75e8228f89f0162f2c3a819e407941a/attrs-25.3.0-py3-none-any.whl (63 kB) Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=2.6->nbformat>=5.7->nbconvert>=7.10.0->-r docs/requirements.txt (line 11)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/01/0e/b27cdbaccf30b890c40ed1da9fd4a3593a5cf94dae54fb34f8a4b74fcd3f/jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB) Collecting referencing>=0.28.4 (from jsonschema>=2.6->nbformat>=5.7->nbconvert>=7.10.0->-r docs/requirements.txt (line 11)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/c1/b1/3baf80dc6d2b7bc27a95a67752d0208e410351e3feb4eb78de5f77454d8d/referencing-0.36.2-py3-none-any.whl (26 kB) Collecting rpds-py>=0.7.1 (from jsonschema>=2.6->nbformat>=5.7->nbconvert>=7.10.0->-r docs/requirements.txt (line 11)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/2e/77/87d7bfabfc4e821caa35481a2ff6ae0b73e6a391bb6b343db2c91c2b9844/rpds_py-0.26.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (386 kB) Collecting pytz>=2020.1 (from pandas->sciris->-r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/81/c4/34e93fe5f5429d7570ec1fa436f1986fb1f00c3e0f43a589fe2bbcd22c3f/pytz-2025.2-py2.py3-none-any.whl (509 kB) Collecting tzdata>=2022.7 (from pandas->sciris->-r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/5c/23/c7abc0ca0a1526a0774eca151daeb8de62ec457e77262b66b359c3c7679e/tzdata-2025.2-py2.py3-none-any.whl (347 kB) Collecting ptyprocess>=0.5 (from pexpect>4.3->ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/22/a6/858897256d0deac81a172289110f31629fc4cee19b6f01283303e18c8db3/ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB) Requirement already satisfied: charset_normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from requests>=2.30.0->sphinx>=7.3.7->-r docs/requirements.txt (line 3)) (3.4.2) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from requests>=2.30.0->sphinx>=7.3.7->-r docs/requirements.txt (line 3)) (3.10) Requirement already satisfied: urllib3<3,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from requests>=2.30.0->sphinx>=7.3.7->-r docs/requirements.txt (line 3)) (2.5.0) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from requests>=2.30.0->sphinx>=7.3.7->-r docs/requirements.txt (line 3)) (2025.7.14) Collecting soupsieve>1.2 (from beautifulsoup4->pydata-sphinx-theme->-r docs/requirements.txt (line 5)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/e7/9c/0e6afc12c269578be5c0c1c9f4b49a8d32770a080260c333ac04cc1c832d/soupsieve-2.7-py3-none-any.whl (36 kB) Collecting gitdb<5,>=4.0.1 (from gitpython->sciris->-r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/a0/61/5c78b91c3143ed5c14207f463aecfc8f9dbb5092fb2869baf37c273b2705/gitdb-4.0.12-py3-none-any.whl (62 kB) Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->gitpython->sciris->-r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/04/be/d09147ad1ec7934636ad912901c5fd7667e1c858e19d355237db0d0cd5e4/smmap-5.0.2-py3-none-any.whl (24 kB) Collecting et-xmlfile (from openpyxl->sciris->-r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/c1/8b/5fe2cc11fee489817272089c4203e679c63b570a5aaeb18d852ae3cbba6a/et_xmlfile-2.0.0-py3-none-any.whl (18 kB) Collecting executing>=1.2.0 (from stack_data->ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/7b/8f/c4d9bafc34ad7ad5d8dc16dd1347ee0e507a52c3adb6bfa8887e1c6a26ba/executing-2.2.0-py2.py3-none-any.whl (26 kB) Collecting asttokens>=2.1.0 (from stack_data->ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/25/8a/c46dcc25341b5bce5472c718902eb3d38600a903b14fa6aeecef3f21a46f/asttokens-3.0.0-py3-none-any.whl (26 kB) Collecting pure-eval (from stack_data->ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/8e/37/efad0257dc6e593a18957422533ff0f87ede7c9c6ea010a2177d738fb82f/pure_eval-0.2.3-py3-none-any.whl (11 kB) Building wheels for collected packages: pandoc DEPRECATION: Building 'pandoc' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'pandoc'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Building wheel for pandoc (setup.py): started Building wheel for pandoc (setup.py): finished with status 'done' Created wheel for pandoc: filename=pandoc-2.4-py3-none-any.whl size=34871 sha256=612f121eb6a767aefd73504fad3a71113baa3c4342984798872ccf842d80d295 Stored in directory: /tmp/pip-ephem-wheel-cache-smj5u975/wheels/48/c9/1f/4e719eb39abdab7e13324bc447609284c7bb8a5ce5836dc838 Successfully built pandoc Installing collected packages: webencodings, wcwidth, pytz, pure-eval, ptyprocess, ply, fastjsonschema, zstandard, xlsxwriter, widgetsnbextension, tzdata, typing-extensions, traitlets, tqdm, tornado, tinycss2, soupsieve, smmap, six, rpds-py, readthedocs-sphinx-search, pyzmq, pyyaml, python-dotenv, pyparsing, pypandoc, psutil, prompt_toolkit, plumbum, platformdirs, pillow, pexpect, parso, pandocfilters, numpy, nest-asyncio, mistune, mdurl, line_profiler, kiwisolver, jupyterlab_widgets, jupyterlab-pygments, jsonpickle, jellyfish, ipython-pygments-lexers, fonttools, executing, et-xmlfile, dill, defusedxml, decorator, debugpy, cycler, comm, bleach, attrs, asttokens, annotated-types, accessible-pygments, typing-inspection, stack_data, scipy, referencing, python-dateutil, pydantic-core, pockets, plantweb, pandoc, openpyxl, multiprocess, memory_profiler, matplotlib-inline, markdown-it-py, jupyter-core, jedi, gitdb, contourpy, beautifulsoup4, sphinxcontrib-napoleon, sphinx-design, sphinx-autodoc-typehints, pydata-sphinx-theme, pydantic, pandas, mdit-py-plugins, matplotlib, jupyter-client, jsonschema-specifications, ipython, gitpython, seaborn, sciris, pydantic-settings, jsonschema, ipywidgets, ipykernel, nbformat, autodoc_pydantic, nbclient, jupytext, nbconvert, nbsphinx Successfully installed accessible-pygments-0.0.5 annotated-types-0.7.0 asttokens-3.0.0 attrs-25.3.0 autodoc_pydantic-2.2.0 beautifulsoup4-4.13.4 bleach-6.2.0 comm-0.2.3 contourpy-1.3.3 cycler-0.12.1 debugpy-1.8.15 decorator-5.2.1 defusedxml-0.7.1 dill-0.4.0 et-xmlfile-2.0.0 executing-2.2.0 fastjsonschema-2.21.1 fonttools-4.59.0 gitdb-4.0.12 gitpython-3.1.45 ipykernel-6.30.0 ipython-9.4.0 ipython-pygments-lexers-1.1.1 ipywidgets-8.1.7 jedi-0.19.2 jellyfish-1.2.0 jsonpickle-4.1.1 jsonschema-4.25.0 jsonschema-specifications-2025.4.1 jupyter-client-8.6.3 jupyter-core-5.8.1 jupyterlab-pygments-0.3.0 jupyterlab_widgets-3.0.15 jupytext-1.17.2 kiwisolver-1.4.8 line_profiler-5.0.0 markdown-it-py-3.0.0 matplotlib-3.10.5 matplotlib-inline-0.1.7 mdit-py-plugins-0.4.2 mdurl-0.1.2 memory_profiler-0.61.0 mistune-3.1.3 multiprocess-0.70.18 nbclient-0.10.2 nbconvert-7.16.6 nbformat-5.10.4 nbsphinx-0.9.6 nest-asyncio-1.6.0 numpy-2.3.2 openpyxl-3.1.5 pandas-2.3.1 pandoc-2.4 pandocfilters-1.5.1 parso-0.8.4 pexpect-4.9.0 pillow-11.3.0 plantweb-1.3.0 platformdirs-4.3.8 plumbum-1.9.0 ply-3.11 pockets-0.9.1 prompt_toolkit-3.0.51 psutil-7.0.0 ptyprocess-0.7.0 pure-eval-0.2.3 pydantic-2.11.7 pydantic-core-2.33.2 pydantic-settings-2.10.1 pydata-sphinx-theme-0.16.1 pypandoc-1.15 pyparsing-3.2.3 python-dateutil-2.9.0.post0 python-dotenv-1.1.1 pytz-2025.2 pyyaml-6.0.2 pyzmq-27.0.0 readthedocs-sphinx-search-0.3.2 referencing-0.36.2 rpds-py-0.26.0 scipy-1.16.1 sciris-3.2.4 seaborn-0.13.2 six-1.17.0 smmap-5.0.2 soupsieve-2.7 sphinx-autodoc-typehints-3.2.0 sphinx-design-0.6.1 sphinxcontrib-napoleon-0.7 stack_data-0.6.3 tinycss2-1.4.0 tornado-6.5.1 tqdm-4.67.1 traitlets-5.14.3 typing-extensions-4.14.1 typing-inspection-0.4.1 tzdata-2025.2 wcwidth-0.2.13 webencodings-0.5.1 widgetsnbextension-4.0.14 xlsxwriter-3.2.5 zstandard-0.23.0 [rtd-command-info] start-time: 2025-08-02T01:53:52.014360Z, end-time: 2025-08-02T01:54:25.331983Z, duration: 33, exit-code: 0 python -m pip install --upgrade --upgrade-strategy only-if-needed --no-cache-dir . Looking in indexes: https://pypi.org/simple, https://packages.idmod.org/api/pypi/pypi-production/simple Processing /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting numba>=0.61.0 (from laser-measles==0.7.2.dev3) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/9a/2d/e518df036feab381c23a624dac47f8445ac55686ec7f11083655eb707da3/numba-0.61.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/3.9 MB 15.9 MB/s 0:00:00 Collecting laser-core>=0.5.1 (from laser-measles==0.7.2.dev3) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/79/cc/9a9817bfe841b815c8f3369027a915342e9fd09f66cf04c46b5c462db543/laser_core-0.6.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (41 kB) Collecting diskcache>=5.6.3 (from laser-measles==0.7.2.dev3) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/3f/27/4570e78fc0bf5ea0ca45eb1de3818a23787af9b390c0b0a0033a1b8236f9/diskcache-5.6.3-py3-none-any.whl (45 kB) Collecting appdirs>=1.4.4 (from laser-measles==0.7.2.dev3) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/3b/00/2344469e2084fb287c2e0b57b72910309874c3245463acd6cf5e3db69324/appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Requirement already satisfied: pydantic>=2.11.5 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from laser-measles==0.7.2.dev3) (2.11.7) Collecting pycountry>=24.6.1 (from laser-measles==0.7.2.dev3) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/b1/ec/1fb891d8a2660716aadb2143235481d15ed1cbfe3ad669194690b0604492/pycountry-24.6.1-py3-none-any.whl (6.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.3/6.3 MB 16.2 MB/s 0:00:00 Requirement already satisfied: requests>=2.32.3 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from laser-measles==0.7.2.dev3) (2.32.4) Collecting alive-progress>=3.2.0 (from laser-measles==0.7.2.dev3) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/26/85/ec72f6c885703d18f3b09769645e950e14c7d0cc0a0e35d94127983f666f/alive_progress-3.3.0-py3-none-any.whl (78 kB) Requirement already satisfied: sciris>=3.2.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from laser-measles==0.7.2.dev3) (3.2.4) Collecting polars>=1.30.0 (from laser-measles==0.7.2.dev3) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/61/97/fe3797e8e1d4f9eadab32ffe218a841b8874585b6c9bd0f1a26469fb2992/polars-1.32.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (38.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.0/38.0 MB 16.0 MB/s 0:00:02 Collecting pyarrow>=20.0.0 (from laser-measles==0.7.2.dev3) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/ad/90/2660332eeb31303c13b653ea566a9918484b6e4d6b9d2d46879a33ab0622/pyarrow-21.0.0-cp312-cp312-manylinux_2_28_x86_64.whl (42.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.8/42.8 MB 16.0 MB/s 0:00:02 Collecting rastertoolkit>=0.3.11 (from laser-measles==0.7.2.dev3) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/42/93/099110861d75748b58179bdf382da9c3ce2a02cd79b26b1fbfaf0dfbd654/rastertoolkit-0.3.12-py3-none-any.whl (16 kB) Collecting typer>=0.12.0 (from laser-measles==0.7.2.dev3) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/76/42/3efaf858001d2c2913de7f354563e3a3a2f0decae3efe98427125a8f441e/typer-0.16.0-py3-none-any.whl (46 kB) Collecting patito>=0.8.3 (from laser-measles==0.7.2.dev3) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/72/f1/4a71d8a974d8f5625045b5351e91e4f93b9a3c14aacbd2777de63c53a851/patito-0.8.3-py3-none-any.whl (43 kB) Collecting pyvd>=1.0.1 (from laser-measles==0.7.2.dev3) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/17/84/4b8d39811f468724e29ad275b04193297cf4f8089fd5818ea4fe0a83101a/pyvd-1.0.1-py3-none-any.whl (2.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 16.2 MB/s 0:00:00 Collecting about-time==4.2.1 (from alive-progress>=3.2.0->laser-measles==0.7.2.dev3) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/fb/cd/7ee00d6aa023b1d0551da0da5fee3bc23c3eeea632fbfc5126d1fec52b7e/about_time-4.2.1-py3-none-any.whl (13 kB) Collecting graphemeu==0.7.2 (from alive-progress>=3.2.0->laser-measles==0.7.2.dev3) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/69/18/36503ea63e1ecd0a95590d7b6b8b7d227a1e4541a154e1612a231def1bdc/graphemeu-0.7.2-py3-none-any.whl (22 kB) Collecting click (from laser-core>=0.5.1->laser-measles==0.7.2.dev3) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/85/32/10bb5764d90a8eee674e9dc6f4db6a0ab47c8c4d0d83c27f7c39ac415a4d/click-8.2.1-py3-none-any.whl (102 kB) Requirement already satisfied: numpy in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from laser-core>=0.5.1->laser-measles==0.7.2.dev3) (2.3.2) Requirement already satisfied: matplotlib in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from laser-core>=0.5.1->laser-measles==0.7.2.dev3) (3.10.5) Requirement already satisfied: pandas in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from laser-core>=0.5.1->laser-measles==0.7.2.dev3) (2.3.1) Collecting h5py (from laser-core>=0.5.1->laser-measles==0.7.2.dev3) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/86/f9/f00de11c82c88bfc1ef22633557bfba9e271e0cb3189ad704183fc4a2644/h5py-3.14.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 16.3 MB/s 0:00:00 Collecting llvmlite<0.45,>=0.44.0dev0 (from numba>=0.61.0->laser-measles==0.7.2.dev3) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/cb/da/8341fd3056419441286c8e26bf436923021005ece0bff5f41906476ae514/llvmlite-0.44.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (42.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.4/42.4 MB 16.0 MB/s 0:00:02 Collecting numpy (from laser-core>=0.5.1->laser-measles==0.7.2.dev3) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/8c/3d/1e1db36cfd41f895d266b103df00ca5b3cbe965184df824dec5c08c6b803/numpy-2.2.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.5/16.5 MB 16.2 MB/s 0:00:01 Requirement already satisfied: typing-extensions in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from patito>=0.8.3->laser-measles==0.7.2.dev3) (4.14.1) Requirement already satisfied: annotated-types>=0.6.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from pydantic>=2.11.5->laser-measles==0.7.2.dev3) (0.7.0) Requirement already satisfied: pydantic-core==2.33.2 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from pydantic>=2.11.5->laser-measles==0.7.2.dev3) (2.33.2) Requirement already satisfied: typing-inspection>=0.4.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from pydantic>=2.11.5->laser-measles==0.7.2.dev3) (0.4.1) Collecting pyshp~=2.3 (from rastertoolkit>=0.3.11->laser-measles==0.7.2.dev3) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/98/2f/68116db5b36b895c0450e3072b8cb6c2fac0359279b182ea97014d3c8ac0/pyshp-2.3.1-py2.py3-none-any.whl (46 kB) Collecting pyproj~=3.6 (from rastertoolkit>=0.3.11->laser-measles==0.7.2.dev3) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/b3/a3/448f05b15e318bd6bea9a32cfaf11e886c4ae61fa3eee6e09ed5c3b74bb2/pyproj-3.7.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.6/9.6 MB 16.0 MB/s 0:00:00 Collecting scikit-learn~=1.5 (from rastertoolkit>=0.3.11->laser-measles==0.7.2.dev3) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/f3/1b/998312db6d361ded1dd56b457ada371a8d8d77ca2195a7d18fd8a1736f21/scikit_learn-1.7.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (9.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 16.1 MB/s 0:00:00 Collecting shapely~=2.0 (from rastertoolkit>=0.3.11->laser-measles==0.7.2.dev3) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/1f/1e/83ec268ab8254a446b4178b45616ab5822d7b9d2b7eb6e27cf0b82f45601/shapely-2.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 16.4 MB/s 0:00:00 Requirement already satisfied: contourpy>=1.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from matplotlib->laser-core>=0.5.1->laser-measles==0.7.2.dev3) (1.3.3) Requirement already satisfied: cycler>=0.10 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from matplotlib->laser-core>=0.5.1->laser-measles==0.7.2.dev3) (0.12.1) Requirement already satisfied: fonttools>=4.22.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from matplotlib->laser-core>=0.5.1->laser-measles==0.7.2.dev3) (4.59.0) Requirement already satisfied: kiwisolver>=1.3.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from matplotlib->laser-core>=0.5.1->laser-measles==0.7.2.dev3) (1.4.8) Requirement already satisfied: packaging>=20.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from matplotlib->laser-core>=0.5.1->laser-measles==0.7.2.dev3) (25.0) Requirement already satisfied: pillow>=8 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from matplotlib->laser-core>=0.5.1->laser-measles==0.7.2.dev3) (11.3.0) Requirement already satisfied: pyparsing>=2.3.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from matplotlib->laser-core>=0.5.1->laser-measles==0.7.2.dev3) (3.2.3) Requirement already satisfied: python-dateutil>=2.7 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from matplotlib->laser-core>=0.5.1->laser-measles==0.7.2.dev3) (2.9.0.post0) Requirement already satisfied: certifi in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from pyproj~=3.6->rastertoolkit>=0.3.11->laser-measles==0.7.2.dev3) (2025.7.14) Requirement already satisfied: scipy>=1.8.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from scikit-learn~=1.5->rastertoolkit>=0.3.11->laser-measles==0.7.2.dev3) (1.16.1) Collecting joblib>=1.2.0 (from scikit-learn~=1.5->rastertoolkit>=0.3.11->laser-measles==0.7.2.dev3) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/7d/4f/1195bbac8e0c2acc5f740661631d8d750dc38d4a32b23ee5df3cde6f4e0d/joblib-1.5.1-py3-none-any.whl (307 kB) Collecting threadpoolctl>=3.1.0 (from scikit-learn~=1.5->rastertoolkit>=0.3.11->laser-measles==0.7.2.dev3) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/32/d5/f9a850d79b0851d1d4ef6456097579a9005b31fea68726a4ae5f2d82ddd9/threadpoolctl-3.6.0-py3-none-any.whl (18 kB) Requirement already satisfied: six>=1.5 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from python-dateutil>=2.7->matplotlib->laser-core>=0.5.1->laser-measles==0.7.2.dev3) (1.17.0) Requirement already satisfied: charset_normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from requests>=2.32.3->laser-measles==0.7.2.dev3) (3.4.2) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from requests>=2.32.3->laser-measles==0.7.2.dev3) (3.10) Requirement already satisfied: urllib3<3,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from requests>=2.32.3->laser-measles==0.7.2.dev3) (2.5.0) Requirement already satisfied: openpyxl in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sciris>=3.2.1->laser-measles==0.7.2.dev3) (3.1.5) Requirement already satisfied: xlsxwriter in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sciris>=3.2.1->laser-measles==0.7.2.dev3) (3.2.5) Requirement already satisfied: psutil in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sciris>=3.2.1->laser-measles==0.7.2.dev3) (7.0.0) Requirement already satisfied: dill in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sciris>=3.2.1->laser-measles==0.7.2.dev3) (0.4.0) Requirement already satisfied: zstandard in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sciris>=3.2.1->laser-measles==0.7.2.dev3) (0.23.0) Requirement already satisfied: multiprocess in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sciris>=3.2.1->laser-measles==0.7.2.dev3) (0.70.18) Requirement already satisfied: jsonpickle in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sciris>=3.2.1->laser-measles==0.7.2.dev3) (4.1.1) Requirement already satisfied: pyyaml in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sciris>=3.2.1->laser-measles==0.7.2.dev3) (6.0.2) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sciris>=3.2.1->laser-measles==0.7.2.dev3) (80.9.0) Requirement already satisfied: gitpython in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sciris>=3.2.1->laser-measles==0.7.2.dev3) (3.1.45) Requirement already satisfied: jellyfish in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sciris>=3.2.1->laser-measles==0.7.2.dev3) (1.2.0) Requirement already satisfied: tqdm in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sciris>=3.2.1->laser-measles==0.7.2.dev3) (4.67.1) Requirement already satisfied: memory_profiler in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sciris>=3.2.1->laser-measles==0.7.2.dev3) (0.61.0) Requirement already satisfied: line_profiler in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from sciris>=3.2.1->laser-measles==0.7.2.dev3) (5.0.0) Collecting shellingham>=1.3.0 (from typer>=0.12.0->laser-measles==0.7.2.dev3) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/e0/f9/0595336914c5619e5f28a1fb793285925a8cd4b432c9da0a987836c7f822/shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB) Collecting rich>=10.11.0 (from typer>=0.12.0->laser-measles==0.7.2.dev3) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/e3/30/3c4d035596d3cf444529e0b2953ad0466f6049528a879d27534700580395/rich-14.1.0-py3-none-any.whl (243 kB) Requirement already satisfied: markdown-it-py>=2.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from rich>=10.11.0->typer>=0.12.0->laser-measles==0.7.2.dev3) (3.0.0) Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from rich>=10.11.0->typer>=0.12.0->laser-measles==0.7.2.dev3) (2.19.2) Requirement already satisfied: mdurl~=0.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from markdown-it-py>=2.2.0->rich>=10.11.0->typer>=0.12.0->laser-measles==0.7.2.dev3) (0.1.2) Requirement already satisfied: gitdb<5,>=4.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from gitpython->sciris>=3.2.1->laser-measles==0.7.2.dev3) (4.0.12) Requirement already satisfied: smmap<6,>=3.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from gitdb<5,>=4.0.1->gitpython->sciris>=3.2.1->laser-measles==0.7.2.dev3) (5.0.2) Requirement already satisfied: et-xmlfile in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from openpyxl->sciris>=3.2.1->laser-measles==0.7.2.dev3) (2.0.0) Requirement already satisfied: pytz>=2020.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from pandas->laser-core>=0.5.1->laser-measles==0.7.2.dev3) (2025.2) Requirement already satisfied: tzdata>=2022.7 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages (from pandas->laser-core>=0.5.1->laser-measles==0.7.2.dev3) (2025.2) Building wheels for collected packages: laser-measles Building wheel for laser-measles (pyproject.toml): started Building wheel for laser-measles (pyproject.toml): finished with status 'done' Created wheel for laser-measles: filename=laser_measles-0.7.2.dev3-cp312-cp312-linux_x86_64.whl size=146230 sha256=12e59d3b8cb8a7b05e7d7ae37d2ad1dc7cd792c8e1db3086236ef8d705e9c692 Stored in directory: /tmp/pip-ephem-wheel-cache-f0rim_5a/wheels/62/3a/36/ef67797e01da7b9b6a2f5625cf489f3ab1d1bec0d42e59cb70 Successfully built laser-measles Installing collected packages: appdirs, threadpoolctl, shellingham, pyshp, pyproj, pycountry, pyarrow, polars, numpy, llvmlite, joblib, graphemeu, diskcache, click, about-time, shapely, rich, pyvd, numba, h5py, alive-progress, typer, scikit-learn, patito, rastertoolkit, laser-core, laser-measles Attempting uninstall: numpy Found existing installation: numpy 2.3.2 Uninstalling numpy-2.3.2: Successfully uninstalled numpy-2.3.2 Successfully installed about-time-4.2.1 alive-progress-3.3.0 appdirs-1.4.4 click-8.2.1 diskcache-5.6.3 graphemeu-0.7.2 h5py-3.14.0 joblib-1.5.1 laser-core-0.6.0 laser-measles-0.7.2.dev3 llvmlite-0.44.0 numba-0.61.2 numpy-2.2.6 patito-0.8.3 polars-1.32.0 pyarrow-21.0.0 pycountry-24.6.1 pyproj-3.7.1 pyshp-2.3.1 pyvd-1.0.1 rastertoolkit-0.3.12 rich-14.1.0 scikit-learn-1.7.1 shapely-2.1.1 shellingham-1.5.4 threadpoolctl-3.6.0 typer-0.16.0 [rtd-command-info] start-time: 2025-08-02T01:54:25.417181Z, end-time: 2025-08-02T01:54:29.188575Z, duration: 3, exit-code: 0 python docs/tutorials/convert_tutorials.py [jupytext] Reading tut_spatial_mixing.py in format py [jupytext] Writing tut_spatial_mixing.ipynb [jupytext] Reading tut_basic_model.py in format py [jupytext] Writing tut_basic_model.ipynb [jupytext] Reading tut_model_structure.py in format py [jupytext] Writing tut_model_structure.ipynb [jupytext] Reading tut_traveling_waves.py in format py [jupytext] Writing tut_traveling_waves.ipynb [jupytext] Reading tut_scenarios.py in format py [jupytext] Writing tut_scenarios.ipynb [jupytext] Reading tut_state_arrays.py in format py [jupytext] Writing tut_state_arrays.ipynb [jupytext] Reading tut_creating_component.py in format py [jupytext] Writing tut_creating_component.ipynb [jupytext] Reading tut_pydantic_component_parameters.py in format py [jupytext] Writing tut_pydantic_component_parameters.ipynb [jupytext] Reading tut_random_numbers.py in format py [jupytext] Writing tut_random_numbers.ipynb [jupytext] Reading tut_abm_vital_dynamics.py in format py [jupytext] Writing tut_abm_vital_dynamics.ipynb [jupytext] Reading tut_abm_intro.py in format py [jupytext] Writing tut_abm_intro.ipynb Converting tut_spatial_mixing.py to notebook... Successfully converted tut_spatial_mixing.py Converting tut_basic_model.py to notebook... Successfully converted tut_basic_model.py Converting tut_model_structure.py to notebook... Successfully converted tut_model_structure.py Converting tut_traveling_waves.py to notebook... Successfully converted tut_traveling_waves.py Converting tut_scenarios.py to notebook... Successfully converted tut_scenarios.py Converting tut_state_arrays.py to notebook... Successfully converted tut_state_arrays.py Converting tut_creating_component.py to notebook... Successfully converted tut_creating_component.py Converting tut_pydantic_component_parameters.py to notebook... Successfully converted tut_pydantic_component_parameters.py Converting tut_random_numbers.py to notebook... Successfully converted tut_random_numbers.py Converting tut_abm_vital_dynamics.py to notebook... Successfully converted tut_abm_vital_dynamics.py Converting tut_abm_intro.py to notebook... Successfully converted tut_abm_intro.py Successfully converted 11 tutorial files to notebooks [rtd-command-info] start-time: 2025-08-02T01:54:29.341708Z, end-time: 2025-08-02T01:54:29.378989Z, duration: 0, exit-code: 0 cat docs/conf.py # # Configuration file for the Sphinx documentation builder. import os import sciris as sc on_rtd = os.environ.get("READTHEDOCS") == "True" # -- Project information ----------------------------------------------------- project = "laser-measles" copyright = f"2024 - {sc.now().year}, Bill & Melinda Gates Foundation. All rights reserved." # The short X.Y version version = release = "0.7.2-dev3" # -- 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.ext.doctest", # Enable doctest builder "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", "sphinxcontrib.autodoc_pydantic", ] # 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 = True # Allow subclasses to inherit 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 = ["laser_measles."] # List of patterns, relative to source directory, to exclude exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "**.ipynb_checkpoints", "tutorials/not_ready/**"] # Suppress certain warnings suppress_warnings = ["autosectionlabel.*"] # Configure pydantic # -- 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://laser-measles.readthedocs.io/en/latest/", "icon": "fas fa-home"}, { "name": "GitHub", "url": "https://github.com/InstituteforDiseaseModeling/laser-measles", "icon": "fab fa-github-square", }, ], "navbar_end": ["theme-switcher", "navbar-icon-links"], "secondary_sidebar_items": [], "header_links_before_dropdown": 5, "footer_start": ["copyright", "footer_start"], "footer_end": ["theme-version", "footer_end"], } html_sidebars = { "**": ["page-toc"], } html_logo = "images/idm-logo-transparent.png" html_favicon = "images/favicon.ico" html_static_path = ["_static"] html_baseurl = "https://docs.idmod.org/" html_context = { "rtd_url": "https://docs.idmod.org/", "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 = "laser-measles" # 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 nbsphinx_execute = "auto" nbsphinx_timeout = 600 nbsphinx_allow_errors = True nbsphinx_execute_arguments = [ "--InlineBackend.figure_formats={'svg', 'pdf'}", "--InlineBackend.rc={'figure.dpi': 96}", ] # OpenSearch options html_use_opensearch = "docs.idmod.org/projects/laser-measles/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_parent}/{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}", } # -- Linkcheck configuration ------------------------------------------------- # Configuration for sphinx-build -b linkcheck # URLs that should be ignored during link checking linkcheck_ignore = [ r"https://chatgpt\.com/g/g-674f5fd33aec8191bcdc1a2736fb7c8d-laser-gpt-jenner", # Requires authentication r"https://.*\.idmod\.org/.*", # Internal IDM links that may require auth r"https://.*\.gatesfoundation\.org/.*", # Gates Foundation internal links ] # HTTP status codes that should be considered as "working" (not broken) # 403 = Forbidden (requires authentication) # 401 = Unauthorized (requires authentication) linkcheck_allowed_redirects = { r"https://.*\.idmod\.org/.*": r".*", r"https://.*\.gatesfoundation\.org/.*": r".*", } # Timeout for link checking (in seconds) linkcheck_timeout = 30 # Number of workers for parallel link checking linkcheck_workers = 5 # Whether to check anchors in links linkcheck_anchors = False # Whether to check anchors in relative links linkcheck_anchors_ignore = [ r"#.*", # Ignore all anchor links ] # Retry count for failed links linkcheck_retries = 2 [rtd-command-info] start-time: 2025-08-02T01:54:29.470766Z, end-time: 2025-08-02T01:57:31.946141Z, duration: 182, exit-code: 0 python -m sphinx -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v8.2.3 loading translations [en]... done making output directory... done [autosummary] generating autosummary for: api/index.rst, authors.rst, changelog.rst, contributing.rst, index.rst, installation.rst, reference/laser_measles.biweekly.rst, reference/laser_measles.demographics.rst, reference/modules.rst, tutorials.rst, ..., tutorials/tut_basic_model.ipynb, tutorials/tut_creating_component.ipynb, tutorials/tut_model_structure.ipynb, tutorials/tut_pydantic_component_parameters.ipynb, tutorials/tut_random_numbers.ipynb, tutorials/tut_scenarios.ipynb, tutorials/tut_spatial_mixing.ipynb, tutorials/tut_state_arrays.ipynb, tutorials/tut_traveling_waves.ipynb, usage.rst WARNING: [autosummary] failed to import laser_measles.abm.cli. Possible hints: * ImportError: * AttributeError: module 'laser_measles.abm' has no attribute 'cli' * ModuleNotFoundError: No module named 'laser_measles.abm.cli' WARNING: [autosummary] failed to import laser_measles.pretty_laserframe. Possible hints: * ImportError: * ModuleNotFoundError: No module named 'laser_measles.pretty_laserframe' * AttributeError: module 'laser_measles' has no attribute 'pretty_laserframe' [autosummary] generating autosummary for: /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/api/_autosummary/laser_measles.abm.base.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/api/_autosummary/laser_measles.abm.components.CaseSurveillanceTracker.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/api/_autosummary/laser_measles.abm.components.ConstantPopProcess.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/api/_autosummary/laser_measles.abm.components.DiseaseProcess.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/api/_autosummary/laser_measles.abm.components.FadeOutTracker.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/api/_autosummary/laser_measles.abm.components.ImportationPressureProcess.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/api/_autosummary/laser_measles.abm.components.InfectionProcess.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/api/_autosummary/laser_measles.abm.components.InfectionSeedingProcess.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/api/_autosummary/laser_measles.abm.components.InitializeEquilibriumStatesProcess.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/api/_autosummary/laser_measles.abm.components.NoBirthsProcess.rst, ..., /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/api/_autosummary/laser_measles.demographics.GADMShapefile.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/api/_autosummary/laser_measles.demographics.RasterPatchGenerator.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/api/_autosummary/laser_measles.demographics.RasterPatchParams.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/api/_autosummary/laser_measles.demographics.get_shapefile_dataframe.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/api/_autosummary/laser_measles.demographics.plot_shapefile_dataframe.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/api/_autosummary/laser_measles.mixing.base.BaseMixing.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/api/_autosummary/laser_measles.mixing.competing_destinations.CompetingDestinationsMixing.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/api/_autosummary/laser_measles.mixing.gravity.GravityMixing.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/api/_autosummary/laser_measles.mixing.radiation.RadiationMixing.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/api/_autosummary/laser_measles.mixing.stouffer.StoufferMixing.rst Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/_readthedocs/html/_static/nbsphinx-code-cells.css building [mo]: targets for 0 po files that are out of date writing output... building [html]: targets for 23 source files that are out of date updating environment: [new config] 92 added, 0 changed, 0 removed reading sources... [ 1%] api/_autosummary/laser_measles.abm.base reading sources... [ 2%] api/_autosummary/laser_measles.abm.components.CaseSurveillanceTracker reading sources... [ 3%] api/_autosummary/laser_measles.abm.components.ConstantPopProcess reading sources... [ 4%] api/_autosummary/laser_measles.abm.components.DiseaseProcess reading sources... [ 5%] api/_autosummary/laser_measles.abm.components.FadeOutTracker reading sources... [ 7%] api/_autosummary/laser_measles.abm.components.ImportationPressureProcess reading sources... [ 8%] api/_autosummary/laser_measles.abm.components.InfectionProcess reading sources... [ 9%] api/_autosummary/laser_measles.abm.components.InfectionSeedingProcess reading sources... [ 10%] api/_autosummary/laser_measles.abm.components.InitializeEquilibriumStatesProcess reading sources... [ 11%] api/_autosummary/laser_measles.abm.components.NoBirthsProcess reading sources... [ 12%] api/_autosummary/laser_measles.abm.components.PopulationTracker reading sources... [ 13%] api/_autosummary/laser_measles.abm.components.SIACalendarProcess reading sources... [ 14%] api/_autosummary/laser_measles.abm.components.StateTracker reading sources... [ 15%] api/_autosummary/laser_measles.abm.components.TransmissionProcess reading sources... [ 16%] api/_autosummary/laser_measles.abm.components.VitalDynamicsProcess reading sources... [ 17%] api/_autosummary/laser_measles.abm.model reading sources... [ 18%] api/_autosummary/laser_measles.abm.params reading sources... [ 20%] api/_autosummary/laser_measles.abm.utils reading sources... [ 21%] api/_autosummary/laser_measles.base.BaseComponent reading sources... [ 22%] api/_autosummary/laser_measles.base.BaseLaserModel reading sources... [ 23%] api/_autosummary/laser_measles.biweekly.base reading sources... [ 24%] api/_autosummary/laser_measles.biweekly.components.CaseSurveillanceTracker reading sources... [ 25%] api/_autosummary/laser_measles.biweekly.components.ConstantPopProcess reading sources... [ 26%] api/_autosummary/laser_measles.biweekly.components.FadeOutTracker reading sources... [ 27%] api/_autosummary/laser_measles.biweekly.components.ImportationPressureProcess reading sources... [ 28%] api/_autosummary/laser_measles.biweekly.components.InfectionProcess reading sources... [ 29%] api/_autosummary/laser_measles.biweekly.components.InfectionSeedingProcess reading sources... [ 30%] api/_autosummary/laser_measles.biweekly.components.InitializeEquilibriumStatesProcess reading sources... [ 32%] api/_autosummary/laser_measles.biweekly.components.PopulationTracker reading sources... [ 33%] api/_autosummary/laser_measles.biweekly.components.SIACalendarProcess reading sources... [ 34%] api/_autosummary/laser_measles.biweekly.components.StateTracker reading sources... [ 35%] api/_autosummary/laser_measles.biweekly.components.VitalDynamicsProcess reading sources... [ 36%] api/_autosummary/laser_measles.biweekly.model reading sources... [ 37%] api/_autosummary/laser_measles.biweekly.params reading sources... [ 38%] api/_autosummary/laser_measles.compartmental.base reading sources... [ 39%] api/_autosummary/laser_measles.compartmental.components.CaseSurveillanceTracker reading sources... [ 40%] api/_autosummary/laser_measles.compartmental.components.ConstantPopProcess reading sources... [ 41%] api/_autosummary/laser_measles.compartmental.components.FadeOutTracker reading sources... [ 42%] api/_autosummary/laser_measles.compartmental.components.ImportationPressureProcess reading sources... [ 43%] api/_autosummary/laser_measles.compartmental.components.InfectionProcess reading sources... [ 45%] api/_autosummary/laser_measles.compartmental.components.InfectionSeedingProcess reading sources... [ 46%] api/_autosummary/laser_measles.compartmental.components.InitializeEquilibriumStatesProcess reading sources... [ 47%] api/_autosummary/laser_measles.compartmental.components.PopulationTracker reading sources... [ 48%] api/_autosummary/laser_measles.compartmental.components.SIACalendarProcess reading sources... [ 49%] api/_autosummary/laser_measles.compartmental.components.StateTracker reading sources... [ 50%] api/_autosummary/laser_measles.compartmental.components.VitalDynamicsProcess reading sources... [ 51%] api/_autosummary/laser_measles.compartmental.model reading sources... [ 52%] api/_autosummary/laser_measles.compartmental.params reading sources... [ 53%] api/_autosummary/laser_measles.components.BaseCaseSurveillanceTracker reading sources... [ 54%] api/_autosummary/laser_measles.components.BaseConstantPopProcess reading sources... [ 55%] api/_autosummary/laser_measles.components.BaseFadeOutTracker reading sources... [ 57%] api/_autosummary/laser_measles.components.BaseInfectionProcess reading sources... [ 58%] api/_autosummary/laser_measles.components.BaseInitializeEquilibriumStatesProcess reading sources... [ 59%] api/_autosummary/laser_measles.components.BasePopulationTracker reading sources... [ 60%] api/_autosummary/laser_measles.components.BaseStateTracker reading sources... [ 61%] api/_autosummary/laser_measles.components.BaseVitalDynamicsProcess reading sources... [ 62%] api/_autosummary/laser_measles.components.component reading sources... [ 63%] api/_autosummary/laser_measles.components.create_component reading sources... [ 64%] api/_autosummary/laser_measles.create_component reading sources... [ 65%] api/_autosummary/laser_measles.demographics.GADMShapefile reading sources... [ 66%] api/_autosummary/laser_measles.demographics.RasterPatchGenerator reading sources... [ 67%] api/_autosummary/laser_measles.demographics.RasterPatchParams reading sources... [ 68%] api/_autosummary/laser_measles.demographics.get_shapefile_dataframe reading sources... [ 70%] api/_autosummary/laser_measles.demographics.plot_shapefile_dataframe reading sources... [ 71%] api/_autosummary/laser_measles.mixing.base.BaseMixing reading sources... [ 72%] api/_autosummary/laser_measles.mixing.competing_destinations.CompetingDestinationsMixing reading sources... [ 73%] api/_autosummary/laser_measles.mixing.gravity.GravityMixing reading sources... [ 74%] api/_autosummary/laser_measles.mixing.radiation.RadiationMixing reading sources... [ 75%] api/_autosummary/laser_measles.mixing.stouffer.StoufferMixing reading sources... [ 76%] api/index reading sources... [ 77%] authors reading sources... [ 78%] changelog reading sources... [ 79%] contributing reading sources... [ 80%] index reading sources... [ 82%] installation reading sources... [ 83%] reference/laser_measles.biweekly reading sources... [ 84%] reference/laser_measles.demographics reading sources... [ 85%] reference/modules reading sources... [ 86%] tutorials reading sources... [ 87%] tutorials/README reading sources... [ 88%] tutorials/tut_abm_intro reading sources... [ 89%] tutorials/tut_abm_vital_dynamics reading sources... [ 90%] tutorials/tut_basic_model reading sources... [ 91%] tutorials/tut_creating_component reading sources... [ 92%] tutorials/tut_model_structure reading sources... [ 93%] tutorials/tut_pydantic_component_parameters reading sources... [ 95%] tutorials/tut_random_numbers reading sources... [ 96%] tutorials/tut_scenarios reading sources... [ 97%] tutorials/tut_spatial_mixing reading sources... [ 98%] tutorials/tut_state_arrays reading sources... [ 99%] tutorials/tut_traveling_waves reading sources... [100%] usage WARNING: Failed to get a function signature for laser_measles.abm.base: is not a callable object /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages/laser_measles/abm/components/process_infection_seeding.py:docstring of laser_measles.abm.components.process_infection_seeding.InfectionSeedingProcess:30: ERROR: Unexpected indentation. [docutils] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages/laser_measles/abm/components/process_infection_seeding.py:docstring of laser_measles.abm.components.process_infection_seeding.InfectionSeedingProcess:32: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages/laser_measles/abm/components/process_infection_seeding.py:docstring of laser_measles.abm.components.process_infection_seeding.InfectionSeedingProcess:36: ERROR: Unexpected indentation. [docutils] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages/laser_measles/abm/components/process_infection_seeding.py:docstring of laser_measles.abm.components.process_infection_seeding.InfectionSeedingProcess:38: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils] WARNING: Failed to get a function signature for laser_measles.abm.model: is not a callable object WARNING: Failed to get a function signature for laser_measles.abm.params: is not a callable object WARNING: Failed to get a function signature for laser_measles.abm.utils: is not a callable object WARNING: Failed to get a function signature for laser_measles.biweekly.base: is not a callable object /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages/laser_measles/biweekly/components/process_infection.py:docstring of laser_measles.biweekly.components.process_infection.InfectionProcess:9: ERROR: Unexpected indentation. [docutils] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages/laser_measles/biweekly/components/process_infection.py:docstring of laser_measles.biweekly.components.process_infection.InfectionProcess:13: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils] WARNING: Failed to get a function signature for laser_measles.biweekly.model: is not a callable object WARNING: Failed to get a function signature for laser_measles.biweekly.params: is not a callable object WARNING: Failed to get a function signature for laser_measles.compartmental.base: is not a callable object /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages/laser_measles/compartmental/components/process_infection.py:docstring of laser_measles.compartmental.components.process_infection.InfectionProcess:9: ERROR: Unexpected indentation. [docutils] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages/laser_measles/compartmental/components/process_infection.py:docstring of laser_measles.compartmental.components.process_infection.InfectionProcess:13: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils] WARNING: Failed to get a function signature for laser_measles.compartmental.model: is not a callable object WARNING: Failed to get a function signature for laser_measles.compartmental.params: is not a callable object /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/api/index.rst:102: WARNING: autosummary: failed to import cli. Possible hints: * AttributeError: module 'laser_measles.abm' has no attribute 'cli' * KeyError: 'cli' * ModuleNotFoundError: No module named 'laser_measles.abm.cli' * ModuleNotFoundError: No module named 'cli' * ValueError: not enough values to unpack (expected 2, got 1) /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/api/index.rst:312: WARNING: autosummary: failed to import pretty_laserframe. Possible hints: * AttributeError: module 'laser_measles' has no attribute 'pretty_laserframe' * ModuleNotFoundError: No module named 'pretty_laserframe' * KeyError: 'pretty_laserframe' * ModuleNotFoundError: No module named 'laser_measles.pretty_laserframe' * ValueError: not enough values to unpack (expected 2, got 1) /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/api/index.rst:342::1: ERROR: Content block expected for the "raw" directive; none found. [docutils] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/api/index.rst:355::1: ERROR: Content block expected for the "raw" directive; none found. [docutils] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/index.rst:16: WARNING: Title underline too short. Project Information ================== [docutils] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/index.rst:16: WARNING: Title underline too short. Project Information ================== [docutils] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/installation.rst:1: WARNING: Title overline too short. ======================================== Installation and Development Instructions ======================================== [docutils] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/installation.rst:19: WARNING: Title underline too short. Optional Dependencies ==================== [docutils] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/installation.rst:38: WARNING: Title underline too short. Dependency Groups ---------------- [docutils] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/reference/laser_measles.biweekly.rst:12: WARNING: toctree contains reference to nonexisting document 'reference/laser_measles.biweekly.components' [toc.not_readable] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages/laser_measles/biweekly/base.py:docstring of laser_measles.biweekly.base:1: WARNING: duplicate object description of laser_measles.biweekly.base, other instance in api/_autosummary/laser_measles.biweekly.base, use :no-index: for one of them /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages/laser_measles/biweekly/model.py:docstring of laser_measles.biweekly.model:1: WARNING: duplicate object description of laser_measles.biweekly.model, other instance in api/_autosummary/laser_measles.biweekly.model, use :no-index: for one of them /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages/laser_measles/biweekly/params.py:docstring of laser_measles.biweekly.params:1: WARNING: duplicate object description of laser_measles.biweekly.params, other instance in api/_autosummary/laser_measles.biweekly.params, use :no-index: for one of them /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages/laser_measles/demographics/__init__.py:docstring of laser_measles.demographics.gadm.GADMShapefile:1: WARNING: duplicate object description of laser_measles.demographics.GADMShapefile, other instance in api/_autosummary/laser_measles.demographics.GADMShapefile, use :no-index: for one of them /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages/laser_measles/demographics/__init__.py:docstring of laser_measles.demographics.raster_patch.RasterPatchGenerator:1: WARNING: duplicate object description of laser_measles.demographics.RasterPatchGenerator, other instance in api/_autosummary/laser_measles.demographics.RasterPatchGenerator, use :no-index: for one of them /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages/laser_measles/demographics/__init__.py:docstring of laser_measles.demographics.raster_patch.RasterPatchParams:1: WARNING: duplicate object description of laser_measles.demographics.RasterPatchParams, other instance in api/_autosummary/laser_measles.demographics.RasterPatchParams, use :no-index: for one of them /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages/laser_measles/demographics/__init__.py:docstring of laser_measles.demographics.shapefiles.get_shapefile_dataframe:1: WARNING: duplicate object description of laser_measles.demographics.get_shapefile_dataframe, other instance in api/_autosummary/laser_measles.demographics.get_shapefile_dataframe, use :no-index: for one of them /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/envs/latest/lib/python3.12/site-packages/laser_measles/demographics/__init__.py:docstring of laser_measles.demographics.shapefiles.plot_shapefile_dataframe:1: WARNING: duplicate object description of laser_measles.demographics.plot_shapefile_dataframe, other instance in api/_autosummary/laser_measles.demographics.plot_shapefile_dataframe, use :no-index: for one of them /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/reference/modules.rst:4: WARNING: toctree contains reference to nonexisting document 'reference/laser_measles' [toc.not_readable] looking for now-outdated files... none found pickling environment... done checking consistency... /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/authors.rst: WARNING: document isn't included in any toctree [toc.not_included] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/changelog.rst: WARNING: document isn't included in any toctree [toc.not_included] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/contributing.rst: WARNING: document isn't included in any toctree [toc.not_included] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/installation.rst: WARNING: document isn't included in any toctree [toc.not_included] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/reference/laser_measles.biweekly.rst: WARNING: document isn't included in any toctree [toc.not_included] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/reference/laser_measles.demographics.rst: WARNING: document isn't included in any toctree [toc.not_included] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/reference/modules.rst: WARNING: document isn't included in any toctree [toc.not_included] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/tutorials/tut_traveling_waves.ipynb: WARNING: document isn't included in any toctree [toc.not_included] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/api/_autosummary/laser_measles.biweekly.components.FadeOutTracker.rst: document is referenced in multiple toctrees: ['api/index', 'api/index'], selecting: api/index <- api/_autosummary/laser_measles.biweekly.components.FadeOutTracker done preparing documents... done copying assets... copying static files... Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/_readthedocs/html/_static/language_data.js Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/_readthedocs/html/_static/basic.css Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/_readthedocs/html/_static/documentation_options.js copying static files: done copying extra files... copying extra files: done copying assets: done writing output... [ 1%] api/_autosummary/laser_measles.abm.base writing output... [ 2%] api/_autosummary/laser_measles.abm.components.CaseSurveillanceTracker writing output... [ 3%] api/_autosummary/laser_measles.abm.components.ConstantPopProcess writing output... [ 4%] api/_autosummary/laser_measles.abm.components.DiseaseProcess writing output... [ 5%] api/_autosummary/laser_measles.abm.components.FadeOutTracker writing output... [ 7%] api/_autosummary/laser_measles.abm.components.ImportationPressureProcess writing output... [ 8%] api/_autosummary/laser_measles.abm.components.InfectionProcess writing output... [ 9%] api/_autosummary/laser_measles.abm.components.InfectionSeedingProcess writing output... [ 10%] api/_autosummary/laser_measles.abm.components.InitializeEquilibriumStatesProcess writing output... [ 11%] api/_autosummary/laser_measles.abm.components.NoBirthsProcess writing output... [ 12%] api/_autosummary/laser_measles.abm.components.PopulationTracker writing output... [ 13%] api/_autosummary/laser_measles.abm.components.SIACalendarProcess writing output... [ 14%] api/_autosummary/laser_measles.abm.components.StateTracker writing output... [ 15%] api/_autosummary/laser_measles.abm.components.TransmissionProcess writing output... [ 16%] api/_autosummary/laser_measles.abm.components.VitalDynamicsProcess writing output... [ 17%] api/_autosummary/laser_measles.abm.model writing output... [ 18%] api/_autosummary/laser_measles.abm.params writing output... [ 20%] api/_autosummary/laser_measles.abm.utils writing output... [ 21%] api/_autosummary/laser_measles.base.BaseComponent writing output... [ 22%] api/_autosummary/laser_measles.base.BaseLaserModel writing output... [ 23%] api/_autosummary/laser_measles.biweekly.base writing output... [ 24%] api/_autosummary/laser_measles.biweekly.components.CaseSurveillanceTracker writing output... [ 25%] api/_autosummary/laser_measles.biweekly.components.ConstantPopProcess writing output... [ 26%] api/_autosummary/laser_measles.biweekly.components.FadeOutTracker writing output... [ 27%] api/_autosummary/laser_measles.biweekly.components.ImportationPressureProcess writing output... [ 28%] api/_autosummary/laser_measles.biweekly.components.InfectionProcess writing output... [ 29%] api/_autosummary/laser_measles.biweekly.components.InfectionSeedingProcess writing output... [ 30%] api/_autosummary/laser_measles.biweekly.components.InitializeEquilibriumStatesProcess writing output... [ 32%] api/_autosummary/laser_measles.biweekly.components.PopulationTracker writing output... [ 33%] api/_autosummary/laser_measles.biweekly.components.SIACalendarProcess writing output... [ 34%] api/_autosummary/laser_measles.biweekly.components.StateTracker writing output... [ 35%] api/_autosummary/laser_measles.biweekly.components.VitalDynamicsProcess writing output... [ 36%] api/_autosummary/laser_measles.biweekly.model writing output... [ 37%] api/_autosummary/laser_measles.biweekly.params writing output... [ 38%] api/_autosummary/laser_measles.compartmental.base writing output... [ 39%] api/_autosummary/laser_measles.compartmental.components.CaseSurveillanceTracker writing output... [ 40%] api/_autosummary/laser_measles.compartmental.components.ConstantPopProcess writing output... [ 41%] api/_autosummary/laser_measles.compartmental.components.FadeOutTracker writing output... [ 42%] api/_autosummary/laser_measles.compartmental.components.ImportationPressureProcess writing output... [ 43%] api/_autosummary/laser_measles.compartmental.components.InfectionProcess writing output... [ 45%] api/_autosummary/laser_measles.compartmental.components.InfectionSeedingProcess writing output... [ 46%] api/_autosummary/laser_measles.compartmental.components.InitializeEquilibriumStatesProcess writing output... [ 47%] api/_autosummary/laser_measles.compartmental.components.PopulationTracker writing output... [ 48%] api/_autosummary/laser_measles.compartmental.components.SIACalendarProcess writing output... [ 49%] api/_autosummary/laser_measles.compartmental.components.StateTracker writing output... [ 50%] api/_autosummary/laser_measles.compartmental.components.VitalDynamicsProcess writing output... [ 51%] api/_autosummary/laser_measles.compartmental.model writing output... [ 52%] api/_autosummary/laser_measles.compartmental.params writing output... [ 53%] api/_autosummary/laser_measles.components.BaseCaseSurveillanceTracker writing output... [ 54%] api/_autosummary/laser_measles.components.BaseConstantPopProcess writing output... [ 55%] api/_autosummary/laser_measles.components.BaseFadeOutTracker writing output... [ 57%] api/_autosummary/laser_measles.components.BaseInfectionProcess writing output... [ 58%] api/_autosummary/laser_measles.components.BaseInitializeEquilibriumStatesProcess writing output... [ 59%] api/_autosummary/laser_measles.components.BasePopulationTracker writing output... [ 60%] api/_autosummary/laser_measles.components.BaseStateTracker writing output... [ 61%] api/_autosummary/laser_measles.components.BaseVitalDynamicsProcess writing output... [ 62%] api/_autosummary/laser_measles.components.component writing output... [ 63%] api/_autosummary/laser_measles.components.create_component writing output... [ 64%] api/_autosummary/laser_measles.create_component writing output... [ 65%] api/_autosummary/laser_measles.demographics.GADMShapefile writing output... [ 66%] api/_autosummary/laser_measles.demographics.RasterPatchGenerator writing output... [ 67%] api/_autosummary/laser_measles.demographics.RasterPatchParams writing output... [ 68%] api/_autosummary/laser_measles.demographics.get_shapefile_dataframe writing output... [ 70%] api/_autosummary/laser_measles.demographics.plot_shapefile_dataframe writing output... [ 71%] api/_autosummary/laser_measles.mixing.base.BaseMixing writing output... [ 72%] api/_autosummary/laser_measles.mixing.competing_destinations.CompetingDestinationsMixing writing output... [ 73%] api/_autosummary/laser_measles.mixing.gravity.GravityMixing writing output... [ 74%] api/_autosummary/laser_measles.mixing.radiation.RadiationMixing writing output... [ 75%] api/_autosummary/laser_measles.mixing.stouffer.StoufferMixing writing output... [ 76%] api/index writing output... [ 77%] authors writing output... [ 78%] changelog writing output... [ 79%] contributing writing output... [ 80%] index writing output... [ 82%] installation writing output... [ 83%] reference/laser_measles.biweekly writing output... [ 84%] reference/laser_measles.demographics writing output... [ 85%] reference/modules writing output... [ 86%] tutorials writing output... [ 87%] tutorials/README writing output... [ 88%] tutorials/tut_abm_intro writing output... [ 89%] tutorials/tut_abm_vital_dynamics writing output... [ 90%] tutorials/tut_basic_model writing output... [ 91%] tutorials/tut_creating_component writing output... [ 92%] tutorials/tut_model_structure writing output... [ 93%] tutorials/tut_pydantic_component_parameters writing output... [ 95%] tutorials/tut_random_numbers writing output... [ 96%] tutorials/tut_scenarios writing output... [ 97%] tutorials/tut_spatial_mixing writing output... [ 98%] tutorials/tut_state_arrays writing output... [ 99%] tutorials/tut_traveling_waves writing output... [100%] usage /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/reference/laser_measles.biweekly.rst:29: WARNING: more than one target found for cross-reference 'BiweeklyParams': laser_measles.biweekly.BiweeklyParams, laser_measles.biweekly.params.BiweeklyParams [ref.python] generating indices... genindex py-modindex done copying linked files... copying notebooks ... [ 9%] tutorials/tut_abm_intro.ipynb copying notebooks ... [ 18%] tutorials/tut_abm_vital_dynamics.ipynb copying notebooks ... [ 27%] tutorials/tut_basic_model.ipynb copying notebooks ... [ 36%] tutorials/tut_creating_component.ipynb copying notebooks ... [ 45%] tutorials/tut_model_structure.ipynb copying notebooks ... [ 55%] tutorials/tut_pydantic_component_parameters.ipynb copying notebooks ... [ 64%] tutorials/tut_random_numbers.ipynb copying notebooks ... [ 73%] tutorials/tut_scenarios.ipynb copying notebooks ... [ 82%] tutorials/tut_spatial_mixing.ipynb copying notebooks ... [ 91%] tutorials/tut_state_arrays.ipynb copying notebooks ... [100%] tutorials/tut_traveling_waves.ipynb highlighting module code... [ 2%] laser_measles.abm.components.process_constant_pop highlighting module code... [ 3%] laser_measles.abm.components.process_disease highlighting module code... [ 5%] laser_measles.abm.components.process_importation_pressure highlighting module code... [ 7%] laser_measles.abm.components.process_infection highlighting module code... [ 8%] laser_measles.abm.components.process_infection_seeding highlighting module code... [ 10%] laser_measles.abm.components.process_initialize_equilibrium_states highlighting module code... [ 11%] laser_measles.abm.components.process_no_births highlighting module code... [ 13%] laser_measles.abm.components.process_sia_calendar highlighting module code... [ 15%] laser_measles.abm.components.process_transmission highlighting module code... [ 16%] laser_measles.abm.components.process_vital_dynamics highlighting module code... [ 18%] laser_measles.abm.components.tracker_case_surveillance highlighting module code... [ 20%] laser_measles.abm.components.tracker_fadeout highlighting module code... [ 21%] laser_measles.abm.components.tracker_population highlighting module code... [ 23%] laser_measles.abm.components.tracker_state highlighting module code... [ 25%] laser_measles.base highlighting module code... [ 26%] laser_measles.biweekly.base highlighting module code... [ 28%] laser_measles.biweekly.components.process_constant_pop highlighting module code... [ 30%] laser_measles.biweekly.components.process_importation_pressure highlighting module code... [ 31%] laser_measles.biweekly.components.process_infection highlighting module code... [ 33%] laser_measles.biweekly.components.process_infection_seeding highlighting module code... [ 34%] laser_measles.biweekly.components.process_initialize_equilibrium_states highlighting module code... [ 36%] laser_measles.biweekly.components.process_sia_calendar highlighting module code... [ 38%] laser_measles.biweekly.components.process_vital_dynamics highlighting module code... [ 39%] laser_measles.biweekly.components.tracker_case_surveillance highlighting module code... [ 41%] laser_measles.biweekly.components.tracker_fadeout highlighting module code... [ 43%] laser_measles.biweekly.components.tracker_population highlighting module code... [ 44%] laser_measles.biweekly.components.tracker_state highlighting module code... [ 46%] laser_measles.biweekly.model highlighting module code... [ 48%] laser_measles.biweekly.params highlighting module code... [ 49%] laser_measles.compartmental.components.process_constant_pop highlighting module code... [ 51%] laser_measles.compartmental.components.process_importation_pressure highlighting module code... [ 52%] laser_measles.compartmental.components.process_infection highlighting module code... [ 54%] laser_measles.compartmental.components.process_infection_seeding highlighting module code... [ 56%] laser_measles.compartmental.components.process_initialize_equilibrium_states highlighting module code... [ 57%] laser_measles.compartmental.components.process_sia_calendar highlighting module code... [ 59%] laser_measles.compartmental.components.process_vital_dynamics highlighting module code... [ 61%] laser_measles.compartmental.components.tracker_case_surveillance highlighting module code... [ 62%] laser_measles.compartmental.components.tracker_fadeout highlighting module code... [ 64%] laser_measles.compartmental.components.tracker_population highlighting module code... [ 66%] laser_measles.compartmental.components.tracker_state highlighting module code... [ 67%] laser_measles.components.base_case_surveillance highlighting module code... [ 69%] laser_measles.components.base_constant_pop highlighting module code... [ 70%] laser_measles.components.base_infection highlighting module code... [ 72%] laser_measles.components.base_initialize_equilibrium_states highlighting module code... [ 74%] laser_measles.components.base_tracker_fadeout highlighting module code... [ 75%] laser_measles.components.base_tracker_population highlighting module code... [ 77%] laser_measles.components.base_tracker_state highlighting module code... [ 79%] laser_measles.components.base_vital_dynamics highlighting module code... [ 80%] laser_measles.components.utils highlighting module code... [ 82%] laser_measles.demographics.admin_shapefile highlighting module code... [ 84%] laser_measles.demographics.base highlighting module code... [ 85%] laser_measles.demographics.cache highlighting module code... [ 87%] laser_measles.demographics.gadm highlighting module code... [ 89%] laser_measles.demographics.raster_patch highlighting module code... [ 90%] laser_measles.demographics.shapefiles highlighting module code... [ 92%] laser_measles.demographics.wpp highlighting module code... [ 93%] laser_measles.mixing.base highlighting module code... [ 95%] laser_measles.mixing.competing_destinations highlighting module code... [ 97%] laser_measles.mixing.gravity highlighting module code... [ 98%] laser_measles.mixing.radiation highlighting module code... [100%] laser_measles.mixing.stouffer writing additional pages... search opensearch done copying images... [ 7%] _build/doctrees/nbsphinx/tutorials_tut_abm_vital_dynamics_5_1.svg copying images... [ 14%] _build/doctrees/nbsphinx/tutorials_tut_abm_vital_dynamics_9_0.svg copying images... [ 21%] _build/doctrees/nbsphinx/tutorials_tut_basic_model_2_0.svg copying images... [ 29%] _build/doctrees/nbsphinx/tutorials_tut_basic_model_20_0.svg copying images... [ 36%] _build/doctrees/nbsphinx/tutorials_tut_basic_model_22_0.svg copying images... [ 43%] _build/doctrees/nbsphinx/tutorials_tut_scenarios_2_1.svg copying images... [ 50%] _build/doctrees/nbsphinx/tutorials_tut_scenarios_2_2.svg copying images... [ 57%] _build/doctrees/nbsphinx/tutorials_tut_scenarios_12_2.svg copying images... [ 64%] _build/doctrees/nbsphinx/tutorials_tut_scenarios_12_3.svg copying images... [ 71%] _build/doctrees/nbsphinx/tutorials_tut_spatial_mixing_2_1.svg copying images... [ 79%] _build/doctrees/nbsphinx/tutorials_tut_spatial_mixing_9_0.svg copying images... [ 86%] _build/doctrees/nbsphinx/tutorials_tut_traveling_waves_5_0.svg copying images... [ 93%] _build/doctrees/nbsphinx/tutorials_tut_traveling_waves_13_0.svg copying images... [100%] _build/doctrees/nbsphinx/tutorials_tut_traveling_waves_17_0.svg dumping search index in English (code: en)... done dumping object inventory... done Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/_readthedocs/html/_static/js/rtd_search_config.js build succeeded, 48 warnings. The HTML pages are in ../_readthedocs/html. [rtd-command-info] start-time: 2025-08-02T01:57:32.064107Z, end-time: 2025-08-02T01:57:44.858143Z, duration: 12, exit-code: 0 python -m sphinx -T -b singlehtml -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/htmlzip Running Sphinx v8.2.3 loading translations [en]... done making output directory... done loading pickled environment... The configuration has changed (6 options: 'html_permalinks_icon', 'html_static_path', 'html_theme_options', 'nbsphinx_requirejs_options', 'nbsphinx_requirejs_path', ...) done [autosummary] generating autosummary for: api/_autosummary/laser_measles.abm.base.rst, api/_autosummary/laser_measles.abm.components.CaseSurveillanceTracker.rst, api/_autosummary/laser_measles.abm.components.ConstantPopProcess.rst, api/_autosummary/laser_measles.abm.components.DiseaseProcess.rst, api/_autosummary/laser_measles.abm.components.FadeOutTracker.rst, api/_autosummary/laser_measles.abm.components.ImportationPressureProcess.rst, api/_autosummary/laser_measles.abm.components.InfectionProcess.rst, api/_autosummary/laser_measles.abm.components.InfectionSeedingProcess.rst, api/_autosummary/laser_measles.abm.components.InitializeEquilibriumStatesProcess.rst, api/_autosummary/laser_measles.abm.components.NoBirthsProcess.rst, ..., tutorials/tut_basic_model.ipynb, tutorials/tut_creating_component.ipynb, tutorials/tut_model_structure.ipynb, tutorials/tut_pydantic_component_parameters.ipynb, tutorials/tut_random_numbers.ipynb, tutorials/tut_scenarios.ipynb, tutorials/tut_spatial_mixing.ipynb, tutorials/tut_state_arrays.ipynb, tutorials/tut_traveling_waves.ipynb, usage.rst WARNING: [autosummary] failed to import laser_measles.abm.cli. Possible hints: * ModuleNotFoundError: No module named 'laser_measles.abm.cli' * ImportError: * AttributeError: module 'laser_measles.abm' has no attribute 'cli' WARNING: [autosummary] failed to import laser_measles.pretty_laserframe. Possible hints: * ImportError: * AttributeError: module 'laser_measles' has no attribute 'pretty_laserframe' * ModuleNotFoundError: No module named 'laser_measles.pretty_laserframe' Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/_readthedocs/htmlzip/_static/nbsphinx-code-cells.css building [mo]: targets for 0 po files that are out of date writing output... building [singlehtml]: all documents updating environment: 0 added, 2 changed, 0 removed reading sources... [ 50%] reference/laser_measles.biweekly reading sources... [100%] reference/modules /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/reference/laser_measles.biweekly.rst:12: WARNING: toctree contains reference to nonexisting document 'reference/laser_measles.biweekly.components' [toc.not_readable] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/reference/modules.rst:4: WARNING: toctree contains reference to nonexisting document 'reference/laser_measles' [toc.not_readable] looking for now-outdated files... none found pickling environment... done checking consistency... /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/authors.rst: WARNING: document isn't included in any toctree [toc.not_included] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/changelog.rst: WARNING: document isn't included in any toctree [toc.not_included] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/contributing.rst: WARNING: document isn't included in any toctree [toc.not_included] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/installation.rst: WARNING: document isn't included in any toctree [toc.not_included] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/reference/laser_measles.biweekly.rst: WARNING: document isn't included in any toctree [toc.not_included] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/reference/laser_measles.demographics.rst: WARNING: document isn't included in any toctree [toc.not_included] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/reference/modules.rst: WARNING: document isn't included in any toctree [toc.not_included] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/tutorials/tut_traveling_waves.ipynb: WARNING: document isn't included in any toctree [toc.not_included] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/api/_autosummary/laser_measles.biweekly.components.FadeOutTracker.rst: document is referenced in multiple toctrees: ['api/index', 'api/index'], selecting: api/index <- api/_autosummary/laser_measles.biweekly.components.FadeOutTracker done preparing documents... done copying assets... copying static files... Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/_readthedocs/htmlzip/_static/language_data.js Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/_readthedocs/htmlzip/_static/basic.css Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/_readthedocs/htmlzip/_static/documentation_options.js copying static files: done copying extra files... copying extra files: done copying assets: done assembling single document... index usage tutorials tutorials/tut_basic_model tutorials/tut_model_structure tutorials/tut_abm_intro tutorials/tut_scenarios tutorials/tut_random_numbers tutorials/tut_creating_component tutorials/tut_abm_vital_dynamics tutorials/tut_spatial_mixing tutorials/tut_pydantic_component_parameters tutorials/tut_state_arrays api/index api/_autosummary/laser_measles.components.BaseInitializeEquilibriumStatesProcess api/_autosummary/laser_measles.components.BaseVitalDynamicsProcess api/_autosummary/laser_measles.components.BaseConstantPopProcess api/_autosummary/laser_measles.components.BaseInfectionProcess api/_autosummary/laser_measles.components.BaseStateTracker api/_autosummary/laser_measles.components.BaseCaseSurveillanceTracker api/_autosummary/laser_measles.components.BasePopulationTracker api/_autosummary/laser_measles.components.BaseFadeOutTracker api/_autosummary/laser_measles.components.component api/_autosummary/laser_measles.components.create_component api/_autosummary/laser_measles.abm.model api/_autosummary/laser_measles.abm.params api/_autosummary/laser_measles.abm.base api/_autosummary/laser_measles.abm.utils api/_autosummary/laser_measles.abm.components.InitializeEquilibriumStatesProcess api/_autosummary/laser_measles.abm.components.VitalDynamicsProcess api/_autosummary/laser_measles.abm.components.ConstantPopProcess api/_autosummary/laser_measles.abm.components.InfectionProcess api/_autosummary/laser_measles.abm.components.InfectionSeedingProcess api/_autosummary/laser_measles.abm.components.ImportationPressureProcess api/_autosummary/laser_measles.abm.components.SIACalendarProcess api/_autosummary/laser_measles.abm.components.NoBirthsProcess api/_autosummary/laser_measles.abm.components.TransmissionProcess api/_autosummary/laser_measles.abm.components.DiseaseProcess api/_autosummary/laser_measles.abm.components.StateTracker api/_autosummary/laser_measles.abm.components.CaseSurveillanceTracker api/_autosummary/laser_measles.abm.components.PopulationTracker api/_autosummary/laser_measles.abm.components.FadeOutTracker api/_autosummary/laser_measles.compartmental.model api/_autosummary/laser_measles.compartmental.params api/_autosummary/laser_measles.compartmental.base api/_autosummary/laser_measles.compartmental.components.InitializeEquilibriumStatesProcess api/_autosummary/laser_measles.compartmental.components.InfectionSeedingProcess api/_autosummary/laser_measles.compartmental.components.InfectionProcess api/_autosummary/laser_measles.compartmental.components.ImportationPressureProcess api/_autosummary/laser_measles.compartmental.components.VitalDynamicsProcess api/_autosummary/laser_measles.compartmental.components.ConstantPopProcess api/_autosummary/laser_measles.compartmental.components.SIACalendarProcess api/_autosummary/laser_measles.compartmental.components.StateTracker api/_autosummary/laser_measles.compartmental.components.CaseSurveillanceTracker api/_autosummary/laser_measles.compartmental.components.PopulationTracker api/_autosummary/laser_measles.compartmental.components.FadeOutTracker api/_autosummary/laser_measles.biweekly.model api/_autosummary/laser_measles.biweekly.params api/_autosummary/laser_measles.biweekly.base api/_autosummary/laser_measles.biweekly.components.InitializeEquilibriumStatesProcess api/_autosummary/laser_measles.biweekly.components.InfectionSeedingProcess api/_autosummary/laser_measles.biweekly.components.InfectionProcess api/_autosummary/laser_measles.biweekly.components.VitalDynamicsProcess api/_autosummary/laser_measles.biweekly.components.ImportationPressureProcess api/_autosummary/laser_measles.biweekly.components.ConstantPopProcess api/_autosummary/laser_measles.biweekly.components.SIACalendarProcess api/_autosummary/laser_measles.biweekly.components.StateTracker api/_autosummary/laser_measles.biweekly.components.CaseSurveillanceTracker api/_autosummary/laser_measles.biweekly.components.PopulationTracker api/_autosummary/laser_measles.biweekly.components.FadeOutTracker api/_autosummary/laser_measles.base.BaseComponent api/_autosummary/laser_measles.base.BaseLaserModel api/_autosummary/laser_measles.create_component api/_autosummary/laser_measles.demographics.get_shapefile_dataframe api/_autosummary/laser_measles.demographics.plot_shapefile_dataframe api/_autosummary/laser_measles.demographics.GADMShapefile api/_autosummary/laser_measles.demographics.RasterPatchParams api/_autosummary/laser_measles.demographics.RasterPatchGenerator api/_autosummary/laser_measles.mixing.base.BaseMixing api/_autosummary/laser_measles.mixing.gravity.GravityMixing api/_autosummary/laser_measles.mixing.stouffer.StoufferMixing api/_autosummary/laser_measles.mixing.radiation.RadiationMixing api/_autosummary/laser_measles.mixing.competing_destinations.CompetingDestinationsMixing assembling single document: done writing... done writing additional files... opensearchdone copying images... [ 9%] _build/doctrees/nbsphinx/tutorials_tut_basic_model_2_0.svg copying images... [ 18%] _build/doctrees/nbsphinx/tutorials_tut_basic_model_20_0.svg copying images... [ 27%] _build/doctrees/nbsphinx/tutorials_tut_basic_model_22_0.svg copying images... [ 36%] _build/doctrees/nbsphinx/tutorials_tut_scenarios_2_1.svg copying images... [ 45%] _build/doctrees/nbsphinx/tutorials_tut_scenarios_2_2.svg copying images... [ 55%] _build/doctrees/nbsphinx/tutorials_tut_scenarios_12_2.svg copying images... [ 64%] _build/doctrees/nbsphinx/tutorials_tut_scenarios_12_3.svg copying images... [ 73%] _build/doctrees/nbsphinx/tutorials_tut_abm_vital_dynamics_5_1.svg copying images... [ 82%] _build/doctrees/nbsphinx/tutorials_tut_abm_vital_dynamics_9_0.svg copying images... [ 91%] _build/doctrees/nbsphinx/tutorials_tut_spatial_mixing_2_1.svg copying images... [100%] _build/doctrees/nbsphinx/tutorials_tut_spatial_mixing_9_0.svg copying static files... Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/_readthedocs/htmlzip/_static/language_data.js Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/_readthedocs/htmlzip/_static/basic.css Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/_readthedocs/htmlzip/_static/documentation_options.js copying static files: done copying extra files... copying extra files: done dumping object inventory... done Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/_readthedocs/htmlzip/_static/js/rtd_search_config.js build succeeded, 12 warnings. The HTML page is in ../_readthedocs/htmlzip. [rtd-command-info] start-time: 2025-08-02T01:57:45.638210Z, end-time: 2025-08-02T01:58:01.040879Z, duration: 15, exit-code: 0 python -m sphinx -T -b epub -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/epub Running Sphinx v8.2.3 loading translations [en]... done making output directory... done loading pickled environment... The configuration has changed (6 options: 'html_permalinks_icon', 'html_static_path', 'html_theme_options', 'nbsphinx_requirejs_options', 'nbsphinx_requirejs_path', ...) done [autosummary] generating autosummary for: api/_autosummary/laser_measles.abm.base.rst, api/_autosummary/laser_measles.abm.components.CaseSurveillanceTracker.rst, api/_autosummary/laser_measles.abm.components.ConstantPopProcess.rst, api/_autosummary/laser_measles.abm.components.DiseaseProcess.rst, api/_autosummary/laser_measles.abm.components.FadeOutTracker.rst, api/_autosummary/laser_measles.abm.components.ImportationPressureProcess.rst, api/_autosummary/laser_measles.abm.components.InfectionProcess.rst, api/_autosummary/laser_measles.abm.components.InfectionSeedingProcess.rst, api/_autosummary/laser_measles.abm.components.InitializeEquilibriumStatesProcess.rst, api/_autosummary/laser_measles.abm.components.NoBirthsProcess.rst, ..., tutorials/tut_basic_model.ipynb, tutorials/tut_creating_component.ipynb, tutorials/tut_model_structure.ipynb, tutorials/tut_pydantic_component_parameters.ipynb, tutorials/tut_random_numbers.ipynb, tutorials/tut_scenarios.ipynb, tutorials/tut_spatial_mixing.ipynb, tutorials/tut_state_arrays.ipynb, tutorials/tut_traveling_waves.ipynb, usage.rst WARNING: [autosummary] failed to import laser_measles.abm.cli. Possible hints: * AttributeError: module 'laser_measles.abm' has no attribute 'cli' * ImportError: * ModuleNotFoundError: No module named 'laser_measles.abm.cli' WARNING: [autosummary] failed to import laser_measles.pretty_laserframe. Possible hints: * ImportError: * AttributeError: module 'laser_measles' has no attribute 'pretty_laserframe' * ModuleNotFoundError: No module named 'laser_measles.pretty_laserframe' Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/_readthedocs/epub/_static/nbsphinx-code-cells.css building [mo]: targets for 0 po files that are out of date writing output... building [epub]: targets for 92 source files that are out of date updating environment: 0 added, 2 changed, 0 removed reading sources... [ 50%] reference/laser_measles.biweekly reading sources... [100%] reference/modules /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/reference/laser_measles.biweekly.rst:12: WARNING: toctree contains reference to nonexisting document 'reference/laser_measles.biweekly.components' [toc.not_readable] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/reference/modules.rst:4: WARNING: toctree contains reference to nonexisting document 'reference/laser_measles' [toc.not_readable] looking for now-outdated files... none found pickling environment... done checking consistency... /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/authors.rst: WARNING: document isn't included in any toctree [toc.not_included] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/changelog.rst: WARNING: document isn't included in any toctree [toc.not_included] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/contributing.rst: WARNING: document isn't included in any toctree [toc.not_included] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/installation.rst: WARNING: document isn't included in any toctree [toc.not_included] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/reference/laser_measles.biweekly.rst: WARNING: document isn't included in any toctree [toc.not_included] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/reference/laser_measles.demographics.rst: WARNING: document isn't included in any toctree [toc.not_included] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/reference/modules.rst: WARNING: document isn't included in any toctree [toc.not_included] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/tutorials/tut_traveling_waves.ipynb: WARNING: document isn't included in any toctree [toc.not_included] /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/api/_autosummary/laser_measles.biweekly.components.FadeOutTracker.rst: document is referenced in multiple toctrees: ['api/index', 'api/index'], selecting: api/index <- api/_autosummary/laser_measles.biweekly.components.FadeOutTracker done preparing documents... done copying assets... copying static files... Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/_readthedocs/epub/_static/language_data.js Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/_readthedocs/epub/_static/basic.css Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/_readthedocs/epub/_static/documentation_options.js Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/_readthedocs/epub/_static/epub.css copying static files: done copying extra files... copying extra files: done copying assets: done writing output... [ 1%] api/_autosummary/laser_measles.abm.base writing output... [ 2%] api/_autosummary/laser_measles.abm.components.CaseSurveillanceTracker writing output... [ 3%] api/_autosummary/laser_measles.abm.components.ConstantPopProcess writing output... [ 4%] api/_autosummary/laser_measles.abm.components.DiseaseProcess writing output... [ 5%] api/_autosummary/laser_measles.abm.components.FadeOutTracker writing output... [ 7%] api/_autosummary/laser_measles.abm.components.ImportationPressureProcess writing output... [ 8%] api/_autosummary/laser_measles.abm.components.InfectionProcess writing output... [ 9%] api/_autosummary/laser_measles.abm.components.InfectionSeedingProcess writing output... [ 10%] api/_autosummary/laser_measles.abm.components.InitializeEquilibriumStatesProcess writing output... [ 11%] api/_autosummary/laser_measles.abm.components.NoBirthsProcess writing output... [ 12%] api/_autosummary/laser_measles.abm.components.PopulationTracker writing output... [ 13%] api/_autosummary/laser_measles.abm.components.SIACalendarProcess writing output... [ 14%] api/_autosummary/laser_measles.abm.components.StateTracker writing output... [ 15%] api/_autosummary/laser_measles.abm.components.TransmissionProcess writing output... [ 16%] api/_autosummary/laser_measles.abm.components.VitalDynamicsProcess writing output... [ 17%] api/_autosummary/laser_measles.abm.model writing output... [ 18%] api/_autosummary/laser_measles.abm.params writing output... [ 20%] api/_autosummary/laser_measles.abm.utils writing output... [ 21%] api/_autosummary/laser_measles.base.BaseComponent writing output... [ 22%] api/_autosummary/laser_measles.base.BaseLaserModel writing output... [ 23%] api/_autosummary/laser_measles.biweekly.base writing output... [ 24%] api/_autosummary/laser_measles.biweekly.components.CaseSurveillanceTracker writing output... [ 25%] api/_autosummary/laser_measles.biweekly.components.ConstantPopProcess writing output... [ 26%] api/_autosummary/laser_measles.biweekly.components.FadeOutTracker writing output... [ 27%] api/_autosummary/laser_measles.biweekly.components.ImportationPressureProcess writing output... [ 28%] api/_autosummary/laser_measles.biweekly.components.InfectionProcess writing output... [ 29%] api/_autosummary/laser_measles.biweekly.components.InfectionSeedingProcess writing output... [ 30%] api/_autosummary/laser_measles.biweekly.components.InitializeEquilibriumStatesProcess writing output... [ 32%] api/_autosummary/laser_measles.biweekly.components.PopulationTracker writing output... [ 33%] api/_autosummary/laser_measles.biweekly.components.SIACalendarProcess writing output... [ 34%] api/_autosummary/laser_measles.biweekly.components.StateTracker writing output... [ 35%] api/_autosummary/laser_measles.biweekly.components.VitalDynamicsProcess writing output... [ 36%] api/_autosummary/laser_measles.biweekly.model writing output... [ 37%] api/_autosummary/laser_measles.biweekly.params writing output... [ 38%] api/_autosummary/laser_measles.compartmental.base writing output... [ 39%] api/_autosummary/laser_measles.compartmental.components.CaseSurveillanceTracker writing output... [ 40%] api/_autosummary/laser_measles.compartmental.components.ConstantPopProcess writing output... [ 41%] api/_autosummary/laser_measles.compartmental.components.FadeOutTracker writing output... [ 42%] api/_autosummary/laser_measles.compartmental.components.ImportationPressureProcess writing output... [ 43%] api/_autosummary/laser_measles.compartmental.components.InfectionProcess writing output... [ 45%] api/_autosummary/laser_measles.compartmental.components.InfectionSeedingProcess writing output... [ 46%] api/_autosummary/laser_measles.compartmental.components.InitializeEquilibriumStatesProcess writing output... [ 47%] api/_autosummary/laser_measles.compartmental.components.PopulationTracker writing output... [ 48%] api/_autosummary/laser_measles.compartmental.components.SIACalendarProcess writing output... [ 49%] api/_autosummary/laser_measles.compartmental.components.StateTracker writing output... [ 50%] api/_autosummary/laser_measles.compartmental.components.VitalDynamicsProcess writing output... [ 51%] api/_autosummary/laser_measles.compartmental.model writing output... [ 52%] api/_autosummary/laser_measles.compartmental.params writing output... [ 53%] api/_autosummary/laser_measles.components.BaseCaseSurveillanceTracker writing output... [ 54%] api/_autosummary/laser_measles.components.BaseConstantPopProcess writing output... [ 55%] api/_autosummary/laser_measles.components.BaseFadeOutTracker writing output... [ 57%] api/_autosummary/laser_measles.components.BaseInfectionProcess writing output... [ 58%] api/_autosummary/laser_measles.components.BaseInitializeEquilibriumStatesProcess writing output... [ 59%] api/_autosummary/laser_measles.components.BasePopulationTracker writing output... [ 60%] api/_autosummary/laser_measles.components.BaseStateTracker writing output... [ 61%] api/_autosummary/laser_measles.components.BaseVitalDynamicsProcess writing output... [ 62%] api/_autosummary/laser_measles.components.component writing output... [ 63%] api/_autosummary/laser_measles.components.create_component writing output... [ 64%] api/_autosummary/laser_measles.create_component writing output... [ 65%] api/_autosummary/laser_measles.demographics.GADMShapefile writing output... [ 66%] api/_autosummary/laser_measles.demographics.RasterPatchGenerator writing output... [ 67%] api/_autosummary/laser_measles.demographics.RasterPatchParams writing output... [ 68%] api/_autosummary/laser_measles.demographics.get_shapefile_dataframe writing output... [ 70%] api/_autosummary/laser_measles.demographics.plot_shapefile_dataframe writing output... [ 71%] api/_autosummary/laser_measles.mixing.base.BaseMixing writing output... [ 72%] api/_autosummary/laser_measles.mixing.competing_destinations.CompetingDestinationsMixing writing output... [ 73%] api/_autosummary/laser_measles.mixing.gravity.GravityMixing writing output... [ 74%] api/_autosummary/laser_measles.mixing.radiation.RadiationMixing writing output... [ 75%] api/_autosummary/laser_measles.mixing.stouffer.StoufferMixing writing output... [ 76%] api/index writing output... [ 77%] authors writing output... [ 78%] changelog writing output... [ 79%] contributing writing output... [ 80%] index writing output... [ 82%] installation writing output... [ 83%] reference/laser_measles.biweekly writing output... [ 84%] reference/laser_measles.demographics writing output... [ 85%] reference/modules writing output... [ 86%] tutorials writing output... [ 87%] tutorials/README writing output... [ 88%] tutorials/tut_abm_intro writing output... [ 89%] tutorials/tut_abm_vital_dynamics writing output... [ 90%] tutorials/tut_basic_model writing output... [ 91%] tutorials/tut_creating_component writing output... [ 92%] tutorials/tut_model_structure writing output... [ 93%] tutorials/tut_pydantic_component_parameters writing output... [ 95%] tutorials/tut_random_numbers writing output... [ 96%] tutorials/tut_scenarios writing output... [ 97%] tutorials/tut_spatial_mixing writing output... [ 98%] tutorials/tut_state_arrays writing output... [ 99%] tutorials/tut_traveling_waves writing output... [100%] usage /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/docs/reference/laser_measles.biweekly.rst:29: WARNING: more than one target found for cross-reference 'BiweeklyParams': laser_measles.biweekly.BiweeklyParams, laser_measles.biweekly.params.BiweeklyParams [ref.python] generating indices... genindex py-modindex done copying linked files... copying notebooks ... writing additional pages... done copying images... [ 6%] https://img.shields.io/pypi/v/laser-measles.svg copying images... [ 11%] https://img.shields.io/pypi/l/laser-measles.svg copying images... [ 17%] https://readthedocs.org/projects/laser-measles/badge/?style=flat copying images... [ 22%] https://codecov.io/gh/InstituteforDiseaseModeling/laser-measles/branch/main/graphs/badge.svg?branch=main copying images... [ 28%] _build/doctrees/nbsphinx/tutorials_tut_abm_vital_dynamics_5_1.svg copying images... [ 33%] _build/doctrees/nbsphinx/tutorials_tut_abm_vital_dynamics_9_0.svg copying images... [ 39%] _build/doctrees/nbsphinx/tutorials_tut_basic_model_2_0.svg copying images... [ 44%] _build/doctrees/nbsphinx/tutorials_tut_basic_model_20_0.svg copying images... [ 50%] _build/doctrees/nbsphinx/tutorials_tut_basic_model_22_0.svg copying images... [ 56%] _build/doctrees/nbsphinx/tutorials_tut_scenarios_2_1.svg copying images... [ 61%] _build/doctrees/nbsphinx/tutorials_tut_scenarios_2_2.svg copying images... [ 67%] _build/doctrees/nbsphinx/tutorials_tut_scenarios_12_2.svg copying images... [ 72%] _build/doctrees/nbsphinx/tutorials_tut_scenarios_12_3.svg copying images... [ 78%] _build/doctrees/nbsphinx/tutorials_tut_spatial_mixing_2_1.svg copying images... [ 83%] _build/doctrees/nbsphinx/tutorials_tut_spatial_mixing_9_0.svg copying images... [ 89%] _build/doctrees/nbsphinx/tutorials_tut_traveling_waves_5_0.svg copying images... [ 94%] _build/doctrees/nbsphinx/tutorials_tut_traveling_waves_13_0.svg copying images... [100%] _build/doctrees/nbsphinx/tutorials_tut_traveling_waves_17_0.svg writing mimetype file... writing META-INF/container.xml file... writing content.opf file... WARNING: unknown mimetype for _static/favicon.ico, ignoring [epub.unknown_project_files] Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/_readthedocs/epub/content.opf writing nav.xhtml file... Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/_readthedocs/epub/nav.xhtml writing toc.ncx file... Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/_readthedocs/epub/toc.ncx writing laser-measles.epub file... Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-laser-measles/checkouts/latest/_readthedocs/epub/_static/js/rtd_search_config.js build succeeded, 14 warnings. The ePub file is in ../_readthedocs/epub.