Read the Docs build information Build id: 2005180 Project: institute-for-disease-modeling-hpvsim Version: latest Commit: f6fd41b7f242c421c3ea8eb1faa65a0c3faeaaf9 Date: 2024-02-08T22:35:04.243328Z State: finished Success: True [rtd-command-info] start-time: 2024-02-08T22:35:05.590981Z, end-time: 2024-02-08T22:35:06.319888Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/InstituteforDiseaseModeling/hpvsim.git . Cloning into '.'... [rtd-command-info] start-time: 2024-02-08T22:35:06.392790Z, end-time: 2024-02-08T22:35:07.880042Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/main:refs/remotes/origin/main From https://github.com/InstituteforDiseaseModeling/hpvsim * [new tag] v0.3.7 -> v0.3.7 * [new tag] v0.4.0 -> v0.4.0 * [new tag] v0.4.16 -> v0.4.16 * [new tag] v0.4.5 -> v0.4.5 * [new tag] v1.0.0 -> v1.0.0 * [new tag] v1.1.1 -> v1.1.1 * [new tag] v1.2.0 -> v1.2.0 * [new tag] v1.2.2 -> v1.2.2 * [new tag] v1.2.3 -> v1.2.3 * [new tag] v1.2.4 -> v1.2.4 * [new tag] v1.2.5 -> v1.2.5 * [new tag] v1.2.6 -> v1.2.6 * [new tag] v1.2.7 -> v1.2.7 * [new tag] v2.0.0 -> v2.0.0 [rtd-command-info] start-time: 2024-02-08T22:35:08.004135Z, end-time: 2024-02-08T22:35:08.075748Z, 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 f6fd41b remove docs build badge [rtd-command-info] start-time: 2024-02-08T22:35:08.149550Z, end-time: 2024-02-08T22:35:08.207470Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-02-08T22:35:08.283738Z, end-time: 2024-02-08T22:35:08.341882Z, duration: 0, exit-code: 0 cat .readthedocs.yaml # .readthedocs.yaml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 # Set the version of Python and other tools you might need build: os: ubuntu-20.04 tools: python: "3.9" # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py # If using Sphinx, optionally build your docs in additional formats such as PDF # formats: # Optionally declare the Python requirements required to build your docs python: install: - requirements: docs/requirements.txt - method: pip path: . [rtd-command-info] start-time: 2024-02-08T22:35:13.423343Z, end-time: 2024-02-08T22:35:13.501583Z, duration: 0, exit-code: 0 asdf global python 3.9.18 [rtd-command-info] start-time: 2024-02-08T22:35:13.894910Z, end-time: 2024-02-08T22:35:15.060691Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.9.18.final.0-64 in 858ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/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: 2024-02-08T22:35:15.134258Z, end-time: 2024-02-08T22:35:26.694327Z, duration: 11, 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-hpvsim/envs/latest/lib/python3.9/site-packages (23.1) Collecting pip Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/8a/6a/19e9fe04fca059ccf770861c7d5721ab4c2aebc539889e97c7977528a53b/pip-24.0-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 11.7 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (67.6.1) Collecting setuptools Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/55/3a/5121b58b578a598b269537e09a316ad2a94fdd561a2c6eb75cd68578cc6b/setuptools-69.0.3-py3-none-any.whl (819 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 819.5/819.5 kB 14.2 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-24.0 setuptools-69.0.3 [rtd-command-info] start-time: 2024-02-08T22:35:26.768385Z, end-time: 2024-02-08T22:35:35.730427Z, duration: 8, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext 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/b2/b6/8ed35256aa530a9d3da15d20bdc0ba888d5364441bb50a5a83ee7827affe/sphinx-7.2.6-py3-none-any.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 15.6 MB/s eta 0:00:00 Collecting readthedocs-sphinx-ext Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/64/71/c89e7709a0d4f93af1848e9855112299a820b470d84f917b4dd5998bdd07/readthedocs_sphinx_ext-2.2.5-py2.py3-none-any.whl (11 kB) Collecting sphinxcontrib-applehelp (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/56/89/fea3fbf6785b388e6cb8a1beaf62f96e80b37311bdeed6e133388a732426/sphinxcontrib_applehelp-1.0.8-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.0/120.0 kB 190.6 MB/s eta 0:00:00 Collecting sphinxcontrib-devhelp (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/a0/52/1049d918d1d1c72857d285c3f0c64c1cbe0be394ce1c93a3d2aa4f39fe3b/sphinxcontrib_devhelp-1.0.6-py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.5/83.5 kB 196.6 MB/s eta 0:00:00 Collecting sphinxcontrib-jsmath (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-htmlhelp>=2.0.0 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/c2/e9/74c4cda5b409af3222fda38f0774e616011bc935f639dbc0da5ca2d1be7d/sphinxcontrib_htmlhelp-2.0.5-py3-none-any.whl (99 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.2/99.2 kB 193.6 MB/s eta 0:00:00 Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/38/24/228bb903ea87b9e08ab33470e6102402a644127108c7117ac9c00d849f82/sphinxcontrib_serializinghtml-1.1.10-py3-none-any.whl (92 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.7/92.7 kB 191.3 MB/s eta 0:00:00 Collecting sphinxcontrib-qthelp (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/80/b3/1beac14a88654d2e5120d0143b49be5ad450b86eb1963523d8dbdcc51eb2/sphinxcontrib_qthelp-1.0.7-py3-none-any.whl (89 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.4/89.4 kB 196.8 MB/s eta 0:00:00 Collecting Jinja2>=3.0 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/30/6d/6de6be2d02603ab56e72997708809e8a5b0fbfee080735109b40a3564843/Jinja2-3.1.3-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.2/133.2 kB 20.5 MB/s eta 0:00:00 Collecting Pygments>=2.14 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/97/9c/372fef8377a6e340b1704768d20daaded98bf13282b5327beb2e2fe2c7ef/pygments-2.17.2-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 16.8 MB/s eta 0:00:00 Collecting docutils<0.21,>=0.18.1 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/26/87/f238c0670b94533ac0353a4e2a1a771a0cc73277b88bff23d3ae35a256c1/docutils-0.20.1-py3-none-any.whl (572 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 15.6 MB/s eta 0:00:00 Collecting snowballstemmer>=2.0 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/ed/dc/c02e01294f7265e63a7315fe086dd1df7dacb9f840a804da846b96d01b96/snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 198.4 MB/s eta 0:00:00 Collecting babel>=2.9 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/0d/35/4196b21041e29a42dc4f05866d0c94fa26c9da88ce12c38c2265e42c82fb/Babel-2.14.0-py3-none-any.whl (11.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.0/11.0 MB 14.9 MB/s eta 0:00:00 Collecting alabaster<0.8,>=0.7 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/32/34/d4e1c02d3bee589efb5dfa17f88ea08bdb3e3eac12bc475462aec52ed223/alabaster-0.7.16-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.25.0 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 176.0 MB/s eta 0:00:00 Collecting packaging>=21.0 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/ec/1a/610693ac4ee14fcdf2d9bf3c493370e4f2ef7ae2e19217d7a237ff42367d/packaging-23.2-py3-none-any.whl (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 165.0 MB/s eta 0:00:00 Collecting importlib-metadata>=4.8 (from sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/c0/8b/d8427f023c081a8303e6ac7209c16e6878f2765d5b59667f3903fbcfd365/importlib_metadata-7.0.1-py3-none-any.whl (23 kB) Collecting zipp>=0.5 (from importlib-metadata>=4.8->sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/d9/66/48866fc6b158c81cc2bfecc04c480f105c6040e8b077bc54c634b4a67926/zipp-3.17.0-py3-none-any.whl (7.4 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/5f/5a/360da85076688755ea0cceb92472923086993e86b5613bbae9fbc14136b0/MarkupSafe-2.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.25.0->sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/98/69/5d8751b4b670d623aa7a47bef061d69c279e9f922f6705147983aa76c3ce/charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.3/142.3 kB 23.7 MB/s eta 0:00:00 Collecting idna<4,>=2.5 (from requests>=2.25.0->sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/c2/e7/a82b05cf63a603df6e68d59ae6a68bf5064484a0718ea5033660af4b54a9/idna-3.6-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 175.4 MB/s eta 0:00:00 Collecting urllib3<3,>=1.21.1 (from requests>=2.25.0->sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/88/75/311454fd3317aefe18415f04568edc20218453b709c63c58b9292c71be17/urllib3-2.2.0-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.9/120.9 kB 213.8 MB/s eta 0:00:00 Collecting certifi>=2017.4.17 (from requests>=2.25.0->sphinx) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl (163 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 18.7 MB/s eta 0:00:00 Installing collected packages: snowballstemmer, zipp, urllib3, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, Pygments, packaging, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, alabaster, requests, Jinja2, importlib-metadata, sphinx, readthedocs-sphinx-ext Successfully installed Jinja2-3.1.3 MarkupSafe-2.1.5 Pygments-2.17.2 alabaster-0.7.16 babel-2.14.0 certifi-2024.2.2 charset-normalizer-3.3.2 docutils-0.20.1 idna-3.6 imagesize-1.4.1 importlib-metadata-7.0.1 packaging-23.2 readthedocs-sphinx-ext-2.2.5 requests-2.31.0 snowballstemmer-2.2.0 sphinx-7.2.6 sphinxcontrib-applehelp-1.0.8 sphinxcontrib-devhelp-1.0.6 sphinxcontrib-htmlhelp-2.0.5 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.7 sphinxcontrib-serializinghtml-1.1.10 urllib3-2.2.0 zipp-3.17.0 [rtd-command-info] start-time: 2024-02-08T22:35:35.808757Z, end-time: 2024-02-08T22:36:19.252302Z, duration: 43, 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/c5/2f/19a65b7cb6b8d1000c6934a904f7b1f52c33b63115d6dce231738b0712f3/pandoc-2.3.tar.gz (33 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pypandoc (from -r docs/requirements.txt (line 2)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/01/35/d39a3abc5b0e5ca646081c492b37dc737e0d4563689a78213680de354fc6/pypandoc-1.12-py3-none-any.whl (20 kB) Requirement already satisfied: sphinx in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from -r docs/requirements.txt (line 3)) (7.2.6) Collecting sphinx-autodoc-typehints (from -r docs/requirements.txt (line 4)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/28/1a/edfbaf4b1eab690ea4561514a046f090da7f39339406df79e0d73b10dc7f/sphinx_autodoc_typehints-2.0.0-py3-none-any.whl (19 kB) Collecting pydata-sphinx-theme (from -r docs/requirements.txt (line 5)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/bc/ef/1700096a5c1d17c2d99332b0759c7ca70346aac917ceafa4c380f085d359/pydata_sphinx_theme-0.15.2-py3-none-any.whl (4.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 16.1 MB/s eta 0:00:00 Collecting sphinx-design (from -r docs/requirements.txt (line 6)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/17/52/a1e9d72ecf56047df714a3dd0840a5148e4e83c100e8e0046bcea60a1054/sphinx_design-0.5.0-py3-none-any.whl (2.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 16.5 MB/s eta 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 ipykernel (from -r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/16/9a/0c7b514c73b42cf4ce516ee26c8940a0b23a9754dafaa459a939220240fd/ipykernel-6.29.2-py3-none-any.whl (116 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.1/116.1 kB 222.6 MB/s eta 0:00:00 Collecting nbsphinx (from -r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/a3/a0/ca4aeb2f7f2608a483459a3bb486da250a7eb23eb76c9a0af154395f0cb2/nbsphinx-0.9.3-py3-none-any.whl (31 kB) Collecting plantweb (from -r docs/requirements.txt (line 10)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/d6/6f/9ab1a1c3e33aaa0c0931983578c09336b092c75dce777ea666d3032f756e/plantweb-1.2.1-py3-none-any.whl (20 kB) Collecting optuna (from -r docs/requirements.txt (line 13)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/4c/6a/219a431aaf81b3eb3070fd2d58116baa366d3072f43bbcc87dc3495b7546/optuna-3.5.0-py3-none-any.whl (413 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 413.4/413.4 kB 18.0 MB/s eta 0:00:00 Collecting seaborn (from -r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/83/11/00d3c3dfc25ad54e731d91449895a79e4bf2384dc3ac01809010ba88f6d5/seaborn-0.13.2-py3-none-any.whl (294 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 294.9/294.9 kB 19.5 MB/s eta 0:00:00 Collecting plumbum (from pandoc->-r docs/requirements.txt (line 1)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/6f/e8/a9a580d1d67825d8bdc16f3993ea58c4066769d5f8ba34caaa69a5344b39/plumbum-1.8.2-py3-none-any.whl (127 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 127.0/127.0 kB 226.3 MB/s eta 0:00:00 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) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 196.3 MB/s eta 0:00:00 Requirement already satisfied: sphinxcontrib-applehelp in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (1.0.8) Requirement already satisfied: sphinxcontrib-devhelp in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (1.0.6) Requirement already satisfied: sphinxcontrib-jsmath in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (1.0.1) Requirement already satisfied: sphinxcontrib-htmlhelp>=2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (2.0.5) Requirement already satisfied: sphinxcontrib-serializinghtml>=1.1.9 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (1.1.10) Requirement already satisfied: sphinxcontrib-qthelp in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (1.0.7) Requirement already satisfied: Jinja2>=3.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (3.1.3) Requirement already satisfied: Pygments>=2.14 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (2.17.2) Requirement already satisfied: docutils<0.21,>=0.18.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (0.20.1) Requirement already satisfied: snowballstemmer>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (2.2.0) Requirement already satisfied: babel>=2.9 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (2.14.0) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (0.7.16) Requirement already satisfied: imagesize>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (1.4.1) Requirement already satisfied: requests>=2.25.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (2.31.0) Requirement already satisfied: packaging>=21.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (23.2) Requirement already satisfied: importlib-metadata>=4.8 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 3)) (7.0.1) Collecting beautifulsoup4 (from pydata-sphinx-theme->-r docs/requirements.txt (line 5)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl (147 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147.9/147.9 kB 22.1 MB/s eta 0:00:00 Collecting accessible-pygments (from pydata-sphinx-theme->-r docs/requirements.txt (line 5)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/20/d7/45cfa326d945e411c7e02764206845b05f8f5766aa7ebc812ef3bc4138cd/accessible_pygments-0.0.4-py2.py3-none-any.whl (29 kB) Collecting typing-extensions (from pydata-sphinx-theme->-r docs/requirements.txt (line 5)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/b7/f4/6a90020cd2d93349b442bfcb657d0dc91eee65491600b2cb1d388bc98e6b/typing_extensions-4.9.0-py3-none-any.whl (32 kB) Collecting comm>=0.1.1 (from ipykernel->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/6e/c1/e7335bd49aa3fa3bd453e34a4580b0076804f219897ad76d4d5aa4d8f22f/comm-0.2.1-py3-none-any.whl (7.2 kB) Collecting debugpy>=1.6.5 (from ipykernel->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/f7/79/6053a14f60e879b8cb1a42dadbbef8822603eadde79944c61e955309b622/debugpy-1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 16.1 MB/s eta 0:00:00 Collecting ipython>=7.23.1 (from ipykernel->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/47/6b/d9fdcdef2eb6a23f391251fde8781c38d42acd82abe84d054cb74f7863b0/ipython-8.18.1-py3-none-any.whl (808 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 808.2/808.2 kB 17.1 MB/s eta 0:00:00 Collecting jupyter-client>=6.1.12 (from ipykernel->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/43/ae/5f4f72980765e2e5e02b260f9c53bcc706cefa7ac9c8d7240225c55788d4/jupyter_client-8.6.0-py3-none-any.whl (105 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.9/105.9 kB 185.7 MB/s eta 0:00:00 Collecting jupyter-core!=5.0.*,>=4.12 (from ipykernel->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/86/a1/354cade6907f2fbbd32d89872ec64b62406028e7645ac13acfdb5732829e/jupyter_core-5.7.1-py3-none-any.whl (28 kB) Collecting matplotlib-inline>=0.1 (from ipykernel->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/f2/51/c34d7a1d528efaae3d8ddb18ef45a41f284eacf9e514523b191b7d0872cc/matplotlib_inline-0.1.6-py3-none-any.whl (9.4 kB) Collecting nest-asyncio (from ipykernel->-r docs/requirements.txt (line 8)) 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 (from ipykernel->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/c5/4f/0e22aaa246f96d6ac87fe5ebb9c5a693fbe8877f537a1022527c47ca43c5/psutil-5.9.8-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (288 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 288.2/288.2 kB 19.3 MB/s eta 0:00:00 Collecting pyzmq>=24 (from ipykernel->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/76/8b/6fca99e22c6316917de32b17be299dea431544209d619da16b6d9ec85c83/pyzmq-25.1.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 17.2 MB/s eta 0:00:00 Collecting tornado>=6.1 (from ipykernel->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/9f/12/11d0a757bb67278d3380d41955ae98527d5ad18330b2edbdc8de222b569b/tornado-6.4-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (435 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 435.4/435.4 kB 18.1 MB/s eta 0:00:00 Collecting traitlets>=5.4.0 (from ipykernel->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/45/34/5dc77fdc7bb4bd198317eea5679edf9cc0a186438b5b19dbb9062fb0f4d5/traitlets-5.14.1-py3-none-any.whl (85 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.4/85.4 kB 213.0 MB/s eta 0:00:00 Collecting nbconvert!=5.4 (from nbsphinx->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/c9/ec/c120b21e7f884a701e12a241992754e719adaf430d0d6b30c6655776bc35/nbconvert-7.16.0-py3-none-any.whl (257 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 257.2/257.2 kB 32.3 MB/s eta 0:00:00 Collecting nbformat (from nbsphinx->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/f4/e7/ef30a90b70eba39e675689b9eaaa92530a71d7435ab8f9cae520814e0caf/nbformat-5.9.2-py3-none-any.whl (77 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.6/77.6 kB 217.9 MB/s eta 0:00:00 Collecting six (from plantweb->-r docs/requirements.txt (line 10)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting alembic>=1.5.0 (from optuna->-r docs/requirements.txt (line 13)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/7f/50/9fb3a5c80df6eb6516693270621676980acd6d5a9a7efdbfa273f8d616c7/alembic-1.13.1-py3-none-any.whl (233 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.4/233.4 kB 30.6 MB/s eta 0:00:00 Collecting colorlog (from optuna->-r docs/requirements.txt (line 13)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/f3/18/3e867ab37a24fdf073c1617b9c7830e06ec270b1ea4694a624038fc40a03/colorlog-6.8.2-py3-none-any.whl (11 kB) Collecting numpy (from optuna->-r docs/requirements.txt (line 13)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/54/30/c2a907b9443cf42b90c17ad10c1e8fa801975f01cb9764f3f8eb8aea638b/numpy-1.26.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.2/18.2 MB 15.8 MB/s eta 0:00:00 Collecting sqlalchemy>=1.3.0 (from optuna->-r docs/requirements.txt (line 13)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/df/4b/1cbe8013b824ec2528a36ae68b1477fac3ae4b446102341a5d28789ba738/SQLAlchemy-2.0.25-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 16.2 MB/s eta 0:00:00 Collecting tqdm (from optuna->-r docs/requirements.txt (line 13)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/00/e5/f12a80907d0884e6dff9c16d0c0114d81b8cd07dc3ae54c5e962cc83037e/tqdm-4.66.1-py3-none-any.whl (78 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.3/78.3 kB 206.9 MB/s eta 0:00:00 Collecting PyYAML (from optuna->-r docs/requirements.txt (line 13)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/7d/39/472f2554a0f1e825bd7c5afc11c817cd7a2f3657460f7159f691fbb37c51/PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (738 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 738.9/738.9 kB 18.5 MB/s eta 0:00:00 Collecting pandas>=1.2 (from seaborn->-r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/df/bc/663c52528d6b2c796d0f788655e5f0fd65842523715a18f4d4beaca8dcb2/pandas-2.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.0/13.0 MB 15.8 MB/s eta 0:00:00 Collecting matplotlib!=3.6.1,>=3.4 (from seaborn->-r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/53/1f/653d60d2ec81a6095fa3e571cf2de57742bab8a51a5c01de26730ce3dc53/matplotlib-3.8.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.6/11.6 MB 15.7 MB/s eta 0:00:00 Collecting Mako (from alembic>=1.5.0->optuna->-r docs/requirements.txt (line 13)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/2b/8d/9f11d0b9ac521febb806e7f30dc5982d0f4f5821217712c59005fbc5c1e3/Mako-1.3.2-py3-none-any.whl (78 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.7/78.7 kB 207.3 MB/s eta 0:00:00 Requirement already satisfied: zipp>=0.5 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from importlib-metadata>=4.8->sphinx->-r docs/requirements.txt (line 3)) (3.17.0) Collecting decorator (from ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/d5/50/83c593b07763e1161326b3b8c6686f0f4b0f24d5526546bee538c89837d6/decorator-5.1.1-py3-none-any.whl (9.1 kB) Collecting jedi>=0.16 (from ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/20/9f/bc63f0f0737ad7a60800bfd472a4836661adae21f9c2535f3957b1e54ceb/jedi-0.19.1-py2.py3-none-any.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 16.2 MB/s eta 0:00:00 Collecting prompt-toolkit<3.1.0,>=3.0.41 (from ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/ee/fd/ca7bf3869e7caa7a037e23078539467b433a4e01eebd93f77180ab927766/prompt_toolkit-3.0.43-py3-none-any.whl (386 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 386.1/386.1 kB 24.3 MB/s eta 0:00:00 Collecting stack-data (from ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 8)) 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 exceptiongroup (from ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/b8/9a/5028fd52db10e600f1c4674441b968cf2ea4959085bfb5b99fb1250e5f68/exceptiongroup-1.2.0-py3-none-any.whl (16 kB) Collecting pexpect>4.3 (from ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 8)) 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) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.8/63.8 kB 202.9 MB/s eta 0:00:00 Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from Jinja2>=3.0->sphinx->-r docs/requirements.txt (line 3)) (2.1.5) Collecting python-dateutil>=2.8.2 (from jupyter-client>=6.1.12->ipykernel->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/36/7a/87837f39d0296e723bb9b62bbb257d0355c7f6128853c78955f57342a56d/python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 32.8 MB/s eta 0:00:00 Collecting platformdirs>=2.5 (from jupyter-core!=5.0.*,>=4.12->ipykernel->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/55/72/4898c44ee9ea6f43396fbc23d9bfaf3d06e01b83698bdf2e4c919deceb7c/platformdirs-4.2.0-py3-none-any.whl (17 kB) Collecting contourpy>=1.0.1 (from matplotlib!=3.6.1,>=3.4->seaborn->-r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/a9/ba/d8fd1380876f1e9114157606302e3644c85f6d116aeba354c212ee13edc7/contourpy-1.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (310 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 311.0/311.0 kB 21.0 MB/s eta 0:00:00 Collecting cycler>=0.10 (from matplotlib!=3.6.1,>=3.4->seaborn->-r docs/requirements.txt (line 14)) 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!=3.6.1,>=3.4->seaborn->-r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/ef/02/1e18cc5249b2e9cdd1d6c231373c4ba7ad18ff3ac9164b1ffcac6ed0aa35/fonttools-4.48.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 16.0 MB/s eta 0:00:00 Collecting kiwisolver>=1.3.1 (from matplotlib!=3.6.1,>=3.4->seaborn->-r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/c0/a8/841594f11d0b88d8aeb26991bc4dac38baa909dc58d0c4262a4f7893bcbf/kiwisolver-1.4.5-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 16.5 MB/s eta 0:00:00 Collecting pillow>=8 (from matplotlib!=3.6.1,>=3.4->seaborn->-r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/87/0d/8f5136a5481731c342a901ff155c587ce7804114db069345e1894ab4978a/pillow-10.2.0-cp39-cp39-manylinux_2_28_x86_64.whl (4.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 16.2 MB/s eta 0:00:00 Collecting pyparsing>=2.3.1 (from matplotlib!=3.6.1,>=3.4->seaborn->-r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/39/92/8486ede85fcc088f1b3dba4ce92dd29d126fd96b0008ea213167940a2475/pyparsing-3.1.1-py3-none-any.whl (103 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.1/103.1 kB 190.8 MB/s eta 0:00:00 Collecting importlib-resources>=3.2.0 (from matplotlib!=3.6.1,>=3.4->seaborn->-r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/93/e8/facde510585869b5ec694e8e0363ffe4eba067cb357a8398a55f6a1f8023/importlib_resources-6.1.1-py3-none-any.whl (33 kB) Collecting bleach!=5.0.0 (from nbconvert!=5.4->nbsphinx->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl (162 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.8/162.8 kB 18.3 MB/s eta 0:00:00 Collecting defusedxml (from nbconvert!=5.4->nbsphinx->-r docs/requirements.txt (line 9)) 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!=5.4->nbsphinx->-r docs/requirements.txt (line 9)) 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) Collecting mistune<4,>=2.0.3 (from nbconvert!=5.4->nbsphinx->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/f0/74/c95adcdf032956d9ef6c89a9b8a5152bf73915f8c633f3e3d88d06bd699c/mistune-3.0.2-py3-none-any.whl (47 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.0/48.0 kB 138.2 MB/s eta 0:00:00 Collecting nbclient>=0.5.0 (from nbconvert!=5.4->nbsphinx->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/6b/3a/607149974149f847125c38a62b9ea2b8267eb74823bbf8d8c54ae0212a00/nbclient-0.9.0-py3-none-any.whl (24 kB) Collecting pandocfilters>=1.4.1 (from nbconvert!=5.4->nbsphinx->-r docs/requirements.txt (line 9)) 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) Collecting tinycss2 (from nbconvert!=5.4->nbsphinx->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/da/99/fd23634d6962c2791fb8cb6ccae1f05dcbfc39bce36bba8b1c9a8d92eae8/tinycss2-1.2.1-py3-none-any.whl (21 kB) Collecting fastjsonschema (from nbformat->nbsphinx->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/9c/b9/79691036d4a8f9857e74d1728b23f34f583b81350a27492edda58d5604e1/fastjsonschema-2.19.1-py3-none-any.whl (23 kB) Collecting jsonschema>=2.6 (from nbformat->nbsphinx->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/39/9d/b035d024c62c85f2e2d4806a59ca7b8520307f34e0932fbc8cc75fe7b2d9/jsonschema-4.21.1-py3-none-any.whl (85 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.5/85.5 kB 194.8 MB/s eta 0:00:00 Collecting pytz>=2020.1 (from pandas>=1.2->seaborn->-r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/9c/3d/a121f284241f08268b21359bd425f7d4825cffc5ac5cd0e1b3d82ffd2b10/pytz-2024.1-py2.py3-none-any.whl (505 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 19.2 MB/s eta 0:00:00 Collecting tzdata>=2022.7 (from pandas>=1.2->seaborn->-r docs/requirements.txt (line 14)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/a3/fb/52b62131e21b24ee297e4e95ed41eba29647dad0e0051a92bb66b43c70ff/tzdata-2023.4-py2.py3-none-any.whl (346 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 346.6/346.6 kB 19.7 MB/s eta 0:00:00 Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from requests>=2.25.0->sphinx->-r docs/requirements.txt (line 3)) (3.3.2) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from requests>=2.25.0->sphinx->-r docs/requirements.txt (line 3)) (3.6) Requirement already satisfied: urllib3<3,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from requests>=2.25.0->sphinx->-r docs/requirements.txt (line 3)) (2.2.0) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from requests>=2.25.0->sphinx->-r docs/requirements.txt (line 3)) (2024.2.2) Collecting greenlet!=0.4.17 (from sqlalchemy>=1.3.0->optuna->-r docs/requirements.txt (line 13)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/af/05/b7e068070a6c143f34dfcd7e9144684271b8067e310f6da68269580db1d8/greenlet-3.0.3-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (614 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 614.3/614.3 kB 18.0 MB/s eta 0:00:00 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/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl (36 kB) Collecting webencodings (from bleach!=5.0.0->nbconvert!=5.4->nbsphinx->-r docs/requirements.txt (line 9)) 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 parso<0.9.0,>=0.8.3 (from jedi>=0.16->ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/05/63/8011bd08a4111858f79d2b09aad86638490d62fbf881c44e434a6dfca87b/parso-0.8.3-py2.py3-none-any.whl (100 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.8/100.8 kB 193.1 MB/s eta 0:00:00 Collecting attrs>=22.2.0 (from jsonschema>=2.6->nbformat->nbsphinx->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/e0/44/827b2a91a5816512fcaf3cc4ebc465ccd5d598c45cefa6703fcf4a79018f/attrs-23.2.0-py3-none-any.whl (60 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 178.8 MB/s eta 0:00:00 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=2.6->nbformat->nbsphinx->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/ee/07/44bd408781594c4d0a027666ef27fab1e441b109dc3b76b4f836f8fd04fe/jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) Collecting referencing>=0.28.4 (from jsonschema>=2.6->nbformat->nbsphinx->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/90/10/1c92edb0a0a14b67ff825bc338e74bc49ab27d3f3bae3f9a02838cba546f/referencing-0.33.0-py3-none-any.whl (26 kB) Collecting rpds-py>=0.7.1 (from jsonschema>=2.6->nbformat->nbsphinx->-r docs/requirements.txt (line 9)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/c2/e9/190521d63b504c12bdcffb27ea6aaac1dbb2521be983c3a2a0ab4a938b8c/rpds_py-0.17.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 16.2 MB/s eta 0:00:00 Collecting ptyprocess>=0.5 (from pexpect>4.3->ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 8)) 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) Collecting wcwidth (from prompt-toolkit<3.1.0,>=3.0.41->ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 8)) 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 executing>=1.2.0 (from stack-data->ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/80/03/6ea8b1b2a5ab40a7a60dc464d3daa7aa546e0a74d74a9f8ff551ea7905db/executing-2.0.1-py2.py3-none-any.whl (24 kB) Collecting asttokens>=2.1.0 (from stack-data->ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/45/86/4736ac618d82a20d87d2f92ae19441ebc7ac9e7a581d7e58bbe79233b24a/asttokens-2.4.1-py2.py3-none-any.whl (27 kB) Collecting pure-eval (from stack-data->ipython>=7.23.1->ipykernel->-r docs/requirements.txt (line 8)) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/2b/27/77f9d5684e6bce929f5cfe18d6cfbe5133013c06cb2fbf5933670e60761d/pure_eval-0.2.2-py3-none-any.whl (11 kB) Building wheels for collected packages: pandoc Building wheel for pandoc (setup.py): started Building wheel for pandoc (setup.py): finished with status 'done' Created wheel for pandoc: filename=pandoc-2.3-py3-none-any.whl size=33262 sha256=0f14061a33d8a605e1b15ec9995b5e09afd796ef7dcc310473f60d08f1f21745 Stored in directory: /tmp/pip-ephem-wheel-cache-9u18b_y0/wheels/17/20/73/b6171d60f96c3f21affca3e77ebcc2d8be3b55e198349b1b54 Successfully built pandoc Installing collected packages: webencodings, wcwidth, pytz, pure-eval, ptyprocess, ply, fastjsonschema, tzdata, typing-extensions, traitlets, tqdm, tornado, tinycss2, soupsieve, six, rpds-py, readthedocs-sphinx-search, pyzmq, PyYAML, pyparsing, pypandoc, psutil, prompt-toolkit, plumbum, platformdirs, pillow, pexpect, parso, pandocfilters, numpy, nest-asyncio, mistune, Mako, kiwisolver, jupyterlab-pygments, importlib-resources, greenlet, fonttools, executing, exceptiongroup, defusedxml, decorator, debugpy, cycler, colorlog, attrs, accessible-pygments, sqlalchemy, referencing, python-dateutil, plantweb, pandoc, matplotlib-inline, jupyter-core, jedi, contourpy, comm, bleach, beautifulsoup4, asttokens, stack-data, sphinx-design, sphinx-autodoc-typehints, pydata-sphinx-theme, pandas, matplotlib, jupyter-client, jsonschema-specifications, alembic, seaborn, optuna, jsonschema, ipython, nbformat, ipykernel, nbclient, nbconvert, nbsphinx Successfully installed Mako-1.3.2 PyYAML-6.0.1 accessible-pygments-0.0.4 alembic-1.13.1 asttokens-2.4.1 attrs-23.2.0 beautifulsoup4-4.12.3 bleach-6.1.0 colorlog-6.8.2 comm-0.2.1 contourpy-1.2.0 cycler-0.12.1 debugpy-1.8.0 decorator-5.1.1 defusedxml-0.7.1 exceptiongroup-1.2.0 executing-2.0.1 fastjsonschema-2.19.1 fonttools-4.48.1 greenlet-3.0.3 importlib-resources-6.1.1 ipykernel-6.29.2 ipython-8.18.1 jedi-0.19.1 jsonschema-4.21.1 jsonschema-specifications-2023.12.1 jupyter-client-8.6.0 jupyter-core-5.7.1 jupyterlab-pygments-0.3.0 kiwisolver-1.4.5 matplotlib-3.8.2 matplotlib-inline-0.1.6 mistune-3.0.2 nbclient-0.9.0 nbconvert-7.16.0 nbformat-5.9.2 nbsphinx-0.9.3 nest-asyncio-1.6.0 numpy-1.26.4 optuna-3.5.0 pandas-2.2.0 pandoc-2.3 pandocfilters-1.5.1 parso-0.8.3 pexpect-4.9.0 pillow-10.2.0 plantweb-1.2.1 platformdirs-4.2.0 plumbum-1.8.2 ply-3.11 prompt-toolkit-3.0.43 psutil-5.9.8 ptyprocess-0.7.0 pure-eval-0.2.2 pydata-sphinx-theme-0.15.2 pypandoc-1.12 pyparsing-3.1.1 python-dateutil-2.8.2 pytz-2024.1 pyzmq-25.1.2 readthedocs-sphinx-search-0.3.2 referencing-0.33.0 rpds-py-0.17.1 seaborn-0.13.2 six-1.16.0 soupsieve-2.5 sphinx-autodoc-typehints-2.0.0 sphinx-design-0.5.0 sqlalchemy-2.0.25 stack-data-0.6.3 tinycss2-1.2.1 tornado-6.4 tqdm-4.66.1 traitlets-5.14.1 typing-extensions-4.9.0 tzdata-2023.4 wcwidth-0.2.13 webencodings-0.5.1 [rtd-command-info] start-time: 2024-02-08T22:36:19.357755Z, end-time: 2024-02-08T22:36:33.356579Z, duration: 13, 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-hpvsim/checkouts/latest Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: numpy in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from hpvsim==2.0.0) (1.26.4) Collecting scipy (from hpvsim==2.0.0) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/a6/9d/f864266894b67cdb5731ab531afba68713da3d6d8252f698ccab775d3f68/scipy-1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (38.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.5/38.5 MB 17.8 MB/s eta 0:00:00 Requirement already satisfied: pandas>=2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from hpvsim==2.0.0) (2.2.0) Collecting sciris>=3.0.0 (from hpvsim==2.0.0) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/e9/17/34afc27509c83983cac2d53851ebaec49dd383153bc2a9bb15d34aa3807d/sciris-3.1.3-py3-none-any.whl (231 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 231.7/231.7 kB 37.2 MB/s eta 0:00:00 Requirement already satisfied: matplotlib in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from hpvsim==2.0.0) (3.8.2) Requirement already satisfied: seaborn in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from hpvsim==2.0.0) (0.13.2) Requirement already satisfied: optuna in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from hpvsim==2.0.0) (3.5.0) Requirement already satisfied: python-dateutil>=2.8.2 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from pandas>=2.0.0->hpvsim==2.0.0) (2.8.2) Requirement already satisfied: pytz>=2020.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from pandas>=2.0.0->hpvsim==2.0.0) (2024.1) Requirement already satisfied: tzdata>=2022.7 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from pandas>=2.0.0->hpvsim==2.0.0) (2023.4) Collecting openpyxl (from sciris>=3.0.0->hpvsim==2.0.0) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/6a/94/a59521de836ef0da54aaf50da6c4da8fb4072fb3053fa71f052fd9399e7a/openpyxl-3.1.2-py2.py3-none-any.whl (249 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.0/250.0 kB 26.2 MB/s eta 0:00:00 Collecting xlsxwriter (from sciris>=3.0.0->hpvsim==2.0.0) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/f7/3e/05ba2194cd5073602422859c949a4f21310a3c49bf8dccde9e03d4522b11/XlsxWriter-3.1.9-py3-none-any.whl (154 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.8/154.8 kB 31.1 MB/s eta 0:00:00 Requirement already satisfied: psutil in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from sciris>=3.0.0->hpvsim==2.0.0) (5.9.8) Collecting dill (from sciris>=3.0.0->hpvsim==2.0.0) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/c9/7a/cef76fd8438a42f96db64ddaa85280485a9c395e7df3db8158cfec1eee34/dill-0.3.8-py3-none-any.whl (116 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.3/116.3 kB 218.4 MB/s eta 0:00:00 Collecting zstandard (from sciris>=3.0.0->hpvsim==2.0.0) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/85/96/61a79e9e9c9e14e5e1baf84fd71115944320bac525fcd754695ba84e2084/zstandard-0.22.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.4/5.4 MB 18.0 MB/s eta 0:00:00 Collecting multiprocess (from sciris>=3.0.0->hpvsim==2.0.0) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/da/d9/f7f9379981e39b8c2511c9e0326d212accacb82f12fbfdc1aa2ce2a7b2b6/multiprocess-0.70.16-py39-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 28.0 MB/s eta 0:00:00 Collecting jsonpickle (from sciris>=3.0.0->hpvsim==2.0.0) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/d3/25/6e0a450430b7aa194b0f515f64820fc619314faa289458b7dfca4a026114/jsonpickle-3.0.2-py3-none-any.whl (40 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.7/40.7 kB 147.3 MB/s eta 0:00:00 Requirement already satisfied: pyyaml in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from sciris>=3.0.0->hpvsim==2.0.0) (6.0.1) Requirement already satisfied: packaging in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from sciris>=3.0.0->hpvsim==2.0.0) (23.2) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from sciris>=3.0.0->hpvsim==2.0.0) (69.0.3) Collecting gitpython (from sciris>=3.0.0->hpvsim==2.0.0) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/45/c6/a637a7a11d4619957cb95ca195168759a4502991b1b91c13d3203ffc3748/GitPython-3.1.41-py3-none-any.whl (196 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.4/196.4 kB 35.2 MB/s eta 0:00:00 Collecting jellyfish (from sciris>=3.0.0->hpvsim==2.0.0) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/64/69/6159b809f577e51fbd236ab796e4489ff7f8d27124e9435f0cb8eda186e8/jellyfish-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 17.8 MB/s eta 0:00:00 Requirement already satisfied: tqdm in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from sciris>=3.0.0->hpvsim==2.0.0) (4.66.1) Collecting memory-profiler (from sciris>=3.0.0->hpvsim==2.0.0) 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>=3.0.0->hpvsim==2.0.0) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/a2/56/c434704141bf48223fc86c55d5800c46b999c47fffc5811dab1bb87e0fac/line_profiler-4.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (715 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 715.2/715.2 kB 20.8 MB/s eta 0:00:00 Requirement already satisfied: contourpy>=1.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from matplotlib->hpvsim==2.0.0) (1.2.0) Requirement already satisfied: cycler>=0.10 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from matplotlib->hpvsim==2.0.0) (0.12.1) Requirement already satisfied: fonttools>=4.22.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from matplotlib->hpvsim==2.0.0) (4.48.1) Requirement already satisfied: kiwisolver>=1.3.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from matplotlib->hpvsim==2.0.0) (1.4.5) Requirement already satisfied: pillow>=8 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from matplotlib->hpvsim==2.0.0) (10.2.0) Requirement already satisfied: pyparsing>=2.3.1 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from matplotlib->hpvsim==2.0.0) (3.1.1) Requirement already satisfied: importlib-resources>=3.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from matplotlib->hpvsim==2.0.0) (6.1.1) Requirement already satisfied: alembic>=1.5.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from optuna->hpvsim==2.0.0) (1.13.1) Requirement already satisfied: colorlog in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from optuna->hpvsim==2.0.0) (6.8.2) Requirement already satisfied: sqlalchemy>=1.3.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from optuna->hpvsim==2.0.0) (2.0.25) Requirement already satisfied: Mako in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from alembic>=1.5.0->optuna->hpvsim==2.0.0) (1.3.2) Requirement already satisfied: typing-extensions>=4 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from alembic>=1.5.0->optuna->hpvsim==2.0.0) (4.9.0) Requirement already satisfied: zipp>=3.1.0 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from importlib-resources>=3.2.0->matplotlib->hpvsim==2.0.0) (3.17.0) Requirement already satisfied: six>=1.5 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from python-dateutil>=2.8.2->pandas>=2.0.0->hpvsim==2.0.0) (1.16.0) Requirement already satisfied: greenlet!=0.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from sqlalchemy>=1.3.0->optuna->hpvsim==2.0.0) (3.0.3) Collecting gitdb<5,>=4.0.1 (from gitpython->sciris>=3.0.0->hpvsim==2.0.0) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/fd/5b/8f0c4a5bb9fd491c277c21eff7ccae71b47d43c4446c9d0c6cff2fe8c2c4/gitdb-4.0.11-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 195.8 MB/s eta 0:00:00 Collecting et-xmlfile (from openpyxl->sciris>=3.0.0->hpvsim==2.0.0) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/96/c2/3dd434b0108730014f1b96fd286040dc3bcb70066346f7e01ec2ac95865f/et_xmlfile-1.1.0-py3-none-any.whl (4.7 kB) Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->gitpython->sciris>=3.0.0->hpvsim==2.0.0) Downloading https://packages.idmod.org/api/pypi/pypi-production/packages/packages/a7/a5/10f97f73544edcdef54409f1d839f6049a0d79df68adbc1ceb24d1aaca42/smmap-5.0.1-py3-none-any.whl (24 kB) Requirement already satisfied: MarkupSafe>=0.9.2 in /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages (from Mako->alembic>=1.5.0->optuna->hpvsim==2.0.0) (2.1.5) Building wheels for collected packages: hpvsim Building wheel for hpvsim (setup.py): started Building wheel for hpvsim (setup.py): finished with status 'done' Created wheel for hpvsim: filename=hpvsim-2.0.0-py3-none-any.whl size=193323 sha256=37ef4c1566ee45926e16fbeb0c9d29aba5d537f914833fa9f38bc9c7e1e0602c Stored in directory: /tmp/pip-ephem-wheel-cache-ghwabgr4/wheels/51/35/6f/df976332f8d726e8d5b6219b83a0569f551e10d63ed39a50fb Successfully built hpvsim Installing collected packages: zstandard, xlsxwriter, smmap, scipy, memory-profiler, line-profiler, jsonpickle, jellyfish, et-xmlfile, dill, openpyxl, multiprocess, gitdb, gitpython, sciris, hpvsim Successfully installed dill-0.3.8 et-xmlfile-1.1.0 gitdb-4.0.11 gitpython-3.1.41 hpvsim-2.0.0 jellyfish-1.0.3 jsonpickle-3.0.2 line-profiler-4.1.2 memory-profiler-0.61.0 multiprocess-0.70.16 openpyxl-3.1.2 scipy-1.12.0 sciris-3.1.3 smmap-5.0.1 xlsxwriter-3.1.9 zstandard-0.22.0 [rtd-command-info] start-time: 2024-02-08T22:36:33.925483Z, end-time: 2024-02-08T22:36:33.986269Z, duration: 0, exit-code: 0 cat docs/conf.py # -*- coding: utf-8 -*- # # Configuration file for the Sphinx documentation builder. import os import sys import sciris as sc import hpvsim as hpv # Set environment os.environ['SPHINX_BUILD'] = 'True' # This is used so hpv.options.set('jupyter') doesn't reset the Matplotlib renderer on_rtd = os.environ.get('READTHEDOCS') == 'True' # -- Project information ----------------------------------------------------- project = 'HPVsim' copyright = f'2020 - {sc.now().year}, Bill & Melinda Gates Foundation. All rights reserved.\nThese docs were built for HPVsim version {hpv.__version__}.\n' author = 'Institute for Disease Modeling' # The short X.Y version version = hpv.__version__ # The full version, including alpha/beta/rc tags release = hpv.__version__ # -- General configuration --------------------------------------------------- # Add any Sphinx extension module names here extensions = [ "sphinx.ext.autodoc", # Core Sphinx library for auto html doc generation from docstrings "sphinx.ext.autosummary", # Create neat summary tables for modules/classes/methods etc -- causes warnings with Napoleon however "sphinx.ext.intersphinx", "sphinx.ext.viewcode", # Add a link to the Python source code for classes, functions etc. "sphinx.ext.napoleon", "sphinx.ext.autosectionlabel", "sphinx_autodoc_typehints", # Automatically document param types (less noise in class signature) "sphinx_design", # Add e.g. grid layout 'sphinx_search.extension', # search across multiple docsets in domain "nbsphinx", ] # Use Google docstrings napoleon_google_docstring = True # Configure autosummary autosummary_generate = True # Turn on sphinx.ext.autosummary autosummary_ignore_module_all = False # Respect __all__ autodoc_member_order = 'bysource' # Keep original ordering add_module_names = False # NB, does not work autodoc_inherit_docstrings = False # Stops sublcasses from including docs from parent classes # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"] # Syntax highlighting style pygments_style = "sphinx" modindex_common_prefix = ["hpvsim."] # List of patterns, relative to source directory, to exclude exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "**.ipynb_checkpoints"] # Suppress certain warnings suppress_warnings = ['autosectionlabel.*'] # -- Options for HTML output ------------------------------------------------- html_theme = "pydata_sphinx_theme" html_theme_options = { "collapse_navigation": False, "navigation_depth": 3, "show_prev_next": True, "icon_links": [ {"name": "Web", "url": "https://hpvsim.org", "icon": "fas fa-home"}, { "name": "GitHub", "url": "https://github.com/institutefordiseasemodeling/hpvsim", "icon": "fab fa-github-square", }, ], "navbar_end": ["theme-switcher", "navbar-icon-links"], "secondary_sidebar_items": ["navbar-side"], "header_links_before_dropdown": 5, } html_sidebars = { "**": ["sidebar-nav-bs", "page-toc"], } html_logo = "images/IDM_white.png" html_favicon = "images/favicon.ico" html_static_path = ['_static'] html_baseurl = "https://docs.idmod.org/projects/hpvsim/en/latest" html_context = { 'rtd_url': 'https://docs.idmod.org/projects/hpvsim/en/latest', "versions_dropdown": { "latest": "devel (latest)", "stable": "current (stable)", }, "default_mode": "light", } # Add any extra paths that contain custom files if not on_rtd: html_extra_path = ['robots.txt'] # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. html_last_updated_fmt = '%Y-%b-%d' html_show_sourcelink = True html_show_sphinx = False html_copy_source = False htmlhelp_basename = 'HPVsim' # Add customizations def setup(app): app.add_css_file("theme_overrides.css") # Modify this to not rerun the Jupyter notebook cells -- usually set by build_docs nb_ex_default = ['auto', 'never'][0] nb_ex = os.getenv('NBSPHINX_EXECUTE') if not nb_ex: nb_ex = nb_ex_default print(f'\n\nBuilding Jupyter notebooks with build option: {nb_ex}\n\n') nbsphinx_execute = nb_ex # OpenSearch options html_use_opensearch = 'docs.idmod.org/projects/hpvsim/en/latest' # -- RTD Sphinx search for searching across the entire domain, default child ------------- if os.environ.get('READTHEDOCS') == 'True': search_project_parent = "institute-for-disease-modeling-idm" search_project = os.environ["READTHEDOCS_PROJECT"] search_version = os.environ["READTHEDOCS_VERSION"] rtd_sphinx_search_default_filter = f"subprojects:{search_project}/{search_version}" rtd_sphinx_search_filters = { "Search this project": f"project:{search_project}/{search_version}", "Search all IDM docs": f"subprojects:{search_project_parent}/{search_version}", } ########################################################################### # auto-created readthedocs.org specific configuration # ########################################################################### # # The following code was added during an automated build on readthedocs.org # It is auto created and injected for every build. The result is based on the # conf.py.tmpl file found in the readthedocs.org codebase: # https://github.com/rtfd/readthedocs.org/blob/main/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl # # Note: this file shouldn't rely on extra dependencies. import importlib import sys import os.path # Borrowed from six. PY3 = sys.version_info[0] == 3 string_types = str if PY3 else basestring from sphinx import version_info # Get suffix for proper linking to GitHub # This is deprecated in Sphinx 1.3+, # as each page can have its own suffix if globals().get('source_suffix', False): if isinstance(source_suffix, string_types): SUFFIX = source_suffix elif isinstance(source_suffix, (list, tuple)): # Sphinx >= 1.3 supports list/tuple to define multiple suffixes SUFFIX = source_suffix[0] elif isinstance(source_suffix, dict): # Sphinx >= 1.8 supports a mapping dictionary for multiple suffixes SUFFIX = list(source_suffix.keys())[0] # make a ``list()`` for py2/py3 compatibility else: # default to .rst SUFFIX = '.rst' else: SUFFIX = '.rst' # Add RTD Static Path. Add to the end because it overwrites previous files. if not 'html_static_path' in globals(): html_static_path = [] if os.path.exists('_static'): html_static_path.append('_static') # Define this variable in case it's not defined by the user. # It defaults to `alabaster` which is the default from Sphinx. # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_theme html_theme = globals().get('html_theme', 'alabaster') #Add project information to the template context. context = { 'html_theme': html_theme, 'current_version': "latest", 'version_slug': "latest", 'MEDIA_URL': "https://media.readthedocs.com/media/", 'STATIC_URL': "https://assets.readthedocs.com/", 'PRODUCTION_DOMAIN': "readthedocs.com", 'proxied_static_path': "/_/static/", 'versions': [ ("latest", "/en/latest/"), ("v2.0.0", "/en/v2.0.0/"), ("v1.2.7", "/en/v1.2.7/"), ("v1.2.6", "/en/v1.2.6/"), ("v1.2.5", "/en/v1.2.5/"), ("v1.2.4", "/en/v1.2.4/"), ("v1.2.3", "/en/v1.2.3/"), ("v1.2.2", "/en/v1.2.2/"), ("v1.2.0", "/en/v1.2.0/"), ("v1.1.1", "/en/v1.1.1/"), ("v1.0.0", "/en/v1.0.0/"), ("v0.4.16", "/en/v0.4.16/"), ], 'downloads': [ ], 'subprojects': [ ], 'slug': 'institute-for-disease-modeling-hpvsim', 'name': u'hpvsim', 'rtd_language': u'en', 'programming_language': u'py', 'canonical_url': '', 'analytics_code': 'None', 'single_version': False, 'conf_py_path': '/docs/', 'api_host': 'https://readthedocs.com', 'github_user': 'InstituteforDiseaseModeling', 'proxied_api_host': '/_', 'github_repo': 'hpvsim', 'github_version': 'main', 'display_github': True, 'bitbucket_user': 'None', 'bitbucket_repo': 'None', 'bitbucket_version': 'main', 'display_bitbucket': False, 'gitlab_user': 'None', 'gitlab_repo': 'None', 'gitlab_version': 'main', 'display_gitlab': False, 'READTHEDOCS': True, 'using_theme': (html_theme == "default"), 'new_theme': (html_theme == "sphinx_rtd_theme"), 'source_suffix': SUFFIX, 'ad_free': False, 'docsearch_disabled': False, 'user_analytics_code': '', 'global_analytics_code': 'UA-17997319-2', 'commit': 'f6fd41b7', } # For sphinx >=1.8 we can use html_baseurl to set the canonical URL. # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_baseurl if version_info >= (1, 8): if not globals().get('html_baseurl'): html_baseurl = context['canonical_url'] context['canonical_url'] = None if 'html_context' in globals(): for key in context: if key not in html_context: html_context[key] = context[key] else: html_context = context # Add custom RTD extension if 'extensions' in globals(): # Insert at the beginning because it can interfere # with other extensions. # See https://github.com/rtfd/readthedocs.org/pull/4054 extensions.insert(0, "readthedocs_ext.readthedocs") else: extensions = ["readthedocs_ext.readthedocs"] # Add External version warning banner to the external version documentation if 'branch' == 'external': extensions.insert(1, "readthedocs_ext.external_version_warning") readthedocs_vcs_url = 'None' readthedocs_build_url = 'https://readthedocs.com/projects/institute-for-disease-modeling-hpvsim/builds/2005180/' project_language = 'en' # User's Sphinx configurations language_user = globals().get('language', None) latex_engine_user = globals().get('latex_engine', None) latex_elements_user = globals().get('latex_elements', None) # Remove this once xindy gets installed in Docker image and XINDYOPS # env variable is supported # https://github.com/rtfd/readthedocs-docker-images/pull/98 latex_use_xindy = False chinese = any([ language_user in ('zh_CN', 'zh_TW'), project_language in ('zh_CN', 'zh_TW'), ]) japanese = any([ language_user == 'ja', project_language == 'ja', ]) if chinese: latex_engine = latex_engine_user or 'xelatex' latex_elements_rtd = { 'preamble': '\\usepackage[UTF8]{ctex}\n', } latex_elements = latex_elements_user or latex_elements_rtd elif japanese: latex_engine = latex_engine_user or 'platex' # Make sure our build directory is always excluded exclude_patterns = globals().get('exclude_patterns', []) exclude_patterns.extend(['_build']) [rtd-command-info] start-time: 2024-02-08T22:36:34.057460Z, end-time: 2024-02-08T22:43:26.943250Z, duration: 412, exit-code: 0 python -m sphinx -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v7.2.6 HPVsim 2.0.0 (2023-11-29) — © 2023 by IDM HPVsim data: at least one file missing: {'metadata': False, 'age_dist': False, 'birth': False, 'death': False, 'life_expectancy': False}  ———————————————————————————————————— Downloading preprocessed HPVsim data ————————————————————————————————————  Note: this automatic download only happens once, when HPVsim is first run. Downloading https://github.com/amath-idm/hpvsim_data/blob/main/hpvsim_data_v1.3.zip?raw=true... Saving to /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages/hpvsim/data/files/tmp_hpvsim_data_v1.3.zip.zip... Time to download https://github.com/amath-idm/hpvsim_data/blob/main/hpvsim_data_v1.3.zip?raw=true: 0.881 s Removed "/home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages/hpvsim/data/files/tmp_hpvsim_data_v1.3.zip.zip" Data downloaded. Building Jupyter notebooks with build option: auto making output directory... done [autosummary] generating autosummary for: api/index.rst, index.rst, overview.rst, tutorials.rst, tutorials/README.rst, tutorials/tut_analyzers.ipynb, tutorials/tut_calibration.ipynb, tutorials/tut_interventions.ipynb, tutorials/tut_intro.ipynb, tutorials/tut_people.ipynb, tutorials/tut_plotting.ipynb, tutorials/tut_running.ipynb, whats-new.rst [autosummary] generating autosummary for: /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.analysis.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.base.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.calibration.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.data.downloaders.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.data.loaders.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.defaults.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.hiv.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.immunity.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.interventions.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.misc.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.parameters.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.people.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.plotting.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.population.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.run.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.settings.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.sim.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.utils.rst [autosummary] generating autosummary for: /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.analysis.Analyzer.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.analysis.age_causal_infection.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.analysis.age_pyramid.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.analysis.age_results.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.analysis.cancer_detection.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.analysis.daly_computation.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.analysis.snapshot.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.base.BasePeople.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.base.BaseSim.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.base.Contacts.rst, ..., /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.utils.n_binomial.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.utils.n_multinomial.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.utils.n_neg_binomial.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.utils.n_poisson.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.utils.participation_filter.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.utils.poisson.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.utils.sample.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.utils.set_seed.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.utils.true.rst, /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/api/_autosummary/hpvsim.utils.undefined.rst The default value for `navigation_with_keys` will change to `False` in the next release. If you wish to preserve the old behavior for your site, set `navigation_with_keys=True` in the `html_theme_options` dict in your `conf.py` file. Be aware that `navigation_with_keys = True` has negative accessibility implications: https://github.com/pydata/pydata-sphinx-theme/issues/1492 building [mo]: targets for 0 po files that are out of date writing output... building [html]: targets for 13 source files that are out of date updating environment: [new config] 164 added, 0 changed, 0 removed reading sources... [ 1%] api/_autosummary/hpvsim.analysis reading sources... [ 1%] api/_autosummary/hpvsim.analysis.Analyzer reading sources... [ 2%] api/_autosummary/hpvsim.analysis.age_causal_infection reading sources... [ 2%] api/_autosummary/hpvsim.analysis.age_pyramid reading sources... [ 3%] api/_autosummary/hpvsim.analysis.age_results reading sources... [ 4%] api/_autosummary/hpvsim.analysis.cancer_detection reading sources... [ 4%] api/_autosummary/hpvsim.analysis.daly_computation reading sources... [ 5%] api/_autosummary/hpvsim.analysis.snapshot reading sources... [ 5%] api/_autosummary/hpvsim.base reading sources... [ 6%] api/_autosummary/hpvsim.base.BasePeople reading sources... [ 7%] api/_autosummary/hpvsim.base.BaseSim reading sources... [ 7%] api/_autosummary/hpvsim.base.Contacts reading sources... [ 8%] api/_autosummary/hpvsim.base.FlexDict reading sources... [ 9%] api/_autosummary/hpvsim.base.Layer reading sources... [ 9%] api/_autosummary/hpvsim.base.ParsObj reading sources... [ 10%] api/_autosummary/hpvsim.base.Person reading sources... [ 10%] api/_autosummary/hpvsim.base.Result reading sources... [ 11%] api/_autosummary/hpvsim.calibration reading sources... [ 12%] api/_autosummary/hpvsim.calibration.Calibration reading sources... [ 12%] api/_autosummary/hpvsim.data.downloaders reading sources... [ 13%] api/_autosummary/hpvsim.data.downloaders.check_downloaded reading sources... [ 13%] api/_autosummary/hpvsim.data.downloaders.get_data reading sources... [ 14%] api/_autosummary/hpvsim.data.downloaders.quick_download reading sources... [ 15%] api/_autosummary/hpvsim.data.downloaders.remove_data reading sources... [ 15%] api/_autosummary/hpvsim.data.loaders reading sources... [ 16%] api/_autosummary/hpvsim.data.loaders.get_age_distribution reading sources... [ 16%] api/_autosummary/hpvsim.data.loaders.get_age_distribution_over_time reading sources... [ 17%] api/_autosummary/hpvsim.data.loaders.get_birth_rates reading sources... [ 18%] api/_autosummary/hpvsim.data.loaders.get_country_aliases reading sources... [ 18%] api/_autosummary/hpvsim.data.loaders.get_death_rates reading sources... [ 19%] api/_autosummary/hpvsim.data.loaders.get_life_expectancy reading sources... [ 20%] api/_autosummary/hpvsim.data.loaders.get_total_pop reading sources... [ 20%] api/_autosummary/hpvsim.data.loaders.map_entries reading sources... [ 21%] api/_autosummary/hpvsim.defaults reading sources... [ 21%] api/_autosummary/hpvsim.defaults.default_float reading sources... [ 22%] api/_autosummary/hpvsim.defaults.default_int reading sources... [ 23%] api/_autosummary/hpvsim.defaults.get_default_plots reading sources... [ 23%] api/_autosummary/hpvsim.hiv reading sources... [ 24%] api/_autosummary/hpvsim.hiv.HIVsim reading sources... [ 24%] api/_autosummary/hpvsim.immunity reading sources... [ 25%] api/_autosummary/hpvsim.immunity.check_immunity reading sources... [ 26%] api/_autosummary/hpvsim.immunity.exp_decay reading sources... [ 26%] api/_autosummary/hpvsim.immunity.init_immunity reading sources... [ 27%] api/_autosummary/hpvsim.immunity.linear_decay reading sources... [ 27%] api/_autosummary/hpvsim.immunity.linear_growth reading sources... [ 28%] api/_autosummary/hpvsim.immunity.precompute_waning reading sources... [ 29%] api/_autosummary/hpvsim.immunity.update_peak_immunity reading sources... [ 29%] api/_autosummary/hpvsim.interventions reading sources... [ 30%] api/_autosummary/hpvsim.interventions.BaseScreening reading sources... [ 30%] api/_autosummary/hpvsim.interventions.BaseTest reading sources... [ 31%] api/_autosummary/hpvsim.interventions.BaseTreatment reading sources... [ 32%] api/_autosummary/hpvsim.interventions.BaseTriage reading sources... [ 32%] api/_autosummary/hpvsim.interventions.BaseTxVx reading sources... [ 33%] api/_autosummary/hpvsim.interventions.BaseVaccination reading sources... [ 34%] api/_autosummary/hpvsim.interventions.CampaignDelivery reading sources... [ 34%] api/_autosummary/hpvsim.interventions.EventSchedule reading sources... [ 35%] api/_autosummary/hpvsim.interventions.Intervention reading sources... [ 35%] api/_autosummary/hpvsim.interventions.RoutineDelivery reading sources... [ 36%] api/_autosummary/hpvsim.interventions.campaign_screening reading sources... [ 37%] api/_autosummary/hpvsim.interventions.campaign_triage reading sources... [ 37%] api/_autosummary/hpvsim.interventions.campaign_txvx reading sources... [ 38%] api/_autosummary/hpvsim.interventions.campaign_vx reading sources... [ 38%] api/_autosummary/hpvsim.interventions.default_dx reading sources... [ 39%] api/_autosummary/hpvsim.interventions.default_tx reading sources... [ 40%] api/_autosummary/hpvsim.interventions.default_vx reading sources... [ 40%] api/_autosummary/hpvsim.interventions.dx reading sources... [ 41%] api/_autosummary/hpvsim.interventions.dynamic_pars reading sources... [ 41%] api/_autosummary/hpvsim.interventions.linked_txvx reading sources... [ 42%] api/_autosummary/hpvsim.interventions.radiation reading sources... [ 43%] api/_autosummary/hpvsim.interventions.routine_screening reading sources... [ 43%] api/_autosummary/hpvsim.interventions.routine_triage reading sources... [ 44%] api/_autosummary/hpvsim.interventions.routine_txvx reading sources... [ 45%] api/_autosummary/hpvsim.interventions.routine_vx reading sources... [ 45%] api/_autosummary/hpvsim.interventions.set_intervention_attributes reading sources... [ 46%] api/_autosummary/hpvsim.interventions.treat_delay reading sources... [ 46%] api/_autosummary/hpvsim.interventions.treat_num reading sources... [ 47%] api/_autosummary/hpvsim.interventions.tx reading sources... [ 48%] api/_autosummary/hpvsim.interventions.vx reading sources... [ 48%] api/_autosummary/hpvsim.misc reading sources... [ 49%] api/_autosummary/hpvsim.misc.check_save_version reading sources... [ 49%] api/_autosummary/hpvsim.misc.check_version reading sources... [ 50%] api/_autosummary/hpvsim.misc.compute_gof reading sources... [ 51%] api/_autosummary/hpvsim.misc.date reading sources... [ 51%] api/_autosummary/hpvsim.misc.date_range reading sources... [ 52%] api/_autosummary/hpvsim.misc.day reading sources... [ 52%] api/_autosummary/hpvsim.misc.daydiff reading sources... [ 53%] api/_autosummary/hpvsim.misc.get_doubling_time reading sources... [ 54%] api/_autosummary/hpvsim.misc.get_png_metadata reading sources... [ 54%] api/_autosummary/hpvsim.misc.get_version_pars reading sources... [ 55%] api/_autosummary/hpvsim.misc.git_info reading sources... [ 55%] api/_autosummary/hpvsim.misc.help reading sources... [ 56%] api/_autosummary/hpvsim.misc.load reading sources... [ 57%] api/_autosummary/hpvsim.misc.load_data reading sources... [ 57%] api/_autosummary/hpvsim.misc.save reading sources... [ 58%] api/_autosummary/hpvsim.misc.savefig reading sources... [ 59%] api/_autosummary/hpvsim.parameters reading sources... [ 59%] api/_autosummary/hpvsim.parameters.make_pars reading sources... [ 60%] api/_autosummary/hpvsim.parameters.reset_layer_pars reading sources... [ 60%] api/_autosummary/hpvsim.people reading sources... [ 61%] api/_autosummary/hpvsim.people.People reading sources... [ 62%] api/_autosummary/hpvsim.plotting reading sources... [ 62%] api/_autosummary/hpvsim.plotting.plot_people reading sources... [ 63%] api/_autosummary/hpvsim.plotting.plot_result reading sources... [ 63%] api/_autosummary/hpvsim.plotting.plot_scen_age_results reading sources... [ 64%] api/_autosummary/hpvsim.plotting.plot_scens reading sources... [ 65%] api/_autosummary/hpvsim.plotting.plot_sim reading sources... [ 65%] api/_autosummary/hpvsim.population reading sources... [ 66%] api/_autosummary/hpvsim.population.make_contacts reading sources... [ 66%] api/_autosummary/hpvsim.population.make_people reading sources... [ 67%] api/_autosummary/hpvsim.run reading sources... [ 68%] api/_autosummary/hpvsim.run.MultiSim reading sources... [ 68%] api/_autosummary/hpvsim.run.Scenarios reading sources... [ 69%] api/_autosummary/hpvsim.run.Sweep reading sources... [ 70%] api/_autosummary/hpvsim.run.make_metapars reading sources... [ 70%] api/_autosummary/hpvsim.run.multi_run reading sources... [ 71%] api/_autosummary/hpvsim.run.parallel reading sources... [ 71%] api/_autosummary/hpvsim.run.single_run reading sources... [ 72%] api/_autosummary/hpvsim.settings reading sources... [ 73%] api/_autosummary/hpvsim.sim reading sources... [ 73%] api/_autosummary/hpvsim.sim.AlreadyRunError reading sources... [ 74%] api/_autosummary/hpvsim.sim.Sim reading sources... [ 74%] api/_autosummary/hpvsim.sim.diff_sims reading sources... [ 75%] api/_autosummary/hpvsim.utils reading sources... [ 76%] api/_autosummary/hpvsim.utils.binomial_arr reading sources... [ 76%] api/_autosummary/hpvsim.utils.binomial_filter reading sources... [ 77%] api/_autosummary/hpvsim.utils.choose reading sources... [ 77%] api/_autosummary/hpvsim.utils.choose_r reading sources... [ 78%] api/_autosummary/hpvsim.utils.choose_w reading sources... [ 79%] api/_autosummary/hpvsim.utils.defined reading sources... [ 79%] api/_autosummary/hpvsim.utils.dtround reading sources... [ 80%] api/_autosummary/hpvsim.utils.false reading sources... [ 80%] api/_autosummary/hpvsim.utils.find_cutoff reading sources... [ 81%] api/_autosummary/hpvsim.utils.get_pdf reading sources... [ 82%] api/_autosummary/hpvsim.utils.idefined reading sources... [ 82%] api/_autosummary/hpvsim.utils.idefinedi reading sources... [ 83%] api/_autosummary/hpvsim.utils.ifalse reading sources... [ 84%] api/_autosummary/hpvsim.utils.ifalsei reading sources... [ 84%] api/_autosummary/hpvsim.utils.itrue reading sources... [ 85%] api/_autosummary/hpvsim.utils.itruei reading sources... [ 85%] api/_autosummary/hpvsim.utils.iundefined reading sources... [ 86%] api/_autosummary/hpvsim.utils.iundefinedi reading sources... [ 87%] api/_autosummary/hpvsim.utils.n_binomial reading sources... [ 87%] api/_autosummary/hpvsim.utils.n_multinomial reading sources... [ 88%] api/_autosummary/hpvsim.utils.n_neg_binomial reading sources... [ 88%] api/_autosummary/hpvsim.utils.n_poisson reading sources... [ 89%] api/_autosummary/hpvsim.utils.participation_filter reading sources... [ 90%] api/_autosummary/hpvsim.utils.poisson reading sources... [ 90%] api/_autosummary/hpvsim.utils.sample reading sources... [ 91%] api/_autosummary/hpvsim.utils.set_seed reading sources... [ 91%] api/_autosummary/hpvsim.utils.true reading sources... [ 92%] api/_autosummary/hpvsim.utils.undefined reading sources... [ 93%] api/index reading sources... [ 93%] index reading sources... [ 94%] overview reading sources... [ 95%] tutorials reading sources... [ 95%] tutorials/README reading sources... [ 96%] tutorials/tut_analyzers /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages/jupyter_client/localinterfaces.py:56: UserWarning: Unexpected error discovering local network interfaces: encoding with 'idna' codec failed (UnicodeError: label too long) ret = f(**kwargs) /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages/jupyter_client/localinterfaces.py:56: UserWarning: Unexpected error discovering local network interfaces: encoding with 'idna' codec failed (UnicodeError: label too long) ret = f(**kwargs) /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages/nbsphinx/__init__.py:1058: RuntimeWarning: You are using an unsupported version of pandoc (2.5). Your version must be at least (2.14.2) but less than (4.0.0). Refer to https://pandoc.org/installing.html. Continuing with doubts... nbconvert.utils.pandoc.check_pandoc_version() reading sources... [ 96%] tutorials/tut_calibration /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages/jupyter_client/localinterfaces.py:56: UserWarning: Unexpected error discovering local network interfaces: encoding with 'idna' codec failed (UnicodeError: label too long) ret = f(**kwargs) reading sources... [ 97%] tutorials/tut_interventions /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages/jupyter_client/localinterfaces.py:56: UserWarning: Unexpected error discovering local network interfaces: encoding with 'idna' codec failed (UnicodeError: label too long) ret = f(**kwargs) reading sources... [ 98%] tutorials/tut_intro /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages/jupyter_client/localinterfaces.py:56: UserWarning: Unexpected error discovering local network interfaces: encoding with 'idna' codec failed (UnicodeError: label too long) ret = f(**kwargs) reading sources... [ 98%] tutorials/tut_people /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages/jupyter_client/localinterfaces.py:56: UserWarning: Unexpected error discovering local network interfaces: encoding with 'idna' codec failed (UnicodeError: label too long) ret = f(**kwargs) reading sources... [ 99%] tutorials/tut_plotting /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages/jupyter_client/localinterfaces.py:56: UserWarning: Unexpected error discovering local network interfaces: encoding with 'idna' codec failed (UnicodeError: label too long) ret = f(**kwargs) reading sources... [ 99%] tutorials/tut_running /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/envs/latest/lib/python3.9/site-packages/jupyter_client/localinterfaces.py:56: UserWarning: Unexpected error discovering local network interfaces: encoding with 'idna' codec failed (UnicodeError: label too long) ret = f(**kwargs) reading sources... [100%] whats-new /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_analyzers.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_analyzers.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_analyzers.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_analyzers.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_analyzers.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_analyzers.ipynb:22: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_analyzers.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_analyzers.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_analyzers.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_analyzers.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_analyzers.ipynb:22: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_analyzers.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_analyzers.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_analyzers.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_analyzers.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_analyzers.ipynb:22: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_analyzers.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_analyzers.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_analyzers.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_analyzers.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_analyzers.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_analyzers.ipynb:1244: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_analyzers.ipynb:16: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_analyzers.ipynb:1260: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_analyzers.ipynb:32: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_analyzers.ipynb:38: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_analyzers.ipynb:1276: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_analyzers.ipynb:48: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:729: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:15: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:745: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:31: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:38: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:761: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:47: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:24: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:24: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:24: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:24: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:24: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:24: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:24: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:24: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:24: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:24: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:24: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:1583: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:15: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:21: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:25: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:26: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:1607: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:39: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:45: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:49: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:50: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:54: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:1631: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:63: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:69: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:73: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_calibration.ipynb:74: WARNING: Definition list ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:537: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:15: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:553: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:31: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:38: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:569: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:47: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:1242: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:15: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:1258: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:31: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:38: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:1274: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:47: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:1937: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:15: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:1953: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:31: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:38: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:1969: ERROR: Unexpected indentation. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:47: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:20: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:15: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:31: WARNING: Block quote ends without a blank line; unexpected unindent. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:38: ERROR: Content block expected for the "raw" directive; none found. /home/docs/checkouts/readthedocs.org/user_builds/institute-for-disease-modeling-hpvsim/checkouts/latest/docs/tutorials/tut_intro.ipynb:47: WARNING: Block quote ends without a blank line; unexpected unindent. looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done copying assets... copying static files... done copying extra files... done done writing output... [ 1%] api/_autosummary/hpvsim.analysis writing output... [ 1%] api/_autosummary/hpvsim.analysis.Analyzer writing output... [ 2%] api/_autosummary/hpvsim.analysis.age_causal_infection writing output... [ 2%] api/_autosummary/hpvsim.analysis.age_pyramid writing output... [ 3%] api/_autosummary/hpvsim.analysis.age_results writing output... [ 4%] api/_autosummary/hpvsim.analysis.cancer_detection writing output... [ 4%] api/_autosummary/hpvsim.analysis.daly_computation writing output... [ 5%] api/_autosummary/hpvsim.analysis.snapshot writing output... [ 5%] api/_autosummary/hpvsim.base writing output... [ 6%] api/_autosummary/hpvsim.base.BasePeople writing output... [ 7%] api/_autosummary/hpvsim.base.BaseSim writing output... [ 7%] api/_autosummary/hpvsim.base.Contacts writing output... [ 8%] api/_autosummary/hpvsim.base.FlexDict writing output... [ 9%] api/_autosummary/hpvsim.base.Layer writing output... [ 9%] api/_autosummary/hpvsim.base.ParsObj writing output... [ 10%] api/_autosummary/hpvsim.base.Person writing output... [ 10%] api/_autosummary/hpvsim.base.Result writing output... [ 11%] api/_autosummary/hpvsim.calibration writing output... [ 12%] api/_autosummary/hpvsim.calibration.Calibration writing output... [ 12%] api/_autosummary/hpvsim.data.downloaders writing output... [ 13%] api/_autosummary/hpvsim.data.downloaders.check_downloaded writing output... [ 13%] api/_autosummary/hpvsim.data.downloaders.get_data writing output... [ 14%] api/_autosummary/hpvsim.data.downloaders.quick_download writing output... [ 15%] api/_autosummary/hpvsim.data.downloaders.remove_data writing output... [ 15%] api/_autosummary/hpvsim.data.loaders writing output... [ 16%] api/_autosummary/hpvsim.data.loaders.get_age_distribution writing output... [ 16%] api/_autosummary/hpvsim.data.loaders.get_age_distribution_over_time writing output... [ 17%] api/_autosummary/hpvsim.data.loaders.get_birth_rates writing output... [ 18%] api/_autosummary/hpvsim.data.loaders.get_country_aliases writing output... [ 18%] api/_autosummary/hpvsim.data.loaders.get_death_rates writing output... [ 19%] api/_autosummary/hpvsim.data.loaders.get_life_expectancy writing output... [ 20%] api/_autosummary/hpvsim.data.loaders.get_total_pop writing output... [ 20%] api/_autosummary/hpvsim.data.loaders.map_entries writing output... [ 21%] api/_autosummary/hpvsim.defaults writing output... [ 21%] api/_autosummary/hpvsim.defaults.default_float writing output... [ 22%] api/_autosummary/hpvsim.defaults.default_int writing output... [ 23%] api/_autosummary/hpvsim.defaults.get_default_plots writing output... [ 23%] api/_autosummary/hpvsim.hiv writing output... [ 24%] api/_autosummary/hpvsim.hiv.HIVsim writing output... [ 24%] api/_autosummary/hpvsim.immunity writing output... [ 25%] api/_autosummary/hpvsim.immunity.check_immunity writing output... [ 26%] api/_autosummary/hpvsim.immunity.exp_decay writing output... [ 26%] api/_autosummary/hpvsim.immunity.init_immunity writing output... [ 27%] api/_autosummary/hpvsim.immunity.linear_decay writing output... [ 27%] api/_autosummary/hpvsim.immunity.linear_growth writing output... [ 28%] api/_autosummary/hpvsim.immunity.precompute_waning writing output... [ 29%] api/_autosummary/hpvsim.immunity.update_peak_immunity writing output... [ 29%] api/_autosummary/hpvsim.interventions writing output... [ 30%] api/_autosummary/hpvsim.interventions.BaseScreening writing output... [ 30%] api/_autosummary/hpvsim.interventions.BaseTest writing output... [ 31%] api/_autosummary/hpvsim.interventions.BaseTreatment writing output... [ 32%] api/_autosummary/hpvsim.interventions.BaseTriage writing output... [ 32%] api/_autosummary/hpvsim.interventions.BaseTxVx writing output... [ 33%] api/_autosummary/hpvsim.interventions.BaseVaccination writing output... [ 34%] api/_autosummary/hpvsim.interventions.CampaignDelivery writing output... [ 34%] api/_autosummary/hpvsim.interventions.EventSchedule writing output... [ 35%] api/_autosummary/hpvsim.interventions.Intervention writing output... [ 35%] api/_autosummary/hpvsim.interventions.RoutineDelivery writing output... [ 36%] api/_autosummary/hpvsim.interventions.campaign_screening writing output... [ 37%] api/_autosummary/hpvsim.interventions.campaign_triage writing output... [ 37%] api/_autosummary/hpvsim.interventions.campaign_txvx writing output... [ 38%] api/_autosummary/hpvsim.interventions.campaign_vx writing output... [ 38%] api/_autosummary/hpvsim.interventions.default_dx writing output... [ 39%] api/_autosummary/hpvsim.interventions.default_tx writing output... [ 40%] api/_autosummary/hpvsim.interventions.default_vx writing output... [ 40%] api/_autosummary/hpvsim.interventions.dx writing output... [ 41%] api/_autosummary/hpvsim.interventions.dynamic_pars writing output... [ 41%] api/_autosummary/hpvsim.interventions.linked_txvx writing output... [ 42%] api/_autosummary/hpvsim.interventions.radiation writing output... [ 43%] api/_autosummary/hpvsim.interventions.routine_screening writing output... [ 43%] api/_autosummary/hpvsim.interventions.routine_triage writing output... [ 44%] api/_autosummary/hpvsim.interventions.routine_txvx writing output... [ 45%] api/_autosummary/hpvsim.interventions.routine_vx writing output... [ 45%] api/_autosummary/hpvsim.interventions.set_intervention_attributes writing output... [ 46%] api/_autosummary/hpvsim.interventions.treat_delay writing output... [ 46%] api/_autosummary/hpvsim.interventions.treat_num writing output... [ 47%] api/_autosummary/hpvsim.interventions.tx writing output... [ 48%] api/_autosummary/hpvsim.interventions.vx writing output... [ 48%] api/_autosummary/hpvsim.misc writing output... [ 49%] api/_autosummary/hpvsim.misc.check_save_version writing output... [ 49%] api/_autosummary/hpvsim.misc.check_version writing output... [ 50%] api/_autosummary/hpvsim.misc.compute_gof writing output... [ 51%] api/_autosummary/hpvsim.misc.date writing output... [ 51%] api/_autosummary/hpvsim.misc.date_range writing output... [ 52%] api/_autosummary/hpvsim.misc.day writing output... [ 52%] api/_autosummary/hpvsim.misc.daydiff writing output... [ 53%] api/_autosummary/hpvsim.misc.get_doubling_time writing output... [ 54%] api/_autosummary/hpvsim.misc.get_png_metadata writing output... [ 54%] api/_autosummary/hpvsim.misc.get_version_pars writing output... [ 55%] api/_autosummary/hpvsim.misc.git_info writing output... [ 55%] api/_autosummary/hpvsim.misc.help writing output... [ 56%] api/_autosummary/hpvsim.misc.load writing output... [ 57%] api/_autosummary/hpvsim.misc.load_data writing output... [ 57%] api/_autosummary/hpvsim.misc.save writing output... [ 58%] api/_autosummary/hpvsim.misc.savefig writing output... [ 59%] api/_autosummary/hpvsim.parameters writing output... [ 59%] api/_autosummary/hpvsim.parameters.make_pars writing output... [ 60%] api/_autosummary/hpvsim.parameters.reset_layer_pars writing output... [ 60%] api/_autosummary/hpvsim.people writing output... [ 61%] api/_autosummary/hpvsim.people.People writing output... [ 62%] api/_autosummary/hpvsim.plotting writing output... [ 62%] api/_autosummary/hpvsim.plotting.plot_people writing output... [ 63%] api/_autosummary/hpvsim.plotting.plot_result writing output... [ 63%] api/_autosummary/hpvsim.plotting.plot_scen_age_results writing output... [ 64%] api/_autosummary/hpvsim.plotting.plot_scens writing output... [ 65%] api/_autosummary/hpvsim.plotting.plot_sim writing output... [ 65%] api/_autosummary/hpvsim.population writing output... [ 66%] api/_autosummary/hpvsim.population.make_contacts writing output... [ 66%] api/_autosummary/hpvsim.population.make_people writing output... [ 67%] api/_autosummary/hpvsim.run writing output... [ 68%] api/_autosummary/hpvsim.run.MultiSim writing output... [ 68%] api/_autosummary/hpvsim.run.Scenarios writing output... [ 69%] api/_autosummary/hpvsim.run.Sweep writing output... [ 70%] api/_autosummary/hpvsim.run.make_metapars writing output... [ 70%] api/_autosummary/hpvsim.run.multi_run writing output... [ 71%] api/_autosummary/hpvsim.run.parallel writing output... [ 71%] api/_autosummary/hpvsim.run.single_run writing output... [ 72%] api/_autosummary/hpvsim.settings writing output... [ 73%] api/_autosummary/hpvsim.sim writing output... [ 73%] api/_autosummary/hpvsim.sim.AlreadyRunError writing output... [ 74%] api/_autosummary/hpvsim.sim.Sim writing output... [ 74%] api/_autosummary/hpvsim.sim.diff_sims writing output... [ 75%] api/_autosummary/hpvsim.utils writing output... [ 76%] api/_autosummary/hpvsim.utils.binomial_arr writing output... [ 76%] api/_autosummary/hpvsim.utils.binomial_filter writing output... [ 77%] api/_autosummary/hpvsim.utils.choose writing output... [ 77%] api/_autosummary/hpvsim.utils.choose_r writing output... [ 78%] api/_autosummary/hpvsim.utils.choose_w writing output... [ 79%] api/_autosummary/hpvsim.utils.defined writing output... [ 79%] api/_autosummary/hpvsim.utils.dtround writing output... [ 80%] api/_autosummary/hpvsim.utils.false writing output... [ 80%] api/_autosummary/hpvsim.utils.find_cutoff writing output... [ 81%] api/_autosummary/hpvsim.utils.get_pdf writing output... [ 82%] api/_autosummary/hpvsim.utils.idefined writing output... [ 82%] api/_autosummary/hpvsim.utils.idefinedi writing output... [ 83%] api/_autosummary/hpvsim.utils.ifalse writing output... [ 84%] api/_autosummary/hpvsim.utils.ifalsei writing output... [ 84%] api/_autosummary/hpvsim.utils.itrue writing output... [ 85%] api/_autosummary/hpvsim.utils.itruei writing output... [ 85%] api/_autosummary/hpvsim.utils.iundefined writing output... [ 86%] api/_autosummary/hpvsim.utils.iundefinedi writing output... [ 87%] api/_autosummary/hpvsim.utils.n_binomial writing output... [ 87%] api/_autosummary/hpvsim.utils.n_multinomial writing output... [ 88%] api/_autosummary/hpvsim.utils.n_neg_binomial writing output... [ 88%] api/_autosummary/hpvsim.utils.n_poisson writing output... [ 89%] api/_autosummary/hpvsim.utils.participation_filter writing output... [ 90%] api/_autosummary/hpvsim.utils.poisson writing output... [ 90%] api/_autosummary/hpvsim.utils.sample writing output... [ 91%] api/_autosummary/hpvsim.utils.set_seed writing output... [ 91%] api/_autosummary/hpvsim.utils.true writing output... [ 92%] api/_autosummary/hpvsim.utils.undefined writing output... [ 93%] api/index writing output... [ 93%] index writing output... [ 94%] overview writing output... [ 95%] tutorials writing output... [ 95%] tutorials/README writing output... [ 96%] tutorials/tut_analyzers writing output... [ 96%] tutorials/tut_calibration writing output... [ 97%] tutorials/tut_interventions writing output... [ 98%] tutorials/tut_intro writing output... [ 98%] tutorials/tut_people writing output... [ 99%] tutorials/tut_plotting writing output... [ 99%] tutorials/tut_running writing output... [100%] whats-new generating indices... genindex py-modindex done copying linked files... copying notebooks ... [ 14%] tutorials/tut_analyzers.ipynb copying notebooks ... [ 29%] tutorials/tut_calibration.ipynb copying notebooks ... [ 43%] tutorials/tut_interventions.ipynb copying notebooks ... [ 57%] tutorials/tut_intro.ipynb copying notebooks ... [ 71%] tutorials/tut_people.ipynb copying notebooks ... [ 86%] tutorials/tut_plotting.ipynb copying notebooks ... [100%] tutorials/tut_running.ipynb highlighting module code... [ 6%] hpvsim.analysis highlighting module code... [ 11%] hpvsim.base highlighting module code... [ 17%] hpvsim.calibration highlighting module code... [ 22%] hpvsim.data.downloaders highlighting module code... [ 28%] hpvsim.data.loaders highlighting module code... [ 33%] hpvsim.defaults highlighting module code... [ 39%] hpvsim.hiv highlighting module code... [ 44%] hpvsim.immunity highlighting module code... [ 50%] hpvsim.interventions highlighting module code... [ 56%] hpvsim.misc highlighting module code... [ 61%] hpvsim.parameters highlighting module code... [ 67%] hpvsim.people highlighting module code... [ 72%] hpvsim.plotting highlighting module code... [ 78%] hpvsim.population highlighting module code... [ 83%] hpvsim.run highlighting module code... [ 89%] hpvsim.sim highlighting module code... [ 94%] hpvsim.utils highlighting module code... [100%] sciris.sc_datetime writing additional pages... search opensearch done copying images... [ 4%] _build/doctrees/nbsphinx/tutorials_tut_analyzers_3_9.png copying images... [ 7%] _build/doctrees/nbsphinx/tutorials_tut_analyzers_5_8.png copying images... [ 11%] _build/doctrees/nbsphinx/tutorials_tut_analyzers_8_8.png copying images... [ 14%] _build/doctrees/nbsphinx/tutorials_tut_analyzers_10_10.png copying images... [ 18%] _build/doctrees/nbsphinx/tutorials_tut_calibration_3_49.png copying images... [ 21%] _build/doctrees/nbsphinx/tutorials_tut_interventions_6_2.png copying images... [ 25%] _build/doctrees/nbsphinx/tutorials_tut_interventions_9_2.png copying images... [ 29%] _build/doctrees/nbsphinx/tutorials_tut_interventions_12_3.png copying images... [ 32%] _build/doctrees/nbsphinx/tutorials_tut_intro_3_17.png copying images... [ 36%] _build/doctrees/nbsphinx/tutorials_tut_intro_13_0.png copying images... [ 39%] _build/doctrees/nbsphinx/tutorials_tut_intro_15_2.png copying images... [ 43%] _build/doctrees/nbsphinx/tutorials_tut_people_3_4.png copying images... [ 46%] _build/doctrees/nbsphinx/tutorials_tut_people_3_5.png copying images... [ 50%] _build/doctrees/nbsphinx/tutorials_tut_plotting_11_0.png copying images... [ 54%] _build/doctrees/nbsphinx/tutorials_tut_plotting_13_0.png copying images... [ 57%] _build/doctrees/nbsphinx/tutorials_tut_plotting_19_0.png copying images... [ 61%] _build/doctrees/nbsphinx/tutorials_tut_plotting_21_0.png copying images... [ 64%] _build/doctrees/nbsphinx/tutorials_tut_plotting_23_0.png copying images... [ 68%] _build/doctrees/nbsphinx/tutorials_tut_plotting_23_1.png copying images... [ 71%] _build/doctrees/nbsphinx/tutorials_tut_plotting_27_1.png copying images... [ 75%] _build/doctrees/nbsphinx/tutorials_tut_running_3_1.png copying images... [ 79%] _build/doctrees/nbsphinx/tutorials_tut_running_7_0.png copying images... [ 82%] _build/doctrees/nbsphinx/tutorials_tut_running_8_0.png copying images... [ 86%] _build/doctrees/nbsphinx/tutorials_tut_running_10_0.png copying images... [ 89%] _build/doctrees/nbsphinx/tutorials_tut_running_12_5.png copying images... [ 93%] _build/doctrees/nbsphinx/tutorials_tut_running_14_2.png copying images... [ 96%] _build/doctrees/nbsphinx/tutorials_tut_running_17_9.png copying images... [100%] _build/doctrees/nbsphinx/tutorials_tut_running_20_4.png dumping search index in English (code: en)... done dumping object inventory... done Updating searchtools for Read the Docs search... build succeeded, 190 warnings. The HTML pages are in ../_readthedocs/html.