Read the Docs build information Build id: 3705236 Project: iati-iati-datastore-docs Version: latest Commit: ae247f9179342028ef2fa68d3f0137d09036a4a2 Date: 2026-01-29T17:13:38.632936Z State: finished Success: True [rtd-command-info] start-time: 2026-01-29T17:13:39.698864Z, end-time: 2026-01-29T17:13:40.193714Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/IATI/iati-datastore-docs.git . Cloning into '.'... [rtd-command-info] start-time: 2026-01-29T17:13:40.310016Z, end-time: 2026-01-29T17:13:40.722745Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/main:refs/remotes/origin/main [rtd-command-info] start-time: 2026-01-29T17:13:41.378104Z, end-time: 2026-01-29T17:13:41.422877Z, 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 ae247f9 Merge pull request #20 from IATI/pdf-fix [rtd-command-info] start-time: 2026-01-29T17:13:41.526131Z, end-time: 2026-01-29T17:13:41.566576Z, 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-24.04 tools: python: "3.13" jobs: pre_build: - python -c "import iati_sphinx_theme, shutil, os; src = os.path.join(os.path.dirname(iati_sphinx_theme.__file__), \"locale\"); shutil.copytree(src, \"docs/locale\", dirs_exist_ok=True)" - pybabel compile -d docs/locale --domain=sphinx # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py builder: dirhtml # Build all formats, including PDF formats: all # Optionally declare the Python requirements required to build your docs python: install: - requirements: requirements.txt # You can include or exclude git submodules from the Read the Docs # documentation build. # https://docs.readthedocs.io/en/stable/config-file/v2.html#submodules submodules: include: all [rtd-command-info] start-time: 2026-01-29T17:13:46.743521Z, end-time: 2026-01-29T17:13:46.800251Z, duration: 0, exit-code: 0 asdf global python 3.13.3 [rtd-command-info] start-time: 2026-01-29T17:13:47.197782Z, end-time: 2026-01-29T17:13:47.934570Z, duration: 0, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.13.3.final.0-64 in 480ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/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: 2026-01-29T17:13:48.036630Z, end-time: 2026-01-29T17:13:53.982306Z, duration: 5, exit-code: 0 python -m pip install --upgrade --no-cache-dir pip setuptools Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/envs/latest/lib/python3.13/site-packages (23.1) Collecting pip Downloading pip-25.3-py3-none-any.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 17.9 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/envs/latest/lib/python3.13/site-packages (67.6.1) Collecting setuptools Downloading setuptools-80.10.2-py3-none-any.whl (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 31.1 MB/s eta 0:00:00 Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 67.6.1 Uninstalling setuptools-67.6.1: Successfully uninstalled setuptools-67.6.1 Attempting uninstall: pip Found existing installation: pip 23.1 Uninstalling pip-23.1: Successfully uninstalled pip-23.1 Successfully installed pip-25.3 setuptools-80.10.2 [rtd-command-info] start-time: 2026-01-29T17:13:54.081237Z, end-time: 2026-01-29T17:13:58.865692Z, duration: 4, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx Collecting sphinx Downloading sphinx-9.1.0-py3-none-any.whl.metadata (5.8 kB) Collecting sphinxcontrib-applehelp>=1.0.7 (from sphinx) Downloading sphinxcontrib_applehelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-devhelp>=1.0.6 (from sphinx) Downloading sphinxcontrib_devhelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-htmlhelp>=2.0.6 (from sphinx) Downloading sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-jsmath>=1.0.1 (from sphinx) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl.metadata (1.4 kB) Collecting sphinxcontrib-qthelp>=1.0.6 (from sphinx) Downloading sphinxcontrib_qthelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx) Downloading sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl.metadata (2.4 kB) Collecting Jinja2>=3.1 (from sphinx) Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) Collecting Pygments>=2.17 (from sphinx) Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) Collecting docutils<0.23,>=0.21 (from sphinx) Downloading docutils-0.22.4-py3-none-any.whl.metadata (15 kB) Collecting snowballstemmer>=2.2 (from sphinx) Downloading snowballstemmer-3.0.1-py3-none-any.whl.metadata (7.9 kB) Collecting babel>=2.13 (from sphinx) Downloading babel-2.17.0-py3-none-any.whl.metadata (2.0 kB) Collecting alabaster>=0.7.14 (from sphinx) Downloading alabaster-1.0.0-py3-none-any.whl.metadata (2.8 kB) Collecting imagesize>=1.3 (from sphinx) Downloading imagesize-1.4.1-py2.py3-none-any.whl.metadata (1.5 kB) Collecting requests>=2.30.0 (from sphinx) Downloading requests-2.32.5-py3-none-any.whl.metadata (4.9 kB) Collecting roman-numerals>=1.0.0 (from sphinx) Downloading roman_numerals-4.1.0-py3-none-any.whl.metadata (3.3 kB) Collecting packaging>=23.0 (from sphinx) Downloading packaging-26.0-py3-none-any.whl.metadata (3.3 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.1->sphinx) Downloading markupsafe-3.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.7 kB) Collecting charset_normalizer<4,>=2 (from requests>=2.30.0->sphinx) Downloading charset_normalizer-3.4.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (37 kB) Collecting idna<4,>=2.5 (from requests>=2.30.0->sphinx) Downloading idna-3.11-py3-none-any.whl.metadata (8.4 kB) Collecting urllib3<3,>=1.21.1 (from requests>=2.30.0->sphinx) Downloading urllib3-2.6.3-py3-none-any.whl.metadata (6.9 kB) Collecting certifi>=2017.4.17 (from requests>=2.30.0->sphinx) Downloading certifi-2026.1.4-py3-none-any.whl.metadata (2.5 kB) Downloading sphinx-9.1.0-py3-none-any.whl (3.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/3.9 MB 139.1 MB/s 0:00:00 Downloading docutils-0.22.4-py3-none-any.whl (633 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 633.2/633.2 kB 701.0 MB/s 0:00:00 Downloading alabaster-1.0.0-py3-none-any.whl (13 kB) Downloading babel-2.17.0-py3-none-any.whl (10.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.2/10.2 MB 400.9 MB/s 0:00:00 Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) Downloading markupsafe-3.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (22 kB) Downloading packaging-26.0-py3-none-any.whl (74 kB) Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 216.1 MB/s 0:00:00 Downloading requests-2.32.5-py3-none-any.whl (64 kB) Downloading charset_normalizer-3.4.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (153 kB) Downloading idna-3.11-py3-none-any.whl (71 kB) Downloading urllib3-2.6.3-py3-none-any.whl (131 kB) Downloading certifi-2026.1.4-py3-none-any.whl (152 kB) Downloading roman_numerals-4.1.0-py3-none-any.whl (7.7 kB) Downloading snowballstemmer-3.0.1-py3-none-any.whl (103 kB) Downloading sphinxcontrib_applehelp-2.0.0-py3-none-any.whl (119 kB) Downloading sphinxcontrib_devhelp-2.0.0-py3-none-any.whl (82 kB) Downloading sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl (98 kB) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Downloading sphinxcontrib_qthelp-2.0.0-py3-none-any.whl (88 kB) Downloading sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl (92 kB) Installing collected packages: urllib3, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, snowballstemmer, roman-numerals, Pygments, packaging, MarkupSafe, imagesize, idna, docutils, charset_normalizer, certifi, babel, alabaster, requests, Jinja2, sphinx Successfully installed Jinja2-3.1.6 MarkupSafe-3.0.3 Pygments-2.19.2 alabaster-1.0.0 babel-2.17.0 certifi-2026.1.4 charset_normalizer-3.4.4 docutils-0.22.4 idna-3.11 imagesize-1.4.1 packaging-26.0 requests-2.32.5 roman-numerals-4.1.0 snowballstemmer-3.0.1 sphinx-9.1.0 sphinxcontrib-applehelp-2.0.0 sphinxcontrib-devhelp-2.0.0 sphinxcontrib-htmlhelp-2.1.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-2.0.0 sphinxcontrib-serializinghtml-2.0.0 urllib3-2.6.3 [rtd-command-info] start-time: 2026-01-29T17:13:58.945520Z, end-time: 2026-01-29T17:14:01.181467Z, duration: 2, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r requirements.txt Requirement already satisfied: alabaster==1.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/envs/latest/lib/python3.13/site-packages (from -r requirements.txt (line 7)) (1.0.0) Collecting attrs==25.4.0 (from -r requirements.txt (line 9)) Downloading attrs-25.4.0-py3-none-any.whl.metadata (10 kB) Requirement already satisfied: babel==2.17.0 in /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/envs/latest/lib/python3.13/site-packages (from -r requirements.txt (line 11)) (2.17.0) Requirement already satisfied: certifi==2026.1.4 in /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/envs/latest/lib/python3.13/site-packages (from -r requirements.txt (line 15)) (2026.1.4) Requirement already satisfied: charset-normalizer==3.4.4 in /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/envs/latest/lib/python3.13/site-packages (from -r requirements.txt (line 17)) (3.4.4) Collecting click==8.3.1 (from -r requirements.txt (line 19)) Downloading click-8.3.1-py3-none-any.whl.metadata (2.6 kB) Requirement already satisfied: docutils==0.22.4 in /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/envs/latest/lib/python3.13/site-packages (from -r requirements.txt (line 21)) (0.22.4) Collecting iati-sphinx-theme==3.1.1 (from -r requirements.txt (line 28)) Downloading iati_sphinx_theme-3.1.1-py2.py3-none-any.whl.metadata (3.2 kB) Requirement already satisfied: idna==3.11 in /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/envs/latest/lib/python3.13/site-packages (from -r requirements.txt (line 30)) (3.11) Requirement already satisfied: imagesize==1.4.1 in /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/envs/latest/lib/python3.13/site-packages (from -r requirements.txt (line 32)) (1.4.1) Requirement already satisfied: jinja2==3.1.6 in /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/envs/latest/lib/python3.13/site-packages (from -r requirements.txt (line 34)) (3.1.6) Collecting jscc==0.3.0 (from -r requirements.txt (line 38)) Downloading jscc-0.3.0-py3-none-any.whl.metadata (2.9 kB) Collecting json-merge-patch==0.3.0 (from -r requirements.txt (line 40)) Downloading json_merge_patch-0.3.0-py3-none-any.whl.metadata (460 bytes) Collecting jsonpointer==3.0.0 (from -r requirements.txt (line 42)) Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) Collecting jsonref==1.1.0 (from -r requirements.txt (line 46)) Downloading jsonref-1.1.0-py3-none-any.whl.metadata (2.7 kB) Collecting markdown-it-py==4.0.0 (from -r requirements.txt (line 50)) Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB) Requirement already satisfied: markupsafe==3.0.3 in /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/envs/latest/lib/python3.13/site-packages (from -r requirements.txt (line 54)) (3.0.3) Collecting mdit-py-plugins==0.5.0 (from -r requirements.txt (line 56)) Downloading mdit_py_plugins-0.5.0-py3-none-any.whl.metadata (2.8 kB) Collecting mdurl==0.1.2 (from -r requirements.txt (line 58)) Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB) Collecting myst-parser==5.0.0 (from -r requirements.txt (line 60)) Downloading myst_parser-5.0.0-py3-none-any.whl.metadata (5.6 kB) Requirement already satisfied: packaging==26.0 in /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/envs/latest/lib/python3.13/site-packages (from -r requirements.txt (line 64)) (26.0) Requirement already satisfied: pygments==2.19.2 in /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/envs/latest/lib/python3.13/site-packages (from -r requirements.txt (line 68)) (2.19.2) Collecting pyyaml==6.0.3 (from -r requirements.txt (line 70)) Downloading pyyaml-6.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB) Collecting referencing==0.37.0 (from -r requirements.txt (line 72)) Downloading referencing-0.37.0-py3-none-any.whl.metadata (2.8 kB) Requirement already satisfied: requests==2.32.5 in /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/envs/latest/lib/python3.13/site-packages (from -r requirements.txt (line 74)) (2.32.5) Requirement already satisfied: roman-numerals==4.1.0 in /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/envs/latest/lib/python3.13/site-packages (from -r requirements.txt (line 79)) (4.1.0) Collecting rpds-py==0.30.0 (from -r requirements.txt (line 81)) Downloading rpds_py-0.30.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) Requirement already satisfied: snowballstemmer==3.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/envs/latest/lib/python3.13/site-packages (from -r requirements.txt (line 83)) (3.0.1) Requirement already satisfied: sphinx==9.1.0 in /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/envs/latest/lib/python3.13/site-packages (from -r requirements.txt (line 85)) (9.1.0) Collecting sphinx-intl==2.3.2 (from -r requirements.txt (line 94)) Downloading sphinx_intl-2.3.2-py3-none-any.whl.metadata (2.9 kB) Collecting sphinx-togglebutton==0.4.4 (from -r requirements.txt (line 96)) Downloading sphinx_togglebutton-0.4.4-py3-none-any.whl.metadata (3.0 kB) Requirement already satisfied: sphinxcontrib-applehelp==2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/envs/latest/lib/python3.13/site-packages (from -r requirements.txt (line 98)) (2.0.0) Requirement already satisfied: sphinxcontrib-devhelp==2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/envs/latest/lib/python3.13/site-packages (from -r requirements.txt (line 100)) (2.0.0) Requirement already satisfied: sphinxcontrib-htmlhelp==2.1.0 in /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/envs/latest/lib/python3.13/site-packages (from -r requirements.txt (line 102)) (2.1.0) Requirement already satisfied: sphinxcontrib-jsmath==1.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/envs/latest/lib/python3.13/site-packages (from -r requirements.txt (line 104)) (1.0.1) Collecting sphinxcontrib-opendataservices==0.6.0 (from -r requirements.txt (line 106)) Downloading sphinxcontrib_opendataservices-0.6.0-py3-none-any.whl.metadata (1.0 kB) Collecting sphinxcontrib-opendataservices-jsonschema==0.7.1 (from -r requirements.txt (line 108)) Downloading sphinxcontrib_opendataservices_jsonschema-0.7.1-py2.py3-none-any.whl.metadata (2.3 kB) Requirement already satisfied: sphinxcontrib-qthelp==2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/envs/latest/lib/python3.13/site-packages (from -r requirements.txt (line 110)) (2.0.0) Requirement already satisfied: sphinxcontrib-serializinghtml==2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/envs/latest/lib/python3.13/site-packages (from -r requirements.txt (line 112)) (2.0.0) Collecting sphinxcontrib-video==0.4.2 (from -r requirements.txt (line 114)) Downloading sphinxcontrib_video-0.4.2-py3-none-any.whl.metadata (3.7 kB) Collecting sphinxcontrib-youtube==1.4.1 (from -r requirements.txt (line 116)) Downloading sphinxcontrib_youtube-1.4.1-py2.py3-none-any.whl.metadata (1.4 kB) Requirement already satisfied: urllib3==2.6.3 in /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/envs/latest/lib/python3.13/site-packages (from -r requirements.txt (line 118)) (2.6.3) Collecting wheel==0.46.3 (from -r requirements.txt (line 120)) Downloading wheel-0.46.3-py3-none-any.whl.metadata (2.4 kB) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/envs/latest/lib/python3.13/site-packages (from sphinx-togglebutton==0.4.4->-r requirements.txt (line 96)) (80.10.2) Downloading attrs-25.4.0-py3-none-any.whl (67 kB) Downloading click-8.3.1-py3-none-any.whl (108 kB) Downloading iati_sphinx_theme-3.1.1-py2.py3-none-any.whl (32 kB) Downloading jscc-0.3.0-py3-none-any.whl (19 kB) Downloading json_merge_patch-0.3.0-py3-none-any.whl (5.5 kB) Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) Downloading jsonref-1.1.0-py3-none-any.whl (9.4 kB) Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB) Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) Downloading mdit_py_plugins-0.5.0-py3-none-any.whl (57 kB) Downloading myst_parser-5.0.0-py3-none-any.whl (84 kB) Downloading pyyaml-6.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (801 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 801.6/801.6 kB 82.1 MB/s 0:00:00 Downloading referencing-0.37.0-py3-none-any.whl (26 kB) Downloading rpds_py-0.30.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (394 kB) Downloading sphinx_intl-2.3.2-py3-none-any.whl (12 kB) Downloading sphinx_togglebutton-0.4.4-py3-none-any.whl (44 kB) Downloading sphinxcontrib_opendataservices-0.6.0-py3-none-any.whl (7.3 kB) Downloading sphinxcontrib_opendataservices_jsonschema-0.7.1-py2.py3-none-any.whl (12 kB) Downloading sphinxcontrib_video-0.4.2-py3-none-any.whl (10 kB) Downloading sphinxcontrib_youtube-1.4.1-py2.py3-none-any.whl (6.5 kB) Downloading wheel-0.46.3-py3-none-any.whl (30 kB) Installing collected packages: iati-sphinx-theme, wheel, rpds-py, pyyaml, mdurl, jsonref, jsonpointer, json-merge-patch, click, attrs, referencing, markdown-it-py, jscc, sphinxcontrib-youtube, sphinxcontrib-video, sphinx-togglebutton, sphinx-intl, mdit-py-plugins, myst-parser, sphinxcontrib-opendataservices-jsonschema, sphinxcontrib-opendataservices Attempting uninstall: wheel Found existing installation: wheel 0.40.0 Uninstalling wheel-0.40.0: Successfully uninstalled wheel-0.40.0 Successfully installed attrs-25.4.0 click-8.3.1 iati-sphinx-theme-3.1.1 jscc-0.3.0 json-merge-patch-0.3.0 jsonpointer-3.0.0 jsonref-1.1.0 markdown-it-py-4.0.0 mdit-py-plugins-0.5.0 mdurl-0.1.2 myst-parser-5.0.0 pyyaml-6.0.3 referencing-0.37.0 rpds-py-0.30.0 sphinx-intl-2.3.2 sphinx-togglebutton-0.4.4 sphinxcontrib-opendataservices-0.6.0 sphinxcontrib-opendataservices-jsonschema-0.7.1 sphinxcontrib-video-0.4.2 sphinxcontrib-youtube-1.4.1 wheel-0.46.3 [rtd-command-info] start-time: 2026-01-29T17:14:01.411755Z, end-time: 2026-01-29T17:14:01.656233Z, duration: 0, exit-code: 0 python -c "import iati_sphinx_theme, shutil, os; src = os.path.join(os.path.dirname(iati_sphinx_theme.__file__), \"locale\"); shutil.copytree(src, \"docs/locale\", dirs_exist_ok=True)" [rtd-command-info] start-time: 2026-01-29T17:14:01.758908Z, end-time: 2026-01-29T17:14:01.896437Z, duration: 0, exit-code: 0 pybabel compile -d docs/locale --domain=sphinx compiling catalog docs/locale/es/LC_MESSAGES/sphinx.po to docs/locale/es/LC_MESSAGES/sphinx.mo compiling catalog docs/locale/fr/LC_MESSAGES/sphinx.po to docs/locale/fr/LC_MESSAGES/sphinx.mo [rtd-command-info] start-time: 2026-01-29T17:14:02.002327Z, end-time: 2026-01-29T17:14:02.040482Z, duration: 0, exit-code: 0 cat docs/conf.py # Configuration file for the Sphinx documentation builder. # # For the full list of built-in configuration values, see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html import os import sphinx.application from sphinx.locale import get_translation import iati_sphinx_theme MESSAGE_CATALOG_NAME = "iati-sphinx-theme" _ = get_translation(MESSAGE_CATALOG_NAME) # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information # These are kept for compatibility but shouldn't appear anywhere on the final website. project = "IATI Tool: Documentation" author = "IATI Secretariat" language = "en" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration extensions = [ "sphinx.ext.autodoc", "sphinx.ext.todo", "sphinxcontrib.video", "sphinxcontrib.youtube", ] templates_path = ["_templates"] exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output html_theme = "iati_sphinx_theme" html_theme_options = { # See https://iati-sphinx-theme.readthedocs-hosted.com/en/latest/#configuration for additional options and info "github_repository": "https://github.com/IATI/sphinx-theme", "header_title_text": _("IATI Datastore"), "header_eyebrow_text": _("IATI Tools: Documentation"), "languages": ["en", "fr", "es"], "project_title": _("IATI Datastore: Documentation"), "show_download_links": True, "tool_nav_items": {"IATI Datastore": "https://datastore.iatistandard.org/"}, } # Add any paths that contain custom static files (such as style sheets, videos, # images) here, relative to this directory. They are copied after the builtin # static files, so a file named "default.css" will overwrite the builtin # "default.css". html_static_path = ["_static"] todo_include_todos = True html_context = {} if os.environ.get("READTHEDOCS") == "True": project_slug = os.environ.get("READTHEDOCS_PROJECT") version_slug = os.environ.get("READTHEDOCS_VERSION") language_slug = os.environ.get("READTHEDOCS_LANGUAGE", "en") # RTD's standard download URL pattern pdf_url = f"https://{project_slug}.readthedocs-hosted.com/_/downloads/{language_slug}/{version_slug}/pdf/" html_context["pdf_url"] = pdf_url # -- Options for Texinfo output ------------------------------------------- locale_dirs = [ "locale", os.path.join(os.path.dirname(iati_sphinx_theme.__file__), "locale"), ] def setup(app: sphinx.application.Sphinx) -> None: locale_path = os.path.join(os.path.abspath(os.path.dirname(__file__)), "locale") app.add_message_catalog(MESSAGE_CATALOG_NAME, locale_path) [rtd-command-info] start-time: 2026-01-29T17:14:02.134641Z, end-time: 2026-01-29T17:14:02.855176Z, duration: 0, exit-code: 0 python -m sphinx -T -b dirhtml -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v9.1.0 loading translations [en]... done making output directory... done WARNING: html_static_path entry '_static' does not exist building [mo]: targets for 0 po files that are out of date writing output... building [dirhtml]: targets for 8 source files that are out of date updating environment: [new config] 8 added, 0 changed, 0 removed reading sources... [ 12%] adv_example reading sources... [ 25%] adv_search reading sources... [ 38%] api reading sources... [ 50%] data_source reading sources... [ 62%] faqs reading sources... [ 75%] index reading sources... [ 88%] simple_example reading sources... [100%] simple_search looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done copying assets... copying downloadable files... [ 33%] files/adv_example_q1.json copying downloadable files... [ 67%] files/adv_example_q2.json copying downloadable files... [100%] files/adv_example_q3.json copying static files... Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/checkouts/latest/_readthedocs/html/_static/language_data.js Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/checkouts/latest/_readthedocs/html/_static/basic.css Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/checkouts/latest/_readthedocs/html/_static/documentation_options.js copying static files: failed WARNING: cannot copy static file FileNotFoundError('/home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/checkouts/latest/docs/static/favicon-16x16.png does not exist') copying extra files... copying extra files: done copying assets: done writing output... [ 12%] adv_example writing output... [ 25%] adv_search writing output... [ 38%] api writing output... [ 50%] data_source writing output... [ 62%] faqs writing output... [ 75%] index writing output... [ 88%] simple_example writing output... [100%] simple_search /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/checkouts/latest/docs/adv_search.rst:33: WARNING: undefined label: 'example queries' [ref.ref] generating indices... genindex done writing additional pages... search done copying images... [ 25%] images/adv_q_1.svg copying images... [ 50%] images/adv_q_2.svg copying images... [ 75%] images/adv_q_3.svg copying images... [100%] images/adv_search.svg dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 3 warnings. The HTML pages are in ../_readthedocs/html. [rtd-command-info] start-time: 2026-01-29T17:14:02.952769Z, end-time: 2026-01-29T17:14:03.534827Z, duration: 0, exit-code: 0 python -m sphinx -T -b singlehtml -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/htmlzip Running Sphinx v9.1.0 loading translations [en]... done making output directory... done WARNING: html_static_path entry '_static' does not exist loading pickled environment... The configuration has changed (4 options: 'html_context', 'html_favicon', 'html_permalinks_icon', 'html_static_path') done building [mo]: targets for 0 po files that are out of date writing output... building [singlehtml]: all documents updating environment: 0 added, 0 changed, 0 removed reading sources... looking for now-outdated files... none found preparing documents... done copying assets... copying downloadable files... [ 33%] files/adv_example_q1.json copying downloadable files... [ 67%] files/adv_example_q2.json copying downloadable files... [100%] files/adv_example_q3.json copying static files... Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/checkouts/latest/_readthedocs/htmlzip/_static/language_data.js Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/checkouts/latest/_readthedocs/htmlzip/_static/basic.css Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/checkouts/latest/_readthedocs/htmlzip/_static/documentation_options.js copying static files: failed WARNING: cannot copy static file FileNotFoundError('/home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/checkouts/latest/docs/static/favicon-16x16.png does not exist') copying extra files... copying extra files: done copying assets: done assembling single document... index data_source faqs simple_search simple_example adv_search adv_example api /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/checkouts/latest/docs/adv_search.rst:33: WARNING: undefined label: 'example queries' [ref.ref] assembling single document: done writing... done writing additional files... done copying images... [ 25%] images/adv_search.svg copying images... [ 50%] images/adv_q_1.svg copying images... [ 75%] images/adv_q_2.svg copying images... [100%] images/adv_q_3.svg copying downloadable files... [ 33%] files/adv_example_q1.json copying downloadable files... [ 67%] files/adv_example_q2.json copying downloadable files... [100%] files/adv_example_q3.json copying static files... Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/checkouts/latest/_readthedocs/htmlzip/_static/language_data.js Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/checkouts/latest/_readthedocs/htmlzip/_static/basic.css Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/checkouts/latest/_readthedocs/htmlzip/_static/documentation_options.js copying static files: failed WARNING: cannot copy static file FileNotFoundError('/home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/checkouts/latest/docs/static/favicon-16x16.png does not exist') copying extra files... copying extra files: done dumping object inventory... done build succeeded, 4 warnings. The HTML page is in ../_readthedocs/htmlzip. [rtd-command-info] start-time: 2026-01-29T17:14:03.804175Z, end-time: 2026-01-29T17:14:04.337387Z, duration: 0, exit-code: 0 python -m sphinx -T -b latex -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/pdf Running Sphinx v9.1.0 loading translations [en]... done making output directory... done WARNING: html_static_path entry '_static' does not exist loading pickled environment... The configuration has changed (4 options: 'html_context', 'html_favicon', 'html_permalinks_icon', 'html_static_path') done building [mo]: targets for 0 po files that are out of date writing output... building [latex]: all documents updating environment: 0 added, 0 changed, 0 removed reading sources... Downloading remote images... looking for now-outdated files... none found preparing documents... done copying assets... copying TeX support files... Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/checkouts/latest/_readthedocs/pdf/latexmkrc Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/checkouts/latest/_readthedocs/pdf/Makefile Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/checkouts/latest/_readthedocs/pdf/make.bat Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/checkouts/latest/_readthedocs/pdf/latexmkjarc done copying assets: done processing iatitool.tex... index data_source faqs simple_search simple_example adv_search adv_example api resolving references... /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/checkouts/latest/docs/adv_search.rst:33: WARNING: undefined label: 'example queries' [ref.ref] processing iatitool.tex: done writing... done copying images... [ 25%] images/adv_search.svg copying images... [ 50%] images/adv_q_1.svg copying images... [ 75%] images/adv_q_2.svg copying images... [100%] images/adv_q_3.svg Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/checkouts/latest/_readthedocs/pdf/sphinxmessages.sty build succeeded, 2 warnings. The LaTeX files are in ../_readthedocs/pdf. Run 'make' in that directory to run these through (pdf)latex (use `make latexpdf' here to do that automatically). [rtd-command-info] start-time: 2026-01-29T17:14:04.431950Z, end-time: 2026-01-29T17:14:04.476211Z, duration: 0, exit-code: 0 cat latexmkrc $latex = 'latex ' . $ENV{'LATEXOPTS'} . ' %O %S'; $pdflatex = 'pdflatex ' . $ENV{'LATEXOPTS'} . ' %O %S'; $lualatex = 'lualatex ' . $ENV{'LATEXOPTS'} . ' %O %S'; $xelatex = 'xelatex --no-pdf ' . $ENV{'LATEXOPTS'} . ' %O %S'; $makeindex = 'makeindex -s python.ist %O -o %D %S'; add_cus_dep( "glo", "gls", 0, "makeglo" ); sub makeglo { return system( "makeindex -s gglo.ist -o '$_[0].gls' '$_[0].glo'" ); } [rtd-command-info] start-time: 2026-01-29T17:14:04.573088Z, end-time: 2026-01-29T17:14:13.349394Z, duration: 8, exit-code: 0 latexmk -r latexmkrc -pdf -f -dvi- -ps- -jobname=iati-iati-datastore-docs -interaction=nonstopmode Use of uninitialized value in concatenation (.) or string at (eval 10) line 1. Use of uninitialized value in concatenation (.) or string at (eval 10) line 2. Use of uninitialized value in concatenation (.) or string at (eval 10) line 3. Use of uninitialized value in concatenation (.) or string at (eval 10) line 4. Latexmk: A user -r option asked me to process an rc file an extra time. Name of file = 'latexmkrc' Abs. path = '/home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/checkouts/latest/_readthedocs/pdf/latexmkrc' I'll not process it Rc files read: /etc/LatexMk latexmkrc Latexmk: This is Latexmk, John Collins, 31 Jan. 2024. Version 4.83. No existing .aux file, so I'll make a simple one, and require run of *latex. Latexmk: applying rule 'pdflatex'... Rule 'pdflatex': Reasons for rerun Category 'other': Rerun of 'pdflatex' forced or previously required: Reason or flag: 'Initial setup' ------------ Run number 1 of rule 'pdflatex' ------------ ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="iati-iati-datastore-docs" "iatitool.tex"' ------------ This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./iatitool.tex LaTeX2e <2023-11-01> patch level 1 L3 programming layer <2024-01-22> (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2023/05/17 v1.4n Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<>) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def) (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf)) (/usr/share/texlive/texmf-dist/tex/generic/babel/locale/en/babel-english.tex) (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty))) (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def) (/usr/share/texlive/texmf-dist/tex/latex/graphics/mathcolor.ltx)) (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.cfg) (/usr/share/texlive/texmf-dist/tex/latex/pict2e/p2e-pdftex.def)) (/usr/share/texlive/texmf-dist/tex/latex/ellipse/ellipse.sty)) (./sphinxlatexadmonitions.sty (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty) (./sphinxpackagefootnote.sty)) (./sphinxlatexliterals.sty (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty)) (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty) (./sphinxhighlight.sty) (./sphinxlatextables.sty (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty) (/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty)) (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxlatexindbibtoc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty)) (./sphinxlatexstylepage.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty (/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)) (./sphinxlatexstyleheadings.sty (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty)) (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty)) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty)) (./sphinxmessages.sty) Writing index file iati-iati-datastore-docs.idx (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./iati-iati-datastore-docs.aux) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5.sty (/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty) (/usr/share/texlive/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty) (/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty) (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5-generic-help er.sty (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5-mapping.def) )) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texmf/tex/latex/tex-gyre/t1qhv.fd)<><><><> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo nts/map/pdftex/updmap/pdftex.map}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-e c.enc}] [2] No file iati-iati-datastore-docs.toc. [1] [2] [1] [2] Chapter 1. (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [3{/usr/share/texmf/fonts/enc/d vips/tex-gyre/q-ts1.enc}] [4] Chapter 2. LaTeX Warning: Hyper reference `faqs:faq-1' on page 5 undefined on input line 1 49. LaTeX Warning: Hyper reference `faqs:faq-2' on page 5 undefined on input line 1 53. LaTeX Warning: Hyper reference `faqs:faq-3' on page 5 undefined on input line 1 57. LaTeX Warning: Hyper reference `faqs:faq-4' on page 5 undefined on input line 1 61. LaTeX Warning: Hyper reference `simple_search:simple-search' on page 5 undefine d on input line 207. [5] [6] Chapter 3. Underfull \hbox (badness 10000) in paragraph at lines 249--251 []\T1/qhv/m/n/10 Search Underfull \hbox (badness 10000) in paragraph at lines 249--251 \T1/qhv/m/n/10 op-er-a- Underfull \hbox (badness 10000) detected at line 252 \T1/qhv/m/n/10 op-er-a- Underfull \hbox (badness 10000) in paragraph at lines 311--313 []\T1/qtm/m/n/10 With-out quotes, inter-agency would re-turn Underfull \hbox (badness 10000) detected at line 314 []\T1/qtm/m/n/10 With-out quotes, inter-agency would re-turn [7] [8] LaTeX Warning: Hyper reference `adv_search:adv-search' on page 9 undefined on i nput line 512. [9] [10] Chapter 4. LaTeX Warning: Hyper reference `simple_example:q1' on page 11 undefined on inpu t line 522. LaTeX Warning: Hyper reference `simple_example:q2' on page 11 undefined on inpu t line 526. [11] [12] Chapter 5. (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/ufontawesomefree2.fd) ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.613 ...[width=1.000\linewidth]{{adv_search}.svg} ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.613 ...[width=1.000\linewidth]{{adv_search}.svg} [13{/usr/share/texlive/texmf-dist/fonts/enc/dvips/fontawesome5/fa5free2.enc}] [14] Chapter 6. LaTeX Warning: Hyper reference `adv_example:adv-q1' on page 15 undefined on inp ut line 707. LaTeX Warning: Hyper reference `adv_example:adv-q2' on page 15 undefined on inp ut line 711. LaTeX Warning: Hyper reference `adv_example:adv-q3' on page 15 undefined on inp ut line 715. ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.746 ...ics[width=1.000\linewidth]{{adv_q_1}.svg} ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.746 ...ics[width=1.000\linewidth]{{adv_q_1}.svg} (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) [15] ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.798 ...ics[width=1.000\linewidth]{{adv_q_2}.svg} ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.798 ...ics[width=1.000\linewidth]{{adv_q_2}.svg} [16] ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.878 ...ics[width=1.000\linewidth]{{adv_q_3}.svg} ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.878 ...ics[width=1.000\linewidth]{{adv_q_3}.svg} [17] [18] Chapter 7. [19] [20] No file iati-iati-datastore-docs.ind. [21] (./iati-iati-datastore-docs.aux) LaTeX Warning: There were undefined references. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. Package rerunfilecheck Warning: File `iati-iati-datastore-docs.out' has changed . (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. ) (see the transcript file for additional information) Output written on iati-iati-datastore-docs.pdf (25 pages, 223478 bytes). Transcript written on iati-iati-datastore-docs.log. Latexmk: Missing input file 'iati-iati-datastore-docs.toc' (or dependence on it) from following: No file iati-iati-datastore-docs.toc. Latexmk: Missing input file 'iati-iati-datastore-docs.ind' (or dependence on it) from following: No file iati-iati-datastore-docs.ind. Latexmk: Getting log file 'iati-iati-datastore-docs.log' Latexmk: Examining 'iati-iati-datastore-docs.fls' Latexmk: Examining 'iati-iati-datastore-docs.log' Latexmk: Index file 'iati-iati-datastore-docs.idx' was written Latexmk: References changed. Latexmk: References changed. Latexmk: Log file says output to 'iati-iati-datastore-docs.pdf' Latexmk: applying rule 'makeindex iati-iati-datastore-docs.idx'... Rule 'makeindex iati-iati-datastore-docs.idx': Reasons for rerun Category 'other': Rerun of 'makeindex iati-iati-datastore-docs.idx' forced or previously required: Reason or flag: 'Initial set up of rule' ------------ Run number 1 of rule 'makeindex iati-iati-datastore-docs.idx' ------------ ------------ Running 'makeindex -s python.ist -o "iati-iati-datastore-docs.ind" "iati-iati-datastore-docs.idx"' ------------ This is makeindex, version 2.17 [TeX Live 2023] (kpathsea + Thai support). Scanning style file ./python.ist.......done (7 attributes redefined, 0 ignored). Scanning input file iati-iati-datastore-docs.idx...done (0 entries accepted, 0 rejected). Nothing written in iati-iati-datastore-docs.ind. Transcript written in iati-iati-datastore-docs.ilg. Latexmk: applying rule 'pdflatex'... Rule 'pdflatex': Reasons for rerun Changed files or newly in use/created: iati-iati-datastore-docs.aux iati-iati-datastore-docs.ind iati-iati-datastore-docs.out iati-iati-datastore-docs.toc ------------ Run number 2 of rule 'pdflatex' ------------ ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="iati-iati-datastore-docs" "iatitool.tex"' ------------ This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./iatitool.tex LaTeX2e <2023-11-01> patch level 1 L3 programming layer <2024-01-22> (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2023/05/17 v1.4n Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<>) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def) (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf)) (/usr/share/texlive/texmf-dist/tex/generic/babel/locale/en/babel-english.tex) (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty))) (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def) (/usr/share/texlive/texmf-dist/tex/latex/graphics/mathcolor.ltx)) (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.cfg) (/usr/share/texlive/texmf-dist/tex/latex/pict2e/p2e-pdftex.def)) (/usr/share/texlive/texmf-dist/tex/latex/ellipse/ellipse.sty)) (./sphinxlatexadmonitions.sty (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty) (./sphinxpackagefootnote.sty)) (./sphinxlatexliterals.sty (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty)) (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty) (./sphinxhighlight.sty) (./sphinxlatextables.sty (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty) (/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty)) (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxlatexindbibtoc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty)) (./sphinxlatexstylepage.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty (/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)) (./sphinxlatexstyleheadings.sty (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty)) (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty)) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty)) (./sphinxmessages.sty) Writing index file iati-iati-datastore-docs.idx (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./iati-iati-datastore-docs.aux) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5.sty (/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty) (/usr/share/texlive/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty) (/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty) (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5-generic-help er.sty (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5-mapping.def) )) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (./iati-iati-datastore-docs.out) (./iati-iati-datastore-docs.out) (/usr/share/texmf/tex/latex/tex-gyre/t1qhv.fd)<><><><> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo nts/map/pdftex/updmap/pdftex.map}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-e c.enc}] [2] (./iati-iati-datastore-docs.toc) [1] [2] [1] [2] Chapter 1. (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [3{/usr/share/texmf/fonts/enc/d vips/tex-gyre/q-ts1.enc}] [4] Chapter 2. [5] [6] Chapter 3. Underfull \hbox (badness 10000) in paragraph at lines 249--251 []\T1/qhv/m/n/10 Search Underfull \hbox (badness 10000) in paragraph at lines 249--251 \T1/qhv/m/n/10 op-er-a- Underfull \hbox (badness 10000) detected at line 252 \T1/qhv/m/n/10 op-er-a- Underfull \hbox (badness 10000) in paragraph at lines 311--313 []\T1/qtm/m/n/10 With-out quotes, inter-agency would re-turn Underfull \hbox (badness 10000) detected at line 314 []\T1/qtm/m/n/10 With-out quotes, inter-agency would re-turn [7] [8] [9] [10] Chapter 4. [11] [12] Chapter 5. (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/ufontawesomefree2.fd) ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.613 ...[width=1.000\linewidth]{{adv_search}.svg} ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.613 ...[width=1.000\linewidth]{{adv_search}.svg} [13{/usr/share/texlive/texmf-dist/fonts/enc/dvips/fontawesome5/fa5free2.enc}] [14] Chapter 6. ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.746 ...ics[width=1.000\linewidth]{{adv_q_1}.svg} ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.746 ...ics[width=1.000\linewidth]{{adv_q_1}.svg} (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) [15] ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.798 ...ics[width=1.000\linewidth]{{adv_q_2}.svg} ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.798 ...ics[width=1.000\linewidth]{{adv_q_2}.svg} [16] ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.878 ...ics[width=1.000\linewidth]{{adv_q_3}.svg} ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.878 ...ics[width=1.000\linewidth]{{adv_q_3}.svg} [17] [18] Chapter 7. [19] [20] (./iati-iati-datastore-docs.ind) [21] (./iati-iati-datastore-docs.aux ) ) (see the transcript file for additional information) Output written on iati-iati-datastore-docs.pdf (25 pages, 229010 bytes). Transcript written on iati-iati-datastore-docs.log. Latexmk: Getting log file 'iati-iati-datastore-docs.log' Latexmk: Examining 'iati-iati-datastore-docs.fls' Latexmk: Examining 'iati-iati-datastore-docs.log' Latexmk: Index file 'iati-iati-datastore-docs.idx' was written Latexmk: Log file says output to 'iati-iati-datastore-docs.pdf' Latexmk: Errors, in force_mode: so I tried finishing targets Collected error summary (may duplicate other messages): pdflatex: Command for 'pdflatex' gave return code 1 Refer to 'iati-iati-datastore-docs.log' and/or above output for details [rtd-command-info] start-time: 2026-01-29T17:14:13.604020Z, end-time: 2026-01-29T17:14:14.188560Z, duration: 0, exit-code: 0 python -m sphinx -T -b epub -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/epub Running Sphinx v9.1.0 loading translations [en]... done making output directory... done WARNING: html_static_path entry '_static' does not exist loading pickled environment... The configuration has changed (4 options: 'html_context', 'html_favicon', 'html_permalinks_icon', 'html_static_path') done WARNING: conf value "epub_copyright" (or "copyright")should not be empty for EPUB3 WARNING: conf value "version" should not be empty for EPUB3 building [mo]: targets for 0 po files that are out of date writing output... building [epub]: targets for 8 source files that are out of date updating environment: 0 added, 0 changed, 0 removed reading sources... looking for now-outdated files... none found preparing documents... done copying assets... copying static files... Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/checkouts/latest/_readthedocs/epub/_static/language_data.js Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/checkouts/latest/_readthedocs/epub/_static/basic.css Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/checkouts/latest/_readthedocs/epub/_static/documentation_options.js Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/checkouts/latest/_readthedocs/epub/_static/epub.css copying static files: done copying extra files... copying extra files: done copying assets: done writing output... [ 12%] adv_example writing output... [ 25%] adv_search writing output... [ 38%] api writing output... [ 50%] data_source writing output... [ 62%] faqs writing output... [ 75%] index writing output... [ 88%] simple_example writing output... [100%] simple_search /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/checkouts/latest/docs/adv_search.rst:33: WARNING: undefined label: 'example queries' [ref.ref] generating indices... genindex done writing additional pages... done copying images... [ 25%] images/adv_q_1.svg copying images... [ 50%] images/adv_q_2.svg copying images... [ 75%] images/adv_q_3.svg copying images... [100%] images/adv_search.svg writing mimetype file... writing META-INF/container.xml file... writing content.opf file... Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/checkouts/latest/_readthedocs/epub/content.opf writing nav.xhtml file... Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/checkouts/latest/_readthedocs/epub/nav.xhtml writing toc.ncx file... Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/iati-iati-datastore-docs/checkouts/latest/_readthedocs/epub/toc.ncx writing IATIToolDocumentation.epub file... build succeeded, 4 warnings. The ePub file is in ../_readthedocs/epub.