Read the Docs build information Build id: 2350345 Project: continuumio-conda-build Version: latest Commit: eca014abd9128a3b23c435e7d610dcb413b64ec3 Date: 2024-07-15T20:11:17.604284Z State: finished Success: True [rtd-command-info] start-time: 2024-07-15T20:12:52.482354Z, end-time: 2024-07-15T20:12:53.098257Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/conda/conda-build . Cloning into '.'... [rtd-command-info] start-time: 2024-07-15T20:12:53.163247Z, end-time: 2024-07-15T20:12:54.128876Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/main:refs/remotes/origin/main From https://github.com/conda/conda-build * [new tag] 24.5.0 -> 24.5.0 * [new tag] 24.5.1 -> 24.5.1 [rtd-command-info] start-time: 2024-07-15T20:12:54.254077Z, end-time: 2024-07-15T20:12:54.415190Z, 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 eca014a Bump actions/upload-artifact from 4.3.3 to 4.3.4 in /.github/workflows (#5411) [rtd-command-info] start-time: 2024-07-15T20:12:54.545741Z, end-time: 2024-07-15T20:12:54.608334Z, duration: 0, exit-code: 0 cat .readthedocs.yml version: 2 build: os: ubuntu-22.04 tools: python: '3.11' python: install: - requirements: docs/requirements.txt # Build PDF, ePub and zipped HTML formats: - epub - pdf - htmlzip [rtd-command-info] start-time: 2024-07-15T20:13:00.796718Z, end-time: 2024-07-15T20:13:00.876740Z, duration: 0, exit-code: 0 asdf global python 3.11.9 [rtd-command-info] start-time: 2024-07-15T20:13:01.297023Z, end-time: 2024-07-15T20:13:02.412822Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.11.9.final.0-64 in 778ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-build/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-07-15T20:13:02.498066Z, end-time: 2024-07-15T20:13:14.751462Z, duration: 12, 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/continuumio-conda-build/envs/latest/lib/python3.11/site-packages (23.1) Collecting pip Downloading pip-24.1.2-py3-none-any.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 10.2 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-build/envs/latest/lib/python3.11/site-packages (67.6.1) Collecting setuptools Downloading setuptools-70.3.0-py3-none-any.whl (931 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 931.1/931.1 kB 24.9 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.1.2 setuptools-70.3.0 [rtd-command-info] start-time: 2024-07-15T20:13:14.825697Z, end-time: 2024-07-15T20:13:27.559231Z, duration: 12, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext Collecting sphinx Downloading sphinx-7.4.4-py3-none-any.whl.metadata (6.1 kB) Collecting readthedocs-sphinx-ext Downloading readthedocs_sphinx_ext-2.2.5-py2.py3-none-any.whl.metadata (1.5 kB) Collecting sphinxcontrib-applehelp (from sphinx) Downloading sphinxcontrib_applehelp-1.0.8-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-devhelp (from sphinx) Downloading sphinxcontrib_devhelp-1.0.6-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-jsmath (from sphinx) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl.metadata (1.4 kB) Collecting sphinxcontrib-htmlhelp>=2.0.0 (from sphinx) Downloading sphinxcontrib_htmlhelp-2.0.5-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx) Downloading sphinxcontrib_serializinghtml-1.1.10-py3-none-any.whl.metadata (2.4 kB) Collecting sphinxcontrib-qthelp (from sphinx) Downloading sphinxcontrib_qthelp-1.0.7-py3-none-any.whl.metadata (2.2 kB) Collecting Jinja2>=3.1 (from sphinx) Downloading jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB) Collecting Pygments>=2.17 (from sphinx) Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) Collecting docutils<0.22,>=0.20 (from sphinx) Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) Collecting snowballstemmer>=2.2 (from sphinx) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl.metadata (6.5 kB) Collecting babel>=2.13 (from sphinx) Downloading Babel-2.15.0-py3-none-any.whl.metadata (1.5 kB) Collecting alabaster~=0.7.14 (from sphinx) Downloading alabaster-0.7.16-py3-none-any.whl.metadata (2.9 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.3-py3-none-any.whl.metadata (4.6 kB) Collecting packaging>=23.0 (from sphinx) Downloading packaging-24.1-py3-none-any.whl.metadata (3.2 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.1->sphinx) Downloading MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.30.0->sphinx) Downloading charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) Collecting idna<4,>=2.5 (from requests>=2.30.0->sphinx) Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) Collecting urllib3<3,>=1.21.1 (from requests>=2.30.0->sphinx) Downloading urllib3-2.2.2-py3-none-any.whl.metadata (6.4 kB) Collecting certifi>=2017.4.17 (from requests>=2.30.0->sphinx) Downloading certifi-2024.7.4-py3-none-any.whl.metadata (2.2 kB) Downloading sphinx-7.4.4-py3-none-any.whl (3.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.5/3.5 MB 60.1 MB/s eta 0:00:00 Downloading readthedocs_sphinx_ext-2.2.5-py2.py3-none-any.whl (11 kB) Downloading alabaster-0.7.16-py3-none-any.whl (13 kB) Downloading Babel-2.15.0-py3-none-any.whl (9.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.6/9.6 MB 82.3 MB/s eta 0:00:00 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 176.6 MB/s eta 0:00:00 Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Downloading jinja2-3.1.4-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.3/133.3 kB 161.7 MB/s eta 0:00:00 Downloading packaging-24.1-py3-none-any.whl (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.0/54.0 kB 143.3 MB/s eta 0:00:00 Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 176.6 MB/s eta 0:00:00 Downloading requests-2.32.3-py3-none-any.whl (64 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 146.6 MB/s eta 0:00:00 Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 156.8 MB/s eta 0:00:00 Downloading sphinxcontrib_htmlhelp-2.0.5-py3-none-any.whl (99 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.2/99.2 kB 156.3 MB/s eta 0:00:00 Downloading sphinxcontrib_serializinghtml-1.1.10-py3-none-any.whl (92 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.7/92.7 kB 153.8 MB/s eta 0:00:00 Downloading sphinxcontrib_applehelp-1.0.8-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.0/120.0 kB 157.8 MB/s eta 0:00:00 Downloading sphinxcontrib_devhelp-1.0.6-py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.5/83.5 kB 137.4 MB/s eta 0:00:00 Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Downloading sphinxcontrib_qthelp-1.0.7-py3-none-any.whl (89 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.4/89.4 kB 152.6 MB/s eta 0:00:00 Downloading certifi-2024.7.4-py3-none-any.whl (162 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.0/163.0 kB 181.0 MB/s eta 0:00:00 Downloading charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (140 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.3/140.3 kB 166.8 MB/s eta 0:00:00 Downloading idna-3.7-py3-none-any.whl (66 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 142.7 MB/s eta 0:00:00 Downloading MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB) Downloading urllib3-2.2.2-py3-none-any.whl (121 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.4/121.4 kB 158.3 MB/s eta 0:00:00 Installing collected packages: snowballstemmer, 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, sphinx, readthedocs-sphinx-ext Successfully installed Jinja2-3.1.4 MarkupSafe-2.1.5 Pygments-2.18.0 alabaster-0.7.16 babel-2.15.0 certifi-2024.7.4 charset-normalizer-3.3.2 docutils-0.21.2 idna-3.7 imagesize-1.4.1 packaging-24.1 readthedocs-sphinx-ext-2.2.5 requests-2.32.3 snowballstemmer-2.2.0 sphinx-7.4.4 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.2 [rtd-command-info] start-time: 2024-07-15T20:13:27.638836Z, end-time: 2024-07-15T20:13:39.493498Z, duration: 11, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt Collecting Pillow==10.0.1 (from -r docs/requirements.txt (line 1)) Downloading Pillow-10.0.1-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (9.5 kB) Collecting PyYAML==6.0.1 (from -r docs/requirements.txt (line 2)) Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) Requirement already satisfied: Sphinx==7.4.4 in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-build/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 3)) (7.4.4) Collecting conda-sphinx-theme==0.2.1 (from -r docs/requirements.txt (line 4)) Downloading conda_sphinx_theme-0.2.1-py3-none-any.whl.metadata (2.9 kB) Collecting linkify-it-py==2.0.2 (from -r docs/requirements.txt (line 5)) Downloading linkify_it_py-2.0.2-py3-none-any.whl.metadata (8.4 kB) Collecting myst-parser==2.0.0 (from -r docs/requirements.txt (line 6)) Downloading myst_parser-2.0.0-py3-none-any.whl.metadata (5.4 kB) Collecting pylint==2.17.5 (from -r docs/requirements.txt (line 7)) Downloading pylint-2.17.5-py3-none-any.whl.metadata (12 kB) Collecting requests==2.31.0 (from -r docs/requirements.txt (line 8)) Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) Collecting ruamel.yaml==0.17.32 (from -r docs/requirements.txt (line 9)) Downloading ruamel.yaml-0.17.32-py3-none-any.whl.metadata (17 kB) Collecting sphinx-argparse==0.4.0 (from -r docs/requirements.txt (line 10)) Downloading sphinx_argparse-0.4.0-py3-none-any.whl.metadata (1.9 kB) Collecting sphinx-autobuild==2021.3.14 (from -r docs/requirements.txt (line 11)) Downloading sphinx_autobuild-2021.3.14-py3-none-any.whl.metadata (7.0 kB) Collecting sphinx-sitemap==2.5.1 (from -r docs/requirements.txt (line 12)) Downloading sphinx_sitemap-2.5.1-py3-none-any.whl.metadata (3.2 kB) Collecting sphinx_design==0.5.0 (from -r docs/requirements.txt (line 13)) Downloading sphinx_design-0.5.0-py3-none-any.whl.metadata (5.1 kB) Collecting sphinxcontrib-applehelp==1.0.7 (from -r docs/requirements.txt (line 14)) Downloading sphinxcontrib_applehelp-1.0.7-py3-none-any.whl.metadata (2.2 kB) Collecting sphinxcontrib-devhelp==1.0.5 (from -r docs/requirements.txt (line 15)) Downloading sphinxcontrib_devhelp-1.0.5-py3-none-any.whl.metadata (2.2 kB) Collecting sphinxcontrib-htmlhelp==2.0.4 (from -r docs/requirements.txt (line 16)) Downloading sphinxcontrib_htmlhelp-2.0.4-py3-none-any.whl.metadata (2.2 kB) Requirement already satisfied: sphinxcontrib-jsmath==1.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-build/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 17)) (1.0.1) Collecting sphinxcontrib-plantuml==0.26 (from -r docs/requirements.txt (line 18)) Downloading sphinxcontrib-plantuml-0.26.tar.gz (14 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting sphinxcontrib-programoutput==0.17 (from -r docs/requirements.txt (line 19)) Downloading sphinxcontrib_programoutput-0.17-py2.py3-none-any.whl.metadata (7.2 kB) Collecting sphinxcontrib-qthelp==1.0.6 (from -r docs/requirements.txt (line 20)) Downloading sphinxcontrib_qthelp-1.0.6-py3-none-any.whl.metadata (2.2 kB) Collecting sphinxcontrib-serializinghtml==1.1.9 (from -r docs/requirements.txt (line 21)) Downloading sphinxcontrib_serializinghtml-1.1.9-py3-none-any.whl.metadata (2.3 kB) Requirement already satisfied: Jinja2>=3.1 in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-build/envs/latest/lib/python3.11/site-packages (from Sphinx==7.4.4->-r docs/requirements.txt (line 3)) (3.1.4) Requirement already satisfied: Pygments>=2.17 in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-build/envs/latest/lib/python3.11/site-packages (from Sphinx==7.4.4->-r docs/requirements.txt (line 3)) (2.18.0) Requirement already satisfied: docutils<0.22,>=0.20 in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-build/envs/latest/lib/python3.11/site-packages (from Sphinx==7.4.4->-r docs/requirements.txt (line 3)) (0.21.2) Requirement already satisfied: snowballstemmer>=2.2 in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-build/envs/latest/lib/python3.11/site-packages (from Sphinx==7.4.4->-r docs/requirements.txt (line 3)) (2.2.0) Requirement already satisfied: babel>=2.13 in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-build/envs/latest/lib/python3.11/site-packages (from Sphinx==7.4.4->-r docs/requirements.txt (line 3)) (2.15.0) Requirement already satisfied: alabaster~=0.7.14 in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-build/envs/latest/lib/python3.11/site-packages (from Sphinx==7.4.4->-r docs/requirements.txt (line 3)) (0.7.16) Requirement already satisfied: imagesize>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-build/envs/latest/lib/python3.11/site-packages (from Sphinx==7.4.4->-r docs/requirements.txt (line 3)) (1.4.1) Requirement already satisfied: packaging>=23.0 in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-build/envs/latest/lib/python3.11/site-packages (from Sphinx==7.4.4->-r docs/requirements.txt (line 3)) (24.1) Collecting pydata-sphinx-theme>=0.13.1 (from conda-sphinx-theme==0.2.1->-r docs/requirements.txt (line 4)) Downloading pydata_sphinx_theme-0.15.4-py3-none-any.whl.metadata (7.5 kB) Collecting sphinx-favicon (from conda-sphinx-theme==0.2.1->-r docs/requirements.txt (line 4)) Downloading sphinx_favicon-1.0.1-py3-none-any.whl.metadata (5.2 kB) Collecting uc-micro-py (from linkify-it-py==2.0.2->-r docs/requirements.txt (line 5)) Downloading uc_micro_py-1.0.3-py3-none-any.whl.metadata (2.0 kB) Collecting docutils<0.22,>=0.20 (from Sphinx==7.4.4->-r docs/requirements.txt (line 3)) Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB) Collecting markdown-it-py~=3.0 (from myst-parser==2.0.0->-r docs/requirements.txt (line 6)) Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB) Collecting mdit-py-plugins~=0.4 (from myst-parser==2.0.0->-r docs/requirements.txt (line 6)) Downloading mdit_py_plugins-0.4.1-py3-none-any.whl.metadata (2.8 kB) Collecting platformdirs>=2.2.0 (from pylint==2.17.5->-r docs/requirements.txt (line 7)) Downloading platformdirs-4.2.2-py3-none-any.whl.metadata (11 kB) Collecting astroid<=2.17.0-dev0,>=2.15.6 (from pylint==2.17.5->-r docs/requirements.txt (line 7)) Downloading astroid-2.15.8-py3-none-any.whl.metadata (4.7 kB) Collecting isort<6,>=4.2.5 (from pylint==2.17.5->-r docs/requirements.txt (line 7)) Downloading isort-5.13.2-py3-none-any.whl.metadata (12 kB) Collecting mccabe<0.8,>=0.6 (from pylint==2.17.5->-r docs/requirements.txt (line 7)) Downloading mccabe-0.7.0-py2.py3-none-any.whl.metadata (5.0 kB) Collecting tomlkit>=0.10.1 (from pylint==2.17.5->-r docs/requirements.txt (line 7)) Downloading tomlkit-0.13.0-py3-none-any.whl.metadata (2.7 kB) Collecting dill>=0.3.6 (from pylint==2.17.5->-r docs/requirements.txt (line 7)) Downloading dill-0.3.8-py3-none-any.whl.metadata (10 kB) Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-build/envs/latest/lib/python3.11/site-packages (from requests==2.31.0->-r docs/requirements.txt (line 8)) (3.3.2) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-build/envs/latest/lib/python3.11/site-packages (from requests==2.31.0->-r docs/requirements.txt (line 8)) (3.7) Requirement already satisfied: urllib3<3,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-build/envs/latest/lib/python3.11/site-packages (from requests==2.31.0->-r docs/requirements.txt (line 8)) (2.2.2) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-build/envs/latest/lib/python3.11/site-packages (from requests==2.31.0->-r docs/requirements.txt (line 8)) (2024.7.4) Collecting ruamel.yaml.clib>=0.2.7 (from ruamel.yaml==0.17.32->-r docs/requirements.txt (line 9)) Downloading ruamel.yaml.clib-0.2.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (2.2 kB) Collecting livereload (from sphinx-autobuild==2021.3.14->-r docs/requirements.txt (line 11)) Downloading livereload-2.7.0-py3-none-any.whl.metadata (2.1 kB) Collecting colorama (from sphinx-autobuild==2021.3.14->-r docs/requirements.txt (line 11)) Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) Collecting lazy-object-proxy>=1.4.0 (from astroid<=2.17.0-dev0,>=2.15.6->pylint==2.17.5->-r docs/requirements.txt (line 7)) Downloading lazy_object_proxy-1.10.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.8 kB) Collecting wrapt<2,>=1.14 (from astroid<=2.17.0-dev0,>=2.15.6->pylint==2.17.5->-r docs/requirements.txt (line 7)) Downloading wrapt-1.16.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB) Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-build/envs/latest/lib/python3.11/site-packages (from Jinja2>=3.1->Sphinx==7.4.4->-r docs/requirements.txt (line 3)) (2.1.5) Collecting mdurl~=0.1 (from markdown-it-py~=3.0->myst-parser==2.0.0->-r docs/requirements.txt (line 6)) Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB) Collecting beautifulsoup4 (from pydata-sphinx-theme>=0.13.1->conda-sphinx-theme==0.2.1->-r docs/requirements.txt (line 4)) Downloading beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB) Collecting accessible-pygments (from pydata-sphinx-theme>=0.13.1->conda-sphinx-theme==0.2.1->-r docs/requirements.txt (line 4)) Downloading accessible_pygments-0.0.5-py3-none-any.whl.metadata (10 kB) Collecting typing-extensions (from pydata-sphinx-theme>=0.13.1->conda-sphinx-theme==0.2.1->-r docs/requirements.txt (line 4)) Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) Collecting tornado (from livereload->sphinx-autobuild==2021.3.14->-r docs/requirements.txt (line 11)) Downloading tornado-6.4.1-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB) Collecting soupsieve>1.2 (from beautifulsoup4->pydata-sphinx-theme>=0.13.1->conda-sphinx-theme==0.2.1->-r docs/requirements.txt (line 4)) Downloading soupsieve-2.5-py3-none-any.whl.metadata (4.7 kB) Downloading Pillow-10.0.1-cp311-cp311-manylinux_2_28_x86_64.whl (3.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 67.9 MB/s eta 0:00:00 Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (757 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 757.7/757.7 kB 305.0 MB/s eta 0:00:00 Downloading conda_sphinx_theme-0.2.1-py3-none-any.whl (489 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 489.2/489.2 kB 300.0 MB/s eta 0:00:00 Downloading linkify_it_py-2.0.2-py3-none-any.whl (19 kB) Downloading myst_parser-2.0.0-py3-none-any.whl (77 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.2/77.2 kB 250.3 MB/s eta 0:00:00 Downloading pylint-2.17.5-py3-none-any.whl (536 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.7/536.7 kB 289.2 MB/s eta 0:00:00 Downloading requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 256.7 MB/s eta 0:00:00 Downloading ruamel.yaml-0.17.32-py3-none-any.whl (112 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.2/112.2 kB 278.2 MB/s eta 0:00:00 Downloading sphinx_argparse-0.4.0-py3-none-any.whl (12 kB) Downloading sphinx_autobuild-2021.3.14-py3-none-any.whl (9.9 kB) Downloading sphinx_sitemap-2.5.1-py3-none-any.whl (5.5 kB) Downloading sphinx_design-0.5.0-py3-none-any.whl (2.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 254.0 MB/s eta 0:00:00 Downloading sphinxcontrib_applehelp-1.0.7-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.0/120.0 kB 273.3 MB/s eta 0:00:00 Downloading sphinxcontrib_devhelp-1.0.5-py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.5/83.5 kB 240.7 MB/s eta 0:00:00 Downloading sphinxcontrib_htmlhelp-2.0.4-py3-none-any.whl (99 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.2/99.2 kB 267.0 MB/s eta 0:00:00 Downloading sphinxcontrib_programoutput-0.17-py2.py3-none-any.whl (22 kB) Downloading sphinxcontrib_qthelp-1.0.6-py3-none-any.whl (89 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.4/89.4 kB 267.5 MB/s eta 0:00:00 Downloading sphinxcontrib_serializinghtml-1.1.9-py3-none-any.whl (92 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.7/92.7 kB 255.7 MB/s eta 0:00:00 Downloading astroid-2.15.8-py3-none-any.whl (278 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.3/278.3 kB 279.3 MB/s eta 0:00:00 Downloading dill-0.3.8-py3-none-any.whl (116 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.3/116.3 kB 277.6 MB/s eta 0:00:00 Downloading docutils-0.20.1-py3-none-any.whl (572 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 287.8 MB/s eta 0:00:00 Downloading isort-5.13.2-py3-none-any.whl (92 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.3/92.3 kB 260.6 MB/s eta 0:00:00 Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 266.6 MB/s eta 0:00:00 Downloading mccabe-0.7.0-py2.py3-none-any.whl (7.3 kB) Downloading mdit_py_plugins-0.4.1-py3-none-any.whl (54 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.8/54.8 kB 244.9 MB/s eta 0:00:00 Downloading platformdirs-4.2.2-py3-none-any.whl (18 kB) Downloading pydata_sphinx_theme-0.15.4-py3-none-any.whl (4.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 206.4 MB/s eta 0:00:00 Downloading ruamel.yaml.clib-0.2.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (544 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 544.0/544.0 kB 296.4 MB/s eta 0:00:00 Downloading tomlkit-0.13.0-py3-none-any.whl (37 kB) Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) Downloading livereload-2.7.0-py3-none-any.whl (22 kB) Downloading sphinx_favicon-1.0.1-py3-none-any.whl (7.0 kB) Downloading uc_micro_py-1.0.3-py3-none-any.whl (6.2 kB) Downloading lazy_object_proxy-1.10.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (69 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.8/69.8 kB 257.7 MB/s eta 0:00:00 Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) Downloading wrapt-1.16.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (80 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.7/80.7 kB 264.9 MB/s eta 0:00:00 Downloading accessible_pygments-0.0.5-py3-none-any.whl (1.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 141.4 MB/s eta 0:00:00 Downloading beautifulsoup4-4.12.3-py3-none-any.whl (147 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147.9/147.9 kB 280.5 MB/s eta 0:00:00 Downloading tornado-6.4.1-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (436 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 436.8/436.8 kB 296.0 MB/s eta 0:00:00 Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) Downloading soupsieve-2.5-py3-none-any.whl (36 kB) Building wheels for collected packages: sphinxcontrib-plantuml Building wheel for sphinxcontrib-plantuml (pyproject.toml): started Building wheel for sphinxcontrib-plantuml (pyproject.toml): finished with status 'done' Created wheel for sphinxcontrib-plantuml: filename=sphinxcontrib_plantuml-0.26-py3-none-any.whl size=11277 sha256=8d445332b12a328e6c256bde842f5be96f8b198b2f7c4ec8e2b6300f5301d230 Stored in directory: /tmp/pip-ephem-wheel-cache-ddzprioi/wheels/9c/ad/c8/03de94a5adbc0150c02a8f2f3706bbb65eda09801449cb17e4 Successfully built sphinxcontrib-plantuml Installing collected packages: wrapt, uc-micro-py, typing-extensions, tornado, tomlkit, soupsieve, ruamel.yaml.clib, requests, PyYAML, platformdirs, Pillow, mdurl, mccabe, lazy-object-proxy, isort, docutils, dill, colorama, accessible-pygments, ruamel.yaml, markdown-it-py, livereload, linkify-it-py, beautifulsoup4, astroid, pylint, mdit-py-plugins, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, sphinx-favicon, pydata-sphinx-theme, sphinxcontrib-programoutput, sphinxcontrib-plantuml, sphinx-sitemap, sphinx_design, sphinx-autobuild, sphinx-argparse, myst-parser, conda-sphinx-theme Attempting uninstall: requests Found existing installation: requests 2.32.3 Uninstalling requests-2.32.3: Successfully uninstalled requests-2.32.3 Attempting uninstall: docutils Found existing installation: docutils 0.21.2 Uninstalling docutils-0.21.2: Successfully uninstalled docutils-0.21.2 Attempting uninstall: sphinxcontrib-serializinghtml Found existing installation: sphinxcontrib-serializinghtml 1.1.10 Uninstalling sphinxcontrib-serializinghtml-1.1.10: Successfully uninstalled sphinxcontrib-serializinghtml-1.1.10 Attempting uninstall: sphinxcontrib-qthelp Found existing installation: sphinxcontrib-qthelp 1.0.7 Uninstalling sphinxcontrib-qthelp-1.0.7: Successfully uninstalled sphinxcontrib-qthelp-1.0.7 Attempting uninstall: sphinxcontrib-htmlhelp Found existing installation: sphinxcontrib-htmlhelp 2.0.5 Uninstalling sphinxcontrib-htmlhelp-2.0.5: Successfully uninstalled sphinxcontrib-htmlhelp-2.0.5 Attempting uninstall: sphinxcontrib-devhelp Found existing installation: sphinxcontrib-devhelp 1.0.6 Uninstalling sphinxcontrib-devhelp-1.0.6: Successfully uninstalled sphinxcontrib-devhelp-1.0.6 Attempting uninstall: sphinxcontrib-applehelp Found existing installation: sphinxcontrib-applehelp 1.0.8 Uninstalling sphinxcontrib-applehelp-1.0.8: Successfully uninstalled sphinxcontrib-applehelp-1.0.8 Successfully installed Pillow-10.0.1 PyYAML-6.0.1 accessible-pygments-0.0.5 astroid-2.15.8 beautifulsoup4-4.12.3 colorama-0.4.6 conda-sphinx-theme-0.2.1 dill-0.3.8 docutils-0.20.1 isort-5.13.2 lazy-object-proxy-1.10.0 linkify-it-py-2.0.2 livereload-2.7.0 markdown-it-py-3.0.0 mccabe-0.7.0 mdit-py-plugins-0.4.1 mdurl-0.1.2 myst-parser-2.0.0 platformdirs-4.2.2 pydata-sphinx-theme-0.15.4 pylint-2.17.5 requests-2.31.0 ruamel.yaml-0.17.32 ruamel.yaml.clib-0.2.8 soupsieve-2.5 sphinx-argparse-0.4.0 sphinx-autobuild-2021.3.14 sphinx-favicon-1.0.1 sphinx-sitemap-2.5.1 sphinx_design-0.5.0 sphinxcontrib-applehelp-1.0.7 sphinxcontrib-devhelp-1.0.5 sphinxcontrib-htmlhelp-2.0.4 sphinxcontrib-plantuml-0.26 sphinxcontrib-programoutput-0.17 sphinxcontrib-qthelp-1.0.6 sphinxcontrib-serializinghtml-1.1.9 tomlkit-0.13.0 tornado-6.4.1 typing-extensions-4.12.2 uc-micro-py-1.0.3 wrapt-1.16.0 [rtd-command-info] start-time: 2024-07-15T20:13:40.799870Z, end-time: 2024-07-15T20:13:40.856978Z, duration: 0, exit-code: 0 cat docs/source/conf.py # Copyright (C) 2014 Anaconda, Inc # SPDX-License-Identifier: BSD-3-Clause # # Configuration file for the Sphinx documentation builder. # # This file does only contain a selection of the most common options. For a # full list see the documentation: # http://www.sphinx-doc.org/en/master/config # -- Path setup -------------------------------------------------------------- # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. # import os import sys sys.path.insert(0, os.path.abspath("../..")) import conda_build # noqa: E402 # -- Project information ----------------------------------------------------- project = "conda-build" copyright = "2018, Anaconda, Inc." author = "Anaconda, Inc." # The short X.Y version. version = conda_build.__version__ or "dev" # The full version, including alpha/beta/rc tags release = conda_build.__version__ or "dev" # -- General configuration --------------------------------------------------- # If your documentation needs a minimal Sphinx version, state it here. # # needs_sphinx = '1.0' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ "myst_parser", "sphinx.ext.autodoc", "sphinx.ext.doctest", "sphinx.ext.intersphinx", "sphinx.ext.todo", "sphinx.ext.coverage", "sphinx_sitemap", "sphinx_design", ] myst_heading_anchors = 3 myst_enable_extensions = [ "amsmath", "colon_fence", "deflist", "dollarmath", "html_admonition", "html_image", "linkify", "replacements", "smartquotes", "substitution", "tasklist", ] # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"] # Leave double dashes as they are in the docs. Don't replace -- with - smartquotes = False # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: # # source_suffix = ['.rst', '.md'] source_suffix = ".rst" # The master toctree document. master_doc = "index" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. language = "en" # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path . exclude_patterns = ["_build", "build", "Thumbs.db", ".DS_Store"] # The name of the Pygments (syntax highlighting) style to use. pygments_style = "sphinx" # -- Options for HTML output ------------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # html_theme = "conda_sphinx_theme" # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. # html_theme_options = { # The maximum depth of the table of contents tree. Set this to -1 to allow # unlimited depth. "navigation_depth": -1, "show_prev_next": False, # Navbar icon links "navbar_start": ["navbar-logo"], "use_edit_page_button": True, "goatcounter_url": "https://docs-conda-io.goatcounter.com/count", "icon_links": [ { "name": "GitHub", "url": "https://github.com/conda/conda-build", "icon": "fa-brands fa-square-github", "type": "fontawesome", }, { "name": "Element", "url": "https://matrix.to/#/#conda-build:matrix.org", "icon": "_static/element_logo.svg", "type": "local", }, { "name": "Discourse", "url": "https://conda.discourse.group/", "icon": "fa-brands fa-discourse", "type": "fontawesome", }, ], } html_context = { "github_user": "conda", "github_repo": "conda-build", "github_version": "main", "doc_path": "docs/source", "goatcounter_dashboard_url": "https://docs-conda-io.goatcounter.com", } html_short_title = "conda-build" # html_show_sourcelink = False html_extra_path = ["robots.txt"] # Add any paths that contain custom static files (such as style sheets) 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"] # Custom CSS rules # html_style = "css/custom.css" # Custom sidebar templates, must be a dictionary that maps document names # to template names. # # The default sidebars (for documents that don't match any pattern) are # defined by theme itself. Builtin themes are using these templates by # default: ``['localtoc.html', 'relations.html', 'sourcelink.html', # 'searchbox.html']``. # # html_sidebars = {} # Setting the prod URL of the site here as the base URL. html_baseurl = f"https://docs.conda.io/projects/{project}/" # We don't have a locale set, so we can safely ignore that for the sitemaps. sitemap_locales = [None] # We're hard-coding stable here since that's what we want Google to point to. sitemap_url_scheme = "{lang}stable/{link}" # -- Options for HTMLHelp output --------------------------------------------- # Output file base name for HTML help builder. htmlhelp_basename = "conda-builddoc" # -- Options for LaTeX output ------------------------------------------------ latex_elements = { # The paper size ('letterpaper' or 'a4paper'). # # 'papersize': 'letterpaper', # The font size ('10pt', '11pt' or '12pt'). # # 'pointsize': '10pt', # Additional stuff for the LaTeX preamble. # # 'preamble': '', # Latex figure (float) alignment # # 'figure_align': 'htbp', } # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ ( master_doc, "conda-build.tex", "conda-build Documentation", "Anaconda, Inc.", "manual", ), ] # -- Options for manual page output ------------------------------------------ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [(master_doc, "conda-build", "conda-build Documentation", [author], 1)] # -- Options for Texinfo output ---------------------------------------------- # Grouping the document tree into Texinfo files. List of tuples # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ ( master_doc, "conda-build", "conda-build Documentation", author, "conda-build", "One line description of project.", "Miscellaneous", ), ] # -- Extension configuration ------------------------------------------------- # -- Options for intersphinx extension --------------------------------------- # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = {"python": ("https://docs.python.org/3", None)} # -- Options for todo extension ---------------------------------------------- # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = True ########################################################################### # 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/"), ("stable", "/en/stable/"), ("24.5.x", "/en/24.5.x/"), ("24.3.x", "/en/24.3.x/"), ("24.1.x", "/en/24.1.x/"), ("3.28.x", "/en/3.28.x/"), ("3.27.x", "/en/3.27.x/"), ("3.26.x", "/en/3.26.x/"), ("3.25.x", "/en/3.25.x/"), ("3.24.x", "/en/3.24.x/"), ("3.23.x", "/en/3.23.x/"), ("3.22.x", "/en/3.22.x/"), ("3.21.x", "/en/3.21.x/"), ], 'downloads': [ ("pdf", "//docs.conda.io/_/downloads/conda-build/en/latest/pdf/"), ("html", "//docs.conda.io/_/downloads/conda-build/en/latest/htmlzip/"), ("epub", "//docs.conda.io/_/downloads/conda-build/en/latest/epub/"), ], 'subprojects': [ ], 'slug': 'continuumio-conda-build', 'name': u'conda-build', 'rtd_language': u'en', 'programming_language': u'words', 'canonical_url': '', 'analytics_code': 'UA-143891876-1', 'single_version': False, 'conf_py_path': '/docs/source/', 'api_host': 'https://readthedocs.com', 'github_user': 'conda', 'proxied_api_host': '/_', 'github_repo': 'conda-build', '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': 'UA-143891876-1', 'global_analytics_code': 'UA-17997319-2', 'commit': 'eca014ab', } # 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/continuumio-conda-build/builds/2350345/' 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-07-15T20:13:40.960165Z, end-time: 2024-07-15T20:13:55.938668Z, duration: 14, exit-code: 0 python -m sphinx -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v7.4.4 loading translations [en]... done making output directory... done Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`. myst v2.0.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions={'substitution', 'deflist', 'dollarmath', 'html_image', 'linkify', 'smartquotes', 'colon_fence', 'amsmath', 'html_admonition', 'replacements', 'tasklist'}, disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=3, heading_slug_func=None, html_meta={}, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True) loading intersphinx inventory 'python' from https://docs.python.org/3/objects.inv... building [mo]: targets for 0 po files that are out of date writing output... building [html]: targets for 50 source files that are out of date updating environment: [new config] 50 added, 0 changed, 0 removed reading sources... [ 2%] concepts/channels reading sources... [ 4%] concepts/generating-index reading sources... [ 6%] concepts/index reading sources... [ 8%] concepts/package-naming-conv reading sources... [ 10%] concepts/recipe reading sources... [ 12%] contributing-guide reading sources... [ 14%] index reading sources... [ 16%] install-conda-build reading sources... [ 18%] release-notes reading sources... [ 20%] resources/activate-scripts reading sources... [ 22%] resources/add-win-start-menu-items reading sources... [ 24%] resources/build-scripts reading sources... [ 26%] resources/commands/conda-build reading sources... [ 28%] resources/commands/conda-convert reading sources... [ 30%] resources/commands/conda-develop reading sources... [ 32%] resources/commands/conda-index reading sources... [ 34%] resources/commands/conda-inspect reading sources... [ 36%] resources/commands/conda-inspect-channels reading sources... [ 38%] resources/commands/conda-inspect-linkages reading sources... [ 40%] resources/commands/conda-inspect-objects reading sources... [ 42%] resources/commands/conda-metapackage reading sources... [ 44%] resources/commands/conda-render reading sources... [ 46%] resources/commands/conda-skeleton reading sources... [ 48%] resources/commands/conda-skeleton-cpan reading sources... [ 50%] resources/commands/conda-skeleton-cran reading sources... [ 52%] resources/commands/conda-skeleton-luarocks reading sources... [ 54%] resources/commands/conda-skeleton-pypi reading sources... [ 56%] resources/commands/index reading sources... [ 58%] resources/compiler-tools reading sources... [ 60%] resources/define-metadata reading sources... [ 62%] resources/index reading sources... [ 64%] resources/link-scripts reading sources... [ 66%] resources/make-relocatable reading sources... [ 68%] resources/package-spec reading sources... [ 70%] resources/style-guide reading sources... [ 72%] resources/tutorial-template reading sources... [ 74%] resources/use-shared-libraries reading sources... [ 76%] resources/variants reading sources... [ 78%] user-guide/environment-variables reading sources... [ 80%] user-guide/getting-started reading sources... [ 82%] user-guide/index reading sources... [ 84%] user-guide/recipes/debugging reading sources... [ 86%] user-guide/recipes/index reading sources... [ 88%] user-guide/recipes/sample-recipes reading sources... [ 90%] user-guide/tutorials/build-pkgs reading sources... [ 92%] user-guide/tutorials/build-pkgs-skeleton reading sources... [ 94%] user-guide/tutorials/build-r-pkgs reading sources... [ 96%] user-guide/tutorials/building-conda-packages reading sources... [ 98%] user-guide/tutorials/index reading sources... [100%] user-guide/wheel-files looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done copying assets... copying downloadable files... [100%] user-guide/tutorials/meta.yaml copying static files... done copying extra files... done copying assets: done writing output... [ 2%] concepts/channels writing output... [ 4%] concepts/generating-index writing output... [ 6%] concepts/index writing output... [ 8%] concepts/package-naming-conv writing output... [ 10%] concepts/recipe writing output... [ 12%] contributing-guide writing output... [ 14%] index writing output... [ 16%] install-conda-build writing output... [ 18%] release-notes writing output... [ 20%] resources/activate-scripts writing output... [ 22%] resources/add-win-start-menu-items writing output... [ 24%] resources/build-scripts writing output... [ 26%] resources/commands/conda-build writing output... [ 28%] resources/commands/conda-convert writing output... [ 30%] resources/commands/conda-develop writing output... [ 32%] resources/commands/conda-index writing output... [ 34%] resources/commands/conda-inspect writing output... [ 36%] resources/commands/conda-inspect-channels writing output... [ 38%] resources/commands/conda-inspect-linkages writing output... [ 40%] resources/commands/conda-inspect-objects writing output... [ 42%] resources/commands/conda-metapackage writing output... [ 44%] resources/commands/conda-render writing output... [ 46%] resources/commands/conda-skeleton writing output... [ 48%] resources/commands/conda-skeleton-cpan writing output... [ 50%] resources/commands/conda-skeleton-cran writing output... [ 52%] resources/commands/conda-skeleton-luarocks writing output... [ 54%] resources/commands/conda-skeleton-pypi writing output... [ 56%] resources/commands/index writing output... [ 58%] resources/compiler-tools writing output... [ 60%] resources/define-metadata writing output... [ 62%] resources/index writing output... [ 64%] resources/link-scripts writing output... [ 66%] resources/make-relocatable writing output... [ 68%] resources/package-spec writing output... [ 70%] resources/style-guide writing output... [ 72%] resources/tutorial-template writing output... [ 74%] resources/use-shared-libraries writing output... [ 76%] resources/variants writing output... [ 78%] user-guide/environment-variables writing output... [ 80%] user-guide/getting-started writing output... [ 82%] user-guide/index writing output... [ 84%] user-guide/recipes/debugging writing output... [ 86%] user-guide/recipes/index writing output... [ 88%] user-guide/recipes/sample-recipes writing output... [ 90%] user-guide/tutorials/build-pkgs writing output... [ 92%] user-guide/tutorials/build-pkgs-skeleton writing output... [ 94%] user-guide/tutorials/build-r-pkgs writing output... [ 96%] user-guide/tutorials/building-conda-packages writing output... [ 98%] user-guide/tutorials/index writing output... [100%] user-guide/wheel-files /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-build/checkouts/latest/docs/source/resources/define-metadata.rst:1319: WARNING: Lexing literal_block 'outputs:\n - name: subpackage-name\n files:\n - a-file\n - a-folder\n - *.some-extension\n - somefolder/*.some-extension' as "yaml" resulted in an error at token: '*'. Retrying in relaxed mode. /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-build/checkouts/latest/docs/source/resources/define-metadata.rst:1338: WARNING: Lexing literal_block 'outputs:\n - name: subpackage-name\n files:\n include:\n - a-file\n - a-folder\n - *.some-extension\n - somefolder/*.some-extension\n exclude:\n - *.exclude-extension\n - a-folder/**/*.some-extension' as "yaml" resulted in an error at token: '*'. Retrying in relaxed mode. generating indices... genindex done writing additional pages... search done copying images... [100%] img/conda_names.png dumping search index in English (code: en)... done dumping object inventory... done Updating searchtools for Read the Docs search... sphinx-sitemap: sitemap.xml was generated for URL https://docs.conda.io/projects/conda-build/ in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-build/checkouts/latest/_readthedocs/html/sitemap.xml build succeeded, 2 warnings. The HTML pages are in ../../_readthedocs/html. [rtd-command-info] start-time: 2024-07-15T20:13:56.033864Z, end-time: 2024-07-15T20:13:59.889163Z, duration: 3, exit-code: 0 python -m sphinx -T -b readthedocssinglehtmllocalmedia -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/htmlzip Running Sphinx v7.4.4 loading translations [en]... done making output directory... done Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`. loading pickled environment... done myst v2.0.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions={'linkify', 'tasklist', 'colon_fence', 'deflist', 'dollarmath', 'html_image', 'replacements', 'smartquotes', 'html_admonition', 'substitution', 'amsmath'}, disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=3, heading_slug_func=None, html_meta={}, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True) building [mo]: targets for 0 po files that are out of date writing output... building [readthedocssinglehtmllocalmedia]: all documents updating environment: 0 added, 0 changed, 0 removed reading sources... looking for now-outdated files... none found preparing documents... done assembling single document... install-conda-build concepts/index concepts/channels concepts/generating-index concepts/recipe concepts/package-naming-conv user-guide/index user-guide/getting-started user-guide/tutorials/index user-guide/tutorials/building-conda-packages user-guide/tutorials/build-pkgs-skeleton user-guide/tutorials/build-pkgs user-guide/tutorials/build-r-pkgs user-guide/recipes/index user-guide/recipes/sample-recipes user-guide/recipes/debugging user-guide/environment-variables user-guide/wheel-files resources/index resources/build-scripts resources/compiler-tools resources/define-metadata resources/link-scripts resources/activate-scripts resources/make-relocatable resources/package-spec resources/use-shared-libraries resources/variants resources/commands/index resources/commands/conda-build resources/commands/conda-convert resources/commands/conda-develop resources/commands/conda-index resources/commands/conda-inspect resources/commands/conda-inspect-channels resources/commands/conda-inspect-linkages resources/commands/conda-inspect-objects resources/commands/conda-metapackage resources/commands/conda-render resources/commands/conda-skeleton resources/commands/conda-skeleton-cpan resources/commands/conda-skeleton-cran resources/commands/conda-skeleton-luarocks resources/commands/conda-skeleton-pypi resources/add-win-start-menu-items resources/style-guide resources/tutorial-template release-notes contributing-guide done writing... /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-build/checkouts/latest/docs/source/resources/define-metadata.rst:1319: WARNING: Lexing literal_block 'outputs:\n - name: subpackage-name\n files:\n - a-file\n - a-folder\n - *.some-extension\n - somefolder/*.some-extension' as "yaml" resulted in an error at token: '*'. Retrying in relaxed mode. /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-build/checkouts/latest/docs/source/resources/define-metadata.rst:1338: WARNING: Lexing literal_block 'outputs:\n - name: subpackage-name\n files:\n include:\n - a-file\n - a-folder\n - *.some-extension\n - somefolder/*.some-extension\n exclude:\n - *.exclude-extension\n - a-folder/**/*.some-extension' as "yaml" resulted in an error at token: '*'. Retrying in relaxed mode. done writing additional files... done copying images... [100%] img/conda_names.png copying downloadable files... [100%] user-guide/tutorials/meta.yaml copying static files... done copying extra files... done dumping object inventory... done Updating searchtools for Read the Docs search... sphinx-sitemap: sitemap.xml was generated for URL https://docs.conda.io/projects/conda-build/ in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-build/checkouts/latest/_readthedocs/htmlzip/sitemap.xml build succeeded, 2 warnings. The HTML page is in ../../_readthedocs/htmlzip. [rtd-command-info] start-time: 2024-07-15T20:14:00.536937Z, end-time: 2024-07-15T20:14:03.215579Z, duration: 2, exit-code: 0 python -m sphinx -T -b latex -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/pdf Running Sphinx v7.4.4 loading translations [en]... done making output directory... done Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`. loading pickled environment... done myst v2.0.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions={'html_image', 'dollarmath', 'amsmath', 'html_admonition', 'substitution', 'linkify', 'deflist', 'smartquotes', 'replacements', 'tasklist', 'colon_fence'}, disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=3, heading_slug_func=None, html_meta={}, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True) 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... looking for now-outdated files... none found copying TeX support files... copying TeX support files... done processing conda-build.tex... index install-conda-build concepts/index concepts/channels concepts/generating-index concepts/recipe concepts/package-naming-conv user-guide/index user-guide/getting-started user-guide/tutorials/index user-guide/tutorials/building-conda-packages user-guide/tutorials/build-pkgs-skeleton user-guide/tutorials/build-pkgs user-guide/tutorials/build-r-pkgs user-guide/recipes/index user-guide/recipes/sample-recipes user-guide/recipes/debugging user-guide/environment-variables user-guide/wheel-files resources/index resources/build-scripts resources/compiler-tools resources/define-metadata resources/link-scripts resources/activate-scripts resources/make-relocatable resources/package-spec resources/use-shared-libraries resources/variants resources/commands/index resources/commands/conda-build resources/commands/conda-convert resources/commands/conda-develop resources/commands/conda-index resources/commands/conda-inspect resources/commands/conda-inspect-channels resources/commands/conda-inspect-linkages resources/commands/conda-inspect-objects resources/commands/conda-metapackage resources/commands/conda-render resources/commands/conda-skeleton resources/commands/conda-skeleton-cpan resources/commands/conda-skeleton-cran resources/commands/conda-skeleton-luarocks resources/commands/conda-skeleton-pypi resources/add-win-start-menu-items resources/style-guide resources/tutorial-template release-notes contributing-guide resolving references... done writing... /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-build/checkouts/latest/docs/source/resources/define-metadata.rst:1319: WARNING: Lexing literal_block 'outputs:\n - name: subpackage-name\n files:\n - a-file\n - a-folder\n - *.some-extension\n - somefolder/*.some-extension' as "yaml" resulted in an error at token: '*'. Retrying in relaxed mode. /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-build/checkouts/latest/docs/source/resources/define-metadata.rst:1338: WARNING: Lexing literal_block 'outputs:\n - name: subpackage-name\n files:\n include:\n - a-file\n - a-folder\n - *.some-extension\n - somefolder/*.some-extension\n exclude:\n - *.exclude-extension\n - a-folder/**/*.some-extension' as "yaml" resulted in an error at token: '*'. Retrying in relaxed mode. done copying images... [100%] img/conda_names.png Missing searchtools: /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-build/checkouts/latest/_readthedocs/pdf/_static/searchtools.js sphinx-sitemap: No pages generated for sitemap.xml 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: 2024-07-15T20:14:03.423658Z, end-time: 2024-07-15T20:14:03.489469Z, 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: 2024-07-15T20:14:03.553917Z, end-time: 2024-07-15T20:14:16.644409Z, duration: 13, exit-code: 0 latexmk -r latexmkrc -pdf -f -dvi- -ps- -jobname=continuumio-conda-build -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. Subroutine makeglo redefined at (eval 11) line 7. Use of uninitialized value in concatenation (.) or string at (eval 11) line 1. Use of uninitialized value in concatenation (.) or string at (eval 11) line 2. Use of uninitialized value in concatenation (.) or string at (eval 11) line 3. Use of uninitialized value in concatenation (.) or string at (eval 11) line 4. Rc files read: /etc/LatexMk latexmkrc latexmkrc Latexmk: This is Latexmk, John Collins, 20 November 2021, version: 4.76. Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'conda-build.tex' ------------ Run number 1 of rule 'pdflatex' ------------ ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="continuumio-conda-build" "conda-build.tex"' ------------ Latexmk: applying rule 'pdflatex'... This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./conda-build.tex LaTeX2e <2021-11-15> patch level 1 L3 programming layer <2022-01-21> (./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 2021/10/04 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/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/generic/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)) (./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)) (./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) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.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) (./sphinxpackagefootnote.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/parskip/parskip-2001-04-09.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/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.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/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.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) (./sphinxmessages.sty) Writing index file continuumio-conda-build.idx (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./continuumio-conda-build.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/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/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}] [2] [1] [2] LaTeX Warning: Hyper reference `install-conda-build::doc' on page 1 undefined o n input line 92. LaTeX Warning: Hyper reference `concepts/recipe::doc' on page 1 undefined on in put line 93. (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) [1] [2] Chapter 1. (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [3] [4] Chapter 2. (/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd) [5] [6] [7] [8] [9] [10] LaTeX Warning: Hyper reference `install-conda-build:install-conda-build' on pag e 11 undefined on input line 729. LaTeX Warning: Hyper reference `resources/define-metadata::doc' on page 11 unde fined on input line 770. (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/ufontawesomefree2.fd) LaTeX Warning: Hyper reference `resources/commands/conda-skeleton:skeleton-ref' on page 11 undefined on input line 797. [11] LaTeX Warning: Hyper reference `resources/define-metadata:jinja-templates' on p age 12 undefined on input line 900. LaTeX Warning: Hyper reference `resources/define-metadata:source-section' on pa ge 12 undefined on input line 941. LaTeX Warning: Hyper reference `resources/define-metadata:requirements' on page 12 undefined on input line 945. [12] LaTeX Warning: Hyper reference `resources/define-metadata:meta-build' on page 1 3 undefined on input line 956. LaTeX Warning: Hyper reference `resources/define-metadata:build-script' on page 13 undefined on input line 958. LaTeX Warning: Hyper reference `resources/define-metadata:meta-test' on page 13 undefined on input line 989. [13] [14 <./conda_names.png>] [15] [16] Chapter 3. LaTeX Warning: Hyper reference `install-conda-build::doc' on page 17 undefined on input line 1200. LaTeX Warning: Hyper reference `concepts/index::doc' on page 17 undefined on in put line 1201. LaTeX Warning: Hyper reference `resources/index::doc' on page 17 undefined on i nput line 1204. LaTeX Warning: Hyper reference `install-conda-build::doc' on page 17 undefined on input line 1237. LaTeX Warning: Hyper reference `resources/style-guide::doc' on page 17 undefine d on input line 1248. LaTeX Warning: Hyper reference `resources/tutorial-template::doc' on page 17 un defined on input line 1249. [17] LaTeX Warning: Hyper reference `user-guide/getting-started::doc' on page 18 und efined on input line 1258. LaTeX Warning: Hyper reference `user-guide/tutorials/building-conda-packages:to olkit' on page 18 undefined on input line 1272. LaTeX Warning: Hyper reference `install-conda-build:install-conda-build' on pag e 18 undefined on input line 1315. [18] [19] (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/ufontawesomefree1.fd) LaTeX Warning: Hyper reference `resources/define-metadata:meta-test' on page 20 undefined on input line 1498. [20] LaTeX Warning: Hyper reference `resources/define-metadata::doc' on page 21 unde fined on input line 1595. [21] [22] LaTeX Warning: Hyper reference `resources/define-metadata:preprocess-selectors' on page 23 undefined on input line 1856. [23] LaTeX Warning: Hyper reference `resources/compiler-tools:compiler-tools' on pag e 24 undefined on input line 1870. LaTeX Warning: Hyper reference `resources/compiler-tools:using-your-customized- compiler-package-with-conda-build-3' on page 24 undefined on input line 1875. LaTeX Warning: Hyper reference `resources/define-metadata:package-outputs' on p age 24 undefined on input line 1883. LaTeX Warning: Hyper reference `resources/variants:conda-build-variant-config-f iles' on page 24 undefined on input line 1913. [24] LaTeX Warning: Hyper reference `user-guide/getting-started:prereqs' on page 25 undefined on input line 1959. LaTeX Warning: Hyper reference `user-guide/tutorials/build-pkgs-skeleton:troubl eshooting' on page 25 undefined on input line 2035. [25] [26] LaTeX Warning: Hyper reference `user-guide/tutorials/build-pkgs-skeleton:python -versions' on page 27 undefined on input line 2214. [27] LaTeX Warning: Hyper reference `user-guide/tutorials/build-pkgs-skeleton:python -versions' on page 28 undefined on input line 2284. [28] LaTeX Warning: Hyper reference `resources/commands/conda-skeleton::doc' on page 29 undefined on input line 2376. [29] LaTeX Warning: Hyper reference `user-guide/getting-started:prereqs' on page 30 undefined on input line 2403. LaTeX Warning: Hyper reference `user-guide/tutorials/build-pkgs-skeleton::doc' on page 30 undefined on input line 2407. [30] [31] [32] LaTeX Warning: Hyper reference `user-guide/tutorials/build-pkgs:build-and-insta ll' on page 33 undefined on input line 2716. LaTeX Warning: Hyper reference `user-guide/tutorials/build-pkgs:build-and-insta ll' on page 33 undefined on input line 2789. [33] LaTeX Warning: Hyper reference `resources/define-metadata::doc' on page 34 unde fined on input line 2808. LaTeX Warning: Hyper reference `user-guide/tutorials/index::doc' on page 34 und efined on input line 2845. [34] LaTeX Warning: Hyper reference `user-guide/tutorials/build-pkgs-skeleton:troubl eshooting' on page 35 undefined on input line 2914. LaTeX Warning: Hyper reference `resources/compiler-tools:mac-sdk' on page 35 un defined on input line 2916. LaTeX Warning: Hyper reference `user-guide/tutorials/build-r-pkgs:different-r-v ersion' on page 35 undefined on input line 2966. [35] [36] LaTeX Warning: Hyper reference `user-guide/tutorials/build-r-pkgs:different-r-v ersion' on page 37 undefined on input line 3134. [37] LaTeX Warning: Hyper reference `resources/commands/conda-skeleton::doc' on page 38 undefined on input line 3158. LaTeX Warning: Hyper reference `concepts/recipe::doc' on page 38 undefined on i nput line 3166. [38] [39] [40] LaTeX Warning: Hyper reference `user-guide/environment-variables:inherited-env- vars' on page 41 undefined on input line 3409. Overfull \hbox (19.159pt too wide) in paragraph at lines 3436--3438 []|\T1/qtm/m/n/10 CMAKE_GENERATOR| Overfull \hbox (2.04875pt too wide) in paragraph at lines 3562--3564 []|\T1/txtt/m/n/10 PKG_BUILD_STRING| [41] Underfull \hbox (badness 10000) in paragraph at lines 3688--3690 []|\T1/qtm/m/n/10 LI- Overfull \hbox (9.32898pt too wide) in paragraph at lines 3748--3750 []|\T1/qtm/m/n/10 PKG_CONFIG_PATH| Underfull \hbox (badness 10000) in paragraph at lines 3791--3793 []|\T1/qtm/m/n/10 MA- Overfull \hbox (60.12898pt too wide) in paragraph at lines 3791--3793 \T1/qtm/m/n/10 COSX_DEPLOYMENT_TARGET| Overfull \hbox (20.269pt too wide) in paragraph at lines 3854--3856 []|\T1/qtm/m/n/10 GIT_DESCRIBE_HASH| Overfull \hbox (35.829pt too wide) in paragraph at lines 3862--3864 []|\T1/qtm/m/n/10 GIT_DESCRIBE_NUMBER| Overfull \hbox (12.499pt too wide) in paragraph at lines 3870--3872 []|\T1/qtm/m/n/10 GIT_DESCRIBE_TAG| [42] Overfull \hbox (51.949pt too wide) in paragraph at lines 3931--3933 []|\T1/qtm/m/n/10 HG_LATEST_TAG_DISTANCE| [43] [44] LaTeX Warning: Hyper reference `user-guide/tutorials/index::doc' on page 45 und efined on input line 4120. LaTeX Warning: Hyper reference `user-guide/recipes/index::doc' on page 45 undef ined on input line 4129. LaTeX Warning: Hyper reference `user-guide/environment-variables::doc' on page 45 undefined on input line 4137. LaTeX Warning: Hyper reference `user-guide/wheel-files::doc' on page 45 undefin ed on input line 4146. [45] [46] Chapter 4. LaTeX Warning: Hyper reference `user-guide/environment-variables:env-vars' on p age 47 undefined on input line 4186. LaTeX Warning: Hyper reference `resources/define-metadata:package-outputs' on p age 47 undefined on input line 4191. [47] [48] LaTeX Warning: Hyper reference `resources/variants:conda-build-variant-config-f iles' on page 49 undefined on input line 4341. LaTeX Warning: Hyper reference `user-guide/environment-variables:env-vars' on p age 49 undefined on input line 4346. Underfull \hbox (badness 10000) in paragraph at lines 4343--4348 []\T1/qtm/m/n/10 Build scripts for ma-cOS should make use of the vari-ables \T1 /txtt/m/n/10 MACOSX_DEPLOYMENT_TARGET \T1/qtm/m/n/10 and [49] [50] Overfull \vbox (2.7787pt too high) detected at line 4569 [51] [52] Underfull \hbox (badness 5077) in paragraph at lines 4650--4655 \T1/qtm/m/n/10 Re-mem-ber the Jinja2 func-tion, \T1/txtt/m/n/10 {{ compiler(\TS 1/txtt/m/n/10 '\T1/txtt/m/n/10 c\TS1/txtt/m/n/10 '\T1/txtt/m/n/10 ) }}\T1/qtm/m /n/10 ? Here\TS1/qtm/m/n/10 '\T1/qtm/m/n/10 s where that comes in. Spe-cific ke ys [53] [54] [55] [56] LaTeX Warning: Hyper reference `resources/define-metadata:jinja-templates' on p age 57 undefined on input line 4931. LaTeX Warning: Hyper reference `user-guide/environment-variables:git-env' on pa ge 57 undefined on input line 4931. LaTeX Warning: Hyper reference `user-guide/environment-variables:inherited-env- vars' on page 57 undefined on input line 4932. [57] [58] [59] [60] [61] LaTeX Warning: Hyper reference `resources/define-metadata:preprocess-selectors' on page 62 undefined on input line 5326. LaTeX Warning: Hyper reference `resources/make-relocatable::doc' on page 62 und efined on input line 5391. [62] [63] LaTeX Warning: Hyper reference `resources/define-metadata:bin-prefix' on page 6 4 undefined on input line 5474. LaTeX Warning: Hyper reference `resources/define-metadata:detect-bin' on page 6 4 undefined on input line 5512. [64] LaTeX Warning: Hyper reference `resources/define-metadata:preprocess-selectors' on page 65 undefined on input line 5568. LaTeX Warning: Hyper reference `resources/package-spec:package-metadata' on pag e 65 undefined on input line 5579. LaTeX Warning: Hyper reference `user-guide/environment-variables:env-vars' on p age 65 undefined on input line 5593. [65] LaTeX Warning: Hyper reference `resources/define-metadata:requirements' on page 66 undefined on input line 5639. LaTeX Warning: Hyper reference `resources/variants:extra-jinja2' on page 66 und efined on input line 5693. LaTeX Warning: Hyper reference `resources/variants:pinning-expressions' on page 66 undefined on input line 5696. [66] LaTeX Warning: Hyper reference `resources/define-metadata:run-constrained' on p age 67 undefined on input line 5712. Underfull \hbox (badness 10000) in paragraph at lines 5760--5763 []\T1/qtm/m/n/10 You can also list the pack-age the \T1/txtt/m/n/10 run_exports \T1/qtm/m/n/10 con-straint is com-ing from us-ing the \T1/txtt/m/n/10 build/ [67] [68] LaTeX Warning: Hyper reference `resources/package-spec:build-version-spec' on p age 69 undefined on input line 5871. [69] LaTeX Warning: Hyper reference `user-guide/environment-variables:env-vars' on p age 70 undefined on input line 5964. LaTeX Warning: Hyper reference `resources/compiler-tools:compiler-tools' on pag e 70 undefined on input line 5968. LaTeX Warning: Hyper reference `resources/define-metadata:run-exports' on page 70 undefined on input line 6019. [70] [71] [72] LaTeX Warning: Hyper reference `resources/define-metadata:implicit-metapackages ' on page 73 undefined on input line 6232. LaTeX Warning: Hyper reference `resources/define-metadata:run-exports' on page 73 undefined on input line 6234. [73] [74] LaTeX Warning: Hyper reference `resources/define-metadata:run-exports' on page 75 undefined on input line 6400. [75] LaTeX Warning: Hyper reference `resources/variants:referencing-subpackages' on page 76 undefined on input line 6407. [76] [77] [78] [79] [80] LaTeX Warning: Hyper reference `user-guide/environment-variables:env-vars' on p age 81 undefined on input line 6768. LaTeX Warning: Hyper reference `resources/commands/conda-render::doc' on page 8 1 undefined on input line 6773. [81] Underfull \hbox (badness 5637) in paragraph at lines 6857--6865 []\T1/qtm/m/n/10 The func-tions \T1/txtt/m/n/10 load_setup_py_data\T1/qtm/m/n/1 0 , \T1/txtt/m/n/10 load_file_regex\T1/qtm/m/n/10 , and \T1/txtt/m/n/10 load_fi le_data \T1/qtm/m/n/10 all take the pa-ram-e-ters LaTeX Warning: Hyper reference `resources/variants:extra-jinja2' on page 82 und efined on input line 6879. Underfull \hbox (badness 5817) in paragraph at lines 6883--6892 []\T1/txtt/m/n/10 resolved_packages(\TS1/txtt/m/n/10 '\T1/txtt/m/n/10 environme nt_name\TS1/txtt/m/n/10 '\T1/txtt/m/n/10 )\T1/qtm/m/n/10 : Re-turns the fi-nal list of pack-ages (in the form of [82] LaTeX Warning: Hyper reference `user-guide/environment-variables:build-envs' on page 83 undefined on input line 7092. LaTeX Warning: Hyper reference `user-guide/environment-variables:build-envs' on page 83 undefined on input line 7142. [83] [84] [85] LaTeX Warning: Hyper reference `resources/package-spec:package-metadata' on pag e 86 undefined on input line 7446. [86] LaTeX Warning: Hyper reference `resources/package-spec:build-version-spec' on p age 87 undefined on input line 7673. LaTeX Warning: Hyper reference `resources/package-spec:repo-si' on page 87 unde fined on input line 7712. [87] [88] LaTeX Warning: Hyper reference `resources/define-metadata:about-section' on pag e 89 undefined on input line 7813. [89] LaTeX Warning: Hyper reference `resources/commands/conda-render::doc' on page 9 0 undefined on input line 7861. LaTeX Warning: Hyper reference `resources/define-metadata:meta-build' on page 9 0 undefined on input line 7865. LaTeX Warning: Hyper reference `resources/link-scripts::doc' on page 90 undefin ed on input line 7872. LaTeX Warning: Hyper reference `resources/link-scripts::doc' on page 90 undefin ed on input line 7885. [90] Underfull \hbox (badness 10000) in paragraph at lines 7973--7975 []|\T1/qtm/m/n/10 ==, and [91] Underfull \hbox (badness 10000) in paragraph at lines 8148--8150 []|\T1/txtt/m/n/10 conda install "numpy=1.11. Underfull \hbox (badness 10000) in paragraph at lines 8162--8164 []|\T1/txtt/m/n/10 conda install "numpy>=1.8, [92] [93] [94] LaTeX Warning: Hyper reference `resources/variants:creating-conda-build-variant -config-files' on page 95 undefined on input line 8421. LaTeX Warning: Hyper reference `resources/variants:pinning-at-the-variant-level ' on page 95 undefined on input line 8431. LaTeX Warning: Hyper reference `resources/variants:id1' on page 95 undefined on input line 8436. LaTeX Warning: Hyper reference `resources/variants:avoiding-unnecessary-builds' on page 95 undefined on input line 8477. [95] LaTeX Warning: Hyper reference `resources/variants:id1' on page 96 undefined on input line 8505. LaTeX Warning: Hyper reference `resources/variants:pinning-at-the-recipe-level' on page 96 undefined on input line 8506. LaTeX Warning: Hyper reference `resources/variants:id3' on page 96 undefined on input line 8536. Underfull \hbox (badness 5475) in paragraph at lines 8532--8537 []\T1/qtm/m/n/10 By re-fer-ring to sub-pack-ages this way, you don\TS1/qtm/m/n/ 10 '\T1/qtm/m/n/10 t need to worry about what the end ver-sion of [96] [97] LaTeX Warning: Hyper reference `resources/variants:aggregation-of-multiple-vari ants' on page 98 undefined on input line 8694. Underfull \hbox (badness 10000) in paragraph at lines 8689--8695 []\T1/qtm/m/n/10 Pass the \T1/txtt/m/n/10 variants \T1/qtm/m/n/10 key-word ar-g u-ment to API func-tions. Cur-rently, the \T1/txtt/m/n/10 build\T1/qtm/m/n/10 , \T1/txtt/m/n/10 render\T1/qtm/m/n/10 , LaTeX Warning: Hyper reference `resources/variants:extended-keys' on page 98 un defined on input line 8700. [98] [99] LaTeX Warning: Hyper reference `resources/variants:coupling-keys' on page 100 u ndefined on input line 8807. LaTeX Warning: Hyper reference `resources/variants:customizing-compatibility' o n page 100 undefined on input line 8813. LaTeX Warning: Hyper reference `resources/variants:extended-keys' on page 100 u ndefined on input line 8820. LaTeX Warning: Hyper reference `resources/variants:avoiding-unnecessary-builds' on page 100 undefined on input line 8827. [100] [101] LaTeX Warning: Hyper reference `resources/variants:cli-vars' on page 102 undefi ned on input line 8944. [102] [103] [104] LaTeX Warning: Hyper reference `resources/package-spec:build-version-spec' on p age 105 undefined on input line 9268. [105] LaTeX Warning: Hyper reference `resources/variants:extra-jinja2' on page 106 un defined on input line 9331. LaTeX Warning: Hyper reference `resources/variants:avoiding-unnecessary-builds' on page 106 undefined on input line 9342. [106] [107] LaTeX Warning: Hyper reference `resources/variants:id1' on page 108 undefined o n input line 9544. Underfull \hbox (badness 10000) in paragraph at lines 9537--9546 []\T1/txtt/m/n/10 pin_compatible(\TS1/txtt/m/n/10 '\T1/txtt/m/n/10 package_name \TS1/txtt/m/n/10 '\T1/txtt/m/n/10 , min_pin=\TS1/txtt/m/n/10 '\T1/txtt/m/n/10 x .x.x.x.x.x\TS1/txtt/m/n/10 '\T1/txtt/m/n/10 , max_pin=\TS1/txtt/m/n/10 '\T1/txt t/m/n/10 x\TS1/txtt/m/n/10 '\T1/txtt/m/n/10 , lower_bound=None, [108] [109] LaTeX Warning: Hyper reference `resources/define-metadata:run-exports' on page 110 undefined on input line 9663. [110] [111] [112] [113] LaTeX Warning: Hyper reference `resources/tutorial-template::doc' on page 114 u ndefined on input line 9995. LaTeX Warning: Hyper reference `resources/style-guide::doc' on page 114 undefin ed on input line 10014. LaTeX Warning: Hyper reference `user-guide/tutorials/index::doc' on page 114 un defined on input line 10018. [114] LaTeX Warning: Hyper reference `user-guide/getting-started:prereqs' on page 115 undefined on input line 10068. [115] [116] Chapter 5. Underfull \hbox (badness 10000) in paragraph at lines 10184--10186 []\T1/qtm/m/n/10 Mark \T1/txtt/m/n/10 conda_build.metadata.toposort \T1/qtm/m/n /10 as dep-re-cated. Use \T1/txtt/m/n/10 conda_build.metadata. [117] Underfull \hbox (badness 10000) in paragraph at lines 10271--10273 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.cc_pla tform \T1/qtm/m/n/10 con-stant. Use \T1/txtt/m/n/10 conda.base.context. Underfull \hbox (badness 10000) in paragraph at lines 10291--10293 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.get_rc _urls \T1/qtm/m/n/10 func-tion. Use \T1/txtt/m/n/10 conda.base.context. Underfull \hbox (badness 10000) in paragraph at lines 10299--10301 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.get_co nda_channel \T1/qtm/m/n/10 func-tion. Use \T1/txtt/m/n/10 conda.models. [118] Underfull \hbox (badness 6542) in paragraph at lines 10335--10337 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.Progre ssiveFetchExtract \T1/qtm/m/n/10 class. Use \T1/txtt/m/n/10 conda.core. Underfull \hbox (badness 10000) in paragraph at lines 10343--10345 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.CondaH TTPError \T1/qtm/m/n/10 class. Use \T1/txtt/m/n/10 conda.exceptions. Underfull \hbox (badness 10000) in paragraph at lines 10359--10361 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.Paddin gError \T1/qtm/m/n/10 class. Use \T1/txtt/m/n/10 conda.exceptions. Underfull \hbox (badness 10000) in paragraph at lines 10371--10373 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.config.Config.override _channels\T1/qtm/m/n/10 . De-fer to \T1/txtt/m/n/10 conda.base.context. Underfull \hbox (badness 10000) in paragraph at lines 10379--10381 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.add_pa rser_channels\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.cli.helpers. Underfull \hbox (badness 10000) in paragraph at lines 10383--10385 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.add_pa rser_prefix\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.cli.helpers. Underfull \hbox (badness 7133) in paragraph at lines 10387--10389 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.Argume ntParser\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.cli.conda_argparse. Underfull \hbox (badness 10000) in paragraph at lines 10403--10405 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.CondaS ession\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.gateways.connection. Underfull \hbox (badness 10000) in paragraph at lines 10411--10413 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.Entity Encoder\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.auxlib.entity. [119] Underfull \hbox (badness 10000) in paragraph at lines 10443--10445 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.NoPack agesFound\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.exceptions. Underfull \hbox (badness 7133) in paragraph at lines 10447--10449 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.normal ized_version\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.models.version. Underfull \hbox (badness 10000) in paragraph at lines 10451--10453 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.Packag eRecord\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.models.records. Underfull \hbox (badness 7133) in paragraph at lines 10459--10461 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.prefix _placeholder\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.base.constants. Underfull \hbox (badness 10000) in paragraph at lines 10471--10473 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.spec_f rom_line\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.cli.common. Underfull \hbox (badness 10000) in paragraph at lines 10475--10477 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.specs_ from_args\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.cli.common. Underfull \hbox (badness 10000) in paragraph at lines 10479--10481 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.specs_ from_url\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.cli.common. Underfull \hbox (badness 10000) in paragraph at lines 10495--10497 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.TmpDow nload\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.gateways.connection. Underfull \hbox (badness 10000) in paragraph at lines 10503--10505 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.Unsati sfiable\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.exceptions. [120] Underfull \hbox (badness 10000) in paragraph at lines 10515--10517 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.Versio nOrder\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.models.version. Underfull \hbox (badness 10000) in paragraph at lines 10523--10525 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.win_pa th_to_unix\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.common.path. Underfull \hbox (badness 10000) in paragraph at lines 10571--10573 []\T1/qtm/m/n/10 Re-move \T1/txtt/m/n/10 conda_build.conda_interface.handle_pro xy_407\T1/qtm/m/n/10 . Han-dled by \T1/txtt/m/n/10 conda.gateways. Underfull \hbox (badness 10000) in paragraph at lines 10575--10577 []\T1/qtm/m/n/10 Re-move \T1/txtt/m/n/10 conda_build.conda_interface.hashsum_fi le\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.gateways.disk.read. Underfull \hbox (badness 10000) in paragraph at lines 10579--10581 []\T1/qtm/m/n/10 Re-move \T1/txtt/m/n/10 conda_build.conda_interface.md5_file\T 1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.gateways.disk.read. [121] [122] Underfull \hbox (badness 10000) in paragraph at lines 10823--10825 []\T1/qtm/m/n/10 Re-move \T1/txtt/m/n/10 conda_build.environ.get_install_action s\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda_build.environ. [123] Underfull \hbox (badness 10000) in paragraph at lines 10967--10969 []\T1/qtm/m/n/10 Mark \T1/txtt/m/n/10 conda_build.api.get_output_file_path \T1/ qtm/m/n/10 as dep-re-cated. Use \T1/txtt/m/n/10 conda_build.api. [124] [125] Underfull \hbox (badness 10000) in paragraph at lines 11130--11132 []\T1/qtm/m/n/10 Mark \T1/txtt/m/n/10 conda_build.inspect_pkg.check_install(pac kage) \T1/qtm/m/n/10 as pend-ing dep-re-ca-tion in fa-vor of [126] Underfull \hbox (badness 10000) in paragraph at lines 11314--11316 []\T1/qtm/m/n/10 Mark \T1/txtt/m/n/10 conda_build.render.get_upstream_pins(acti ons) \T1/qtm/m/n/10 as pend-ing dep-re-ca-tion in fa-vor of [127] [128] [129] Underfull \hbox (badness 10000) in paragraph at lines 11605--11607 []\T1/qtm/m/n/10 Fix link-ing check re-gres-sions by restor-ing pre-3.28 be-hav -ior for \T1/txtt/m/n/10 conda_build.inspect_pkg. [130] [131] Underfull \hbox (badness 10000) in paragraph at lines 11838--11840 []\T1/qtm/m/n/10 Mark \T1/txtt/m/n/10 conda_build.post.library_nature(subdir, b ldpkgs_dirs, output_folder, Underfull \hbox (badness 10000) in paragraph at lines 11846--11848 []\T1/qtm/m/n/10 Mark \T1/txtt/m/n/10 conda_build.post.FakeDist \T1/qtm/m/n/10 for pend-ing dep-re-ca-tion. Use \T1/txtt/m/n/10 conda.models.records. [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] Underfull \hbox (badness 10000) in paragraph at lines 12982--12985 \T1/qtm/m/n/10 able via \T1/txtt/m/n/10 from setuptools import setup \T1/qtm/m/ n/10 and \T1/txtt/m/n/10 setup(distclass=conda_build.bdist_conda. [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] Underfull \hbox (badness 10000) in paragraph at lines 23176--23178 []\T1/qtm/m/n/10 sup-port globs in \T1/txtt/m/n/10 ignore_prefix_files\T1/qtm/m /n/10 , \T1/txtt/m/n/10 has_prefix_files\T1/qtm/m/n/10 , \T1/txtt/m/n/10 always _include_files\T1/qtm/m/n/10 , [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255] [256] [257] [258] [259] [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] Underfull \hbox (badness 10000) in paragraph at lines 26871--26874 []\T1/qtm/m/n/10 al-low to set \T1/txtt/m/n/10 __conda_buildnum__.txt \T1/qtm/m /n/10 and \T1/txtt/m/n/10 __conda_buildstr__.txt\T1/qtm/m/n/10 , anal-o-gous to [273] [274] [275] [276] Chapter 6. [277] [278] No file continuumio-conda-build.ind. [279] (./continuumio-conda-build.aux) LaTeX Warning: There were undefined references. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. Package rerunfilecheck Warning: File `continuumio-conda-build.out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. ) (see the transcript file for additional information){/usr/share/texmf/fonts/enc /dvips/tex-gyre/q-ts1.enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ec.enc}{ /usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r.enc}{/usr/share/texlive/t exmf-dist/fonts/enc/dvips/fontawesome5/fa5free1.enc}{/usr/share/texlive/texmf-d ist/fonts/enc/dvips/fontawesome5/fa5free2.enc} Output written on continuumio-conda-build.pdf (283 pages, 892094 bytes). Transcript written on continuumio-conda-build.log. Latexmk: Index file 'continuumio-conda-build.idx' was written Latexmk: Missing input file 'continuumio-conda-build.ind' (or dependence on it) from following: 'No file continuumio-conda-build.ind.' Latexmk: References changed. Latexmk: References changed. Latexmk: Log file says output to 'continuumio-conda-build.pdf' Rule 'makeindex continuumio-conda-build.idx': File changes, etc: Changed files, or newly in use since previous run(s): 'continuumio-conda-build.idx' ------------ Run number 1 of rule 'makeindex continuumio-conda-build.idx' ------------ Latexmk: Examining 'continuumio-conda-build.log' === TeX engine is 'pdfTeX' Latexmk: applying rule 'makeindex continuumio-conda-build.idx'... ------------ Running 'makeindex -s python.ist -o "continuumio-conda-build.ind" "continuumio-conda-build.idx"' ------------ This is makeindex, version 2.15 [TeX Live 2022/dev] (kpathsea + Thai support). Scanning style file ./python.ist.......done (7 attributes redefined, 0 ignored). Scanning input file continuumio-conda-build.idx....done (8 entries accepted, 0 rejected). Sorting entries....done (23 comparisons). Generating output file continuumio-conda-build.ind....done (31 lines written, 0 warnings). Output written in continuumio-conda-build.ind. Transcript written in continuumio-conda-build.ilg. Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'continuumio-conda-build.aux' 'continuumio-conda-build.ind' 'continuumio-conda-build.out' ------------ Run number 2 of rule 'pdflatex' ------------ Latexmk: applying rule 'pdflatex'... ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="continuumio-conda-build" "conda-build.tex"' ------------ This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./conda-build.tex LaTeX2e <2021-11-15> patch level 1 L3 programming layer <2022-01-21> (./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 2021/10/04 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/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/generic/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)) (./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)) (./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) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.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) (./sphinxpackagefootnote.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/parskip/parskip-2001-04-09.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/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.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/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.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) (./sphinxmessages.sty) Writing index file continuumio-conda-build.idx (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./continuumio-conda-build.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/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)) (./continuumio-conda-build.out) (./continuumio-conda-build.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}] [2] (./continuumio-conda-build.toc (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd)) [1] [2] [1] [2] Chapter 1. (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [3] [4] Chapter 2. (/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd) [5] [6] [7] [8] [9] [10] (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/ufontawesomefree2.fd) [11] [12] [13] [14 <./conda_names.png>] [15] [16] Chapter 3. [17] [18] [19] (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/ufontawesomefree1.fd) [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] Overfull \hbox (19.159pt too wide) in paragraph at lines 3436--3438 []|\T1/qtm/m/n/10 CMAKE_GENERATOR| Overfull \hbox (2.04875pt too wide) in paragraph at lines 3562--3564 []|\T1/txtt/m/n/10 PKG_BUILD_STRING| [41] Underfull \hbox (badness 10000) in paragraph at lines 3688--3690 []|\T1/qtm/m/n/10 LI- Overfull \hbox (9.32898pt too wide) in paragraph at lines 3748--3750 []|\T1/qtm/m/n/10 PKG_CONFIG_PATH| Underfull \hbox (badness 10000) in paragraph at lines 3791--3793 []|\T1/qtm/m/n/10 MA- Overfull \hbox (60.12898pt too wide) in paragraph at lines 3791--3793 \T1/qtm/m/n/10 COSX_DEPLOYMENT_TARGET| Overfull \hbox (20.269pt too wide) in paragraph at lines 3854--3856 []|\T1/qtm/m/n/10 GIT_DESCRIBE_HASH| Overfull \hbox (35.829pt too wide) in paragraph at lines 3862--3864 []|\T1/qtm/m/n/10 GIT_DESCRIBE_NUMBER| Overfull \hbox (12.499pt too wide) in paragraph at lines 3870--3872 []|\T1/qtm/m/n/10 GIT_DESCRIBE_TAG| [42] Overfull \hbox (51.949pt too wide) in paragraph at lines 3931--3933 []|\T1/qtm/m/n/10 HG_LATEST_TAG_DISTANCE| [43] [44] [45] [46] Chapter 4. [47] [48] Underfull \hbox (badness 10000) in paragraph at lines 4343--4348 []\T1/qtm/m/n/10 Build scripts for ma-cOS should make use of the vari-ables \T1 /txtt/m/n/10 MACOSX_DEPLOYMENT_TARGET \T1/qtm/m/n/10 and [49] [50] Overfull \vbox (2.7787pt too high) detected at line 4569 [51] [52] Underfull \hbox (badness 5077) in paragraph at lines 4650--4655 \T1/qtm/m/n/10 Re-mem-ber the Jinja2 func-tion, \T1/txtt/m/n/10 {{ compiler(\TS 1/txtt/m/n/10 '\T1/txtt/m/n/10 c\TS1/txtt/m/n/10 '\T1/txtt/m/n/10 ) }}\T1/qtm/m /n/10 ? Here\TS1/qtm/m/n/10 '\T1/qtm/m/n/10 s where that comes in. Spe-cific ke ys [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] Underfull \hbox (badness 10000) in paragraph at lines 5760--5763 []\T1/qtm/m/n/10 You can also list the pack-age the \T1/txtt/m/n/10 run_exports \T1/qtm/m/n/10 con-straint is com-ing from us-ing the \T1/txtt/m/n/10 build/ [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] Underfull \hbox (badness 5637) in paragraph at lines 6857--6865 []\T1/qtm/m/n/10 The func-tions \T1/txtt/m/n/10 load_setup_py_data\T1/qtm/m/n/1 0 , \T1/txtt/m/n/10 load_file_regex\T1/qtm/m/n/10 , and \T1/txtt/m/n/10 load_fi le_data \T1/qtm/m/n/10 all take the pa-ram-e-ters Underfull \hbox (badness 5817) in paragraph at lines 6883--6892 []\T1/txtt/m/n/10 resolved_packages(\TS1/txtt/m/n/10 '\T1/txtt/m/n/10 environme nt_name\TS1/txtt/m/n/10 '\T1/txtt/m/n/10 )\T1/qtm/m/n/10 : Re-turns the fi-nal list of pack-ages (in the form of [82] [83] [84] [85] [86] [87] [88] [89] [90] Underfull \hbox (badness 10000) in paragraph at lines 7973--7975 []|\T1/qtm/m/n/10 ==, and [91] Underfull \hbox (badness 10000) in paragraph at lines 8148--8150 []|\T1/txtt/m/n/10 conda install "numpy=1.11. Underfull \hbox (badness 10000) in paragraph at lines 8162--8164 []|\T1/txtt/m/n/10 conda install "numpy>=1.8, [92] [93] [94] [95] Underfull \hbox (badness 5475) in paragraph at lines 8532--8537 []\T1/qtm/m/n/10 By re-fer-ring to sub-pack-ages this way, you don\TS1/qtm/m/n/ 10 '\T1/qtm/m/n/10 t need to worry about what the end ver-sion of [96] [97] Underfull \hbox (badness 10000) in paragraph at lines 8689--8695 []\T1/qtm/m/n/10 Pass the \T1/txtt/m/n/10 variants \T1/qtm/m/n/10 key-word ar-g u-ment to API func-tions. Cur-rently, the \T1/txtt/m/n/10 build\T1/qtm/m/n/10 , \T1/txtt/m/n/10 render\T1/qtm/m/n/10 , [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] Underfull \hbox (badness 10000) in paragraph at lines 9537--9546 []\T1/txtt/m/n/10 pin_compatible(\TS1/txtt/m/n/10 '\T1/txtt/m/n/10 package_name \TS1/txtt/m/n/10 '\T1/txtt/m/n/10 , min_pin=\TS1/txtt/m/n/10 '\T1/txtt/m/n/10 x .x.x.x.x.x\TS1/txtt/m/n/10 '\T1/txtt/m/n/10 , max_pin=\TS1/txtt/m/n/10 '\T1/txt t/m/n/10 x\TS1/txtt/m/n/10 '\T1/txtt/m/n/10 , lower_bound=None, [108] [109] [110] [111] [112] [113] [114] [115] [116] Chapter 5. Underfull \hbox (badness 10000) in paragraph at lines 10184--10186 []\T1/qtm/m/n/10 Mark \T1/txtt/m/n/10 conda_build.metadata.toposort \T1/qtm/m/n /10 as dep-re-cated. Use \T1/txtt/m/n/10 conda_build.metadata. [117] Underfull \hbox (badness 10000) in paragraph at lines 10271--10273 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.cc_pla tform \T1/qtm/m/n/10 con-stant. Use \T1/txtt/m/n/10 conda.base.context. Underfull \hbox (badness 10000) in paragraph at lines 10291--10293 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.get_rc _urls \T1/qtm/m/n/10 func-tion. Use \T1/txtt/m/n/10 conda.base.context. Underfull \hbox (badness 10000) in paragraph at lines 10299--10301 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.get_co nda_channel \T1/qtm/m/n/10 func-tion. Use \T1/txtt/m/n/10 conda.models. [118] Underfull \hbox (badness 6542) in paragraph at lines 10335--10337 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.Progre ssiveFetchExtract \T1/qtm/m/n/10 class. Use \T1/txtt/m/n/10 conda.core. Underfull \hbox (badness 10000) in paragraph at lines 10343--10345 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.CondaH TTPError \T1/qtm/m/n/10 class. Use \T1/txtt/m/n/10 conda.exceptions. Underfull \hbox (badness 10000) in paragraph at lines 10359--10361 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.Paddin gError \T1/qtm/m/n/10 class. Use \T1/txtt/m/n/10 conda.exceptions. Underfull \hbox (badness 10000) in paragraph at lines 10371--10373 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.config.Config.override _channels\T1/qtm/m/n/10 . De-fer to \T1/txtt/m/n/10 conda.base.context. Underfull \hbox (badness 10000) in paragraph at lines 10379--10381 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.add_pa rser_channels\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.cli.helpers. Underfull \hbox (badness 10000) in paragraph at lines 10383--10385 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.add_pa rser_prefix\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.cli.helpers. Underfull \hbox (badness 7133) in paragraph at lines 10387--10389 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.Argume ntParser\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.cli.conda_argparse. Underfull \hbox (badness 10000) in paragraph at lines 10403--10405 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.CondaS ession\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.gateways.connection. Underfull \hbox (badness 10000) in paragraph at lines 10411--10413 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.Entity Encoder\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.auxlib.entity. [119] Underfull \hbox (badness 10000) in paragraph at lines 10443--10445 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.NoPack agesFound\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.exceptions. Underfull \hbox (badness 7133) in paragraph at lines 10447--10449 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.normal ized_version\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.models.version. Underfull \hbox (badness 10000) in paragraph at lines 10451--10453 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.Packag eRecord\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.models.records. Underfull \hbox (badness 7133) in paragraph at lines 10459--10461 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.prefix _placeholder\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.base.constants. Underfull \hbox (badness 10000) in paragraph at lines 10471--10473 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.spec_f rom_line\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.cli.common. Underfull \hbox (badness 10000) in paragraph at lines 10475--10477 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.specs_ from_args\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.cli.common. Underfull \hbox (badness 10000) in paragraph at lines 10479--10481 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.specs_ from_url\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.cli.common. Underfull \hbox (badness 10000) in paragraph at lines 10495--10497 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.TmpDow nload\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.gateways.connection. Underfull \hbox (badness 10000) in paragraph at lines 10503--10505 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.Unsati sfiable\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.exceptions. [120] Underfull \hbox (badness 10000) in paragraph at lines 10515--10517 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.Versio nOrder\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.models.version. Underfull \hbox (badness 10000) in paragraph at lines 10523--10525 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.win_pa th_to_unix\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.common.path. Underfull \hbox (badness 10000) in paragraph at lines 10571--10573 []\T1/qtm/m/n/10 Re-move \T1/txtt/m/n/10 conda_build.conda_interface.handle_pro xy_407\T1/qtm/m/n/10 . Han-dled by \T1/txtt/m/n/10 conda.gateways. Underfull \hbox (badness 10000) in paragraph at lines 10575--10577 []\T1/qtm/m/n/10 Re-move \T1/txtt/m/n/10 conda_build.conda_interface.hashsum_fi le\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.gateways.disk.read. Underfull \hbox (badness 10000) in paragraph at lines 10579--10581 []\T1/qtm/m/n/10 Re-move \T1/txtt/m/n/10 conda_build.conda_interface.md5_file\T 1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.gateways.disk.read. [121] [122] Underfull \hbox (badness 10000) in paragraph at lines 10823--10825 []\T1/qtm/m/n/10 Re-move \T1/txtt/m/n/10 conda_build.environ.get_install_action s\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda_build.environ. [123] Underfull \hbox (badness 10000) in paragraph at lines 10967--10969 []\T1/qtm/m/n/10 Mark \T1/txtt/m/n/10 conda_build.api.get_output_file_path \T1/ qtm/m/n/10 as dep-re-cated. Use \T1/txtt/m/n/10 conda_build.api. [124] [125] Underfull \hbox (badness 10000) in paragraph at lines 11130--11132 []\T1/qtm/m/n/10 Mark \T1/txtt/m/n/10 conda_build.inspect_pkg.check_install(pac kage) \T1/qtm/m/n/10 as pend-ing dep-re-ca-tion in fa-vor of [126] Underfull \hbox (badness 10000) in paragraph at lines 11314--11316 []\T1/qtm/m/n/10 Mark \T1/txtt/m/n/10 conda_build.render.get_upstream_pins(acti ons) \T1/qtm/m/n/10 as pend-ing dep-re-ca-tion in fa-vor of [127] [128] [129] Underfull \hbox (badness 10000) in paragraph at lines 11605--11607 []\T1/qtm/m/n/10 Fix link-ing check re-gres-sions by restor-ing pre-3.28 be-hav -ior for \T1/txtt/m/n/10 conda_build.inspect_pkg. [130] [131] Underfull \hbox (badness 10000) in paragraph at lines 11838--11840 []\T1/qtm/m/n/10 Mark \T1/txtt/m/n/10 conda_build.post.library_nature(subdir, b ldpkgs_dirs, output_folder, Underfull \hbox (badness 10000) in paragraph at lines 11846--11848 []\T1/qtm/m/n/10 Mark \T1/txtt/m/n/10 conda_build.post.FakeDist \T1/qtm/m/n/10 for pend-ing dep-re-ca-tion. Use \T1/txtt/m/n/10 conda.models.records. [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] Underfull \hbox (badness 10000) in paragraph at lines 12982--12985 \T1/qtm/m/n/10 able via \T1/txtt/m/n/10 from setuptools import setup \T1/qtm/m/ n/10 and \T1/txtt/m/n/10 setup(distclass=conda_build.bdist_conda. [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] Underfull \hbox (badness 10000) in paragraph at lines 23176--23178 []\T1/qtm/m/n/10 sup-port globs in \T1/txtt/m/n/10 ignore_prefix_files\T1/qtm/m /n/10 , \T1/txtt/m/n/10 has_prefix_files\T1/qtm/m/n/10 , \T1/txtt/m/n/10 always _include_files\T1/qtm/m/n/10 , [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255] [256] [257] [258] [259] [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] Underfull \hbox (badness 10000) in paragraph at lines 26871--26874 []\T1/qtm/m/n/10 al-low to set \T1/txtt/m/n/10 __conda_buildnum__.txt \T1/qtm/m /n/10 and \T1/txtt/m/n/10 __conda_buildstr__.txt\T1/qtm/m/n/10 , anal-o-gous to [273] [274] [275] [276] Chapter 6. [277] [278] (./continuumio-conda-build.ind [279] [280] [281]) (./continuumio-conda-build.aux) Package rerunfilecheck Warning: File `continuumio-conda-build.out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. ) (see the transcript file for additional information){/usr/share/texmf/fonts/enc /dvips/tex-gyre/q-ts1.enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ec.enc}{ /usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r.enc}{/usr/share/texlive/t exmf-dist/fonts/enc/dvips/fontawesome5/fa5free1.enc}{/usr/share/texlive/texmf-d ist/fonts/enc/dvips/fontawesome5/fa5free2.enc} Output written on continuumio-conda-build.pdf (285 pages, 960239 bytes). Transcript written on continuumio-conda-build.log. Latexmk: Index file 'continuumio-conda-build.idx' was written Latexmk: References changed. Latexmk: Log file says output to 'continuumio-conda-build.pdf' Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'continuumio-conda-build.aux' 'continuumio-conda-build.out' 'continuumio-conda-build.toc' ------------ Run number 3 of rule 'pdflatex' ------------ Latexmk: Examining 'continuumio-conda-build.log' === TeX engine is 'pdfTeX' Latexmk: applying rule 'pdflatex'... ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="continuumio-conda-build" "conda-build.tex"' ------------ This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./conda-build.tex LaTeX2e <2021-11-15> patch level 1 L3 programming layer <2022-01-21> (./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 2021/10/04 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/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/generic/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)) (./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)) (./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) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.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) (./sphinxpackagefootnote.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/parskip/parskip-2001-04-09.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/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.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/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.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) (./sphinxmessages.sty) Writing index file continuumio-conda-build.idx (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./continuumio-conda-build.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/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)) (./continuumio-conda-build.out) (./continuumio-conda-build.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}] [2] (./continuumio-conda-build.toc (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd)) [1] [2] [1] [2] Chapter 1. (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [3] [4] Chapter 2. (/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd) [5] [6] [7] [8] [9] [10] (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/ufontawesomefree2.fd) [11] [12] [13] [14 <./conda_names.png>] [15] [16] Chapter 3. [17] [18] [19] (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/ufontawesomefree1.fd) [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] Overfull \hbox (19.159pt too wide) in paragraph at lines 3436--3438 []|\T1/qtm/m/n/10 CMAKE_GENERATOR| Overfull \hbox (2.04875pt too wide) in paragraph at lines 3562--3564 []|\T1/txtt/m/n/10 PKG_BUILD_STRING| [41] Underfull \hbox (badness 10000) in paragraph at lines 3688--3690 []|\T1/qtm/m/n/10 LI- Overfull \hbox (9.32898pt too wide) in paragraph at lines 3748--3750 []|\T1/qtm/m/n/10 PKG_CONFIG_PATH| Underfull \hbox (badness 10000) in paragraph at lines 3791--3793 []|\T1/qtm/m/n/10 MA- Overfull \hbox (60.12898pt too wide) in paragraph at lines 3791--3793 \T1/qtm/m/n/10 COSX_DEPLOYMENT_TARGET| Overfull \hbox (20.269pt too wide) in paragraph at lines 3854--3856 []|\T1/qtm/m/n/10 GIT_DESCRIBE_HASH| Overfull \hbox (35.829pt too wide) in paragraph at lines 3862--3864 []|\T1/qtm/m/n/10 GIT_DESCRIBE_NUMBER| Overfull \hbox (12.499pt too wide) in paragraph at lines 3870--3872 []|\T1/qtm/m/n/10 GIT_DESCRIBE_TAG| [42] Overfull \hbox (51.949pt too wide) in paragraph at lines 3931--3933 []|\T1/qtm/m/n/10 HG_LATEST_TAG_DISTANCE| [43] [44] [45] [46] Chapter 4. [47] [48] Underfull \hbox (badness 10000) in paragraph at lines 4343--4348 []\T1/qtm/m/n/10 Build scripts for ma-cOS should make use of the vari-ables \T1 /txtt/m/n/10 MACOSX_DEPLOYMENT_TARGET \T1/qtm/m/n/10 and [49] [50] Overfull \vbox (2.7787pt too high) detected at line 4569 [51] [52] Underfull \hbox (badness 5077) in paragraph at lines 4650--4655 \T1/qtm/m/n/10 Re-mem-ber the Jinja2 func-tion, \T1/txtt/m/n/10 {{ compiler(\TS 1/txtt/m/n/10 '\T1/txtt/m/n/10 c\TS1/txtt/m/n/10 '\T1/txtt/m/n/10 ) }}\T1/qtm/m /n/10 ? Here\TS1/qtm/m/n/10 '\T1/qtm/m/n/10 s where that comes in. Spe-cific ke ys [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] Underfull \hbox (badness 10000) in paragraph at lines 5760--5763 []\T1/qtm/m/n/10 You can also list the pack-age the \T1/txtt/m/n/10 run_exports \T1/qtm/m/n/10 con-straint is com-ing from us-ing the \T1/txtt/m/n/10 build/ [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] Underfull \hbox (badness 5637) in paragraph at lines 6857--6865 []\T1/qtm/m/n/10 The func-tions \T1/txtt/m/n/10 load_setup_py_data\T1/qtm/m/n/1 0 , \T1/txtt/m/n/10 load_file_regex\T1/qtm/m/n/10 , and \T1/txtt/m/n/10 load_fi le_data \T1/qtm/m/n/10 all take the pa-ram-e-ters Underfull \hbox (badness 5817) in paragraph at lines 6883--6892 []\T1/txtt/m/n/10 resolved_packages(\TS1/txtt/m/n/10 '\T1/txtt/m/n/10 environme nt_name\TS1/txtt/m/n/10 '\T1/txtt/m/n/10 )\T1/qtm/m/n/10 : Re-turns the fi-nal list of pack-ages (in the form of [82] [83] [84] [85] [86] [87] [88] [89] [90] Underfull \hbox (badness 10000) in paragraph at lines 7973--7975 []|\T1/qtm/m/n/10 ==, and [91] Underfull \hbox (badness 10000) in paragraph at lines 8148--8150 []|\T1/txtt/m/n/10 conda install "numpy=1.11. Underfull \hbox (badness 10000) in paragraph at lines 8162--8164 []|\T1/txtt/m/n/10 conda install "numpy>=1.8, [92] [93] [94] [95] Underfull \hbox (badness 5475) in paragraph at lines 8532--8537 []\T1/qtm/m/n/10 By re-fer-ring to sub-pack-ages this way, you don\TS1/qtm/m/n/ 10 '\T1/qtm/m/n/10 t need to worry about what the end ver-sion of [96] [97] Underfull \hbox (badness 10000) in paragraph at lines 8689--8695 []\T1/qtm/m/n/10 Pass the \T1/txtt/m/n/10 variants \T1/qtm/m/n/10 key-word ar-g u-ment to API func-tions. Cur-rently, the \T1/txtt/m/n/10 build\T1/qtm/m/n/10 , \T1/txtt/m/n/10 render\T1/qtm/m/n/10 , [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] Underfull \hbox (badness 10000) in paragraph at lines 9537--9546 []\T1/txtt/m/n/10 pin_compatible(\TS1/txtt/m/n/10 '\T1/txtt/m/n/10 package_name \TS1/txtt/m/n/10 '\T1/txtt/m/n/10 , min_pin=\TS1/txtt/m/n/10 '\T1/txtt/m/n/10 x .x.x.x.x.x\TS1/txtt/m/n/10 '\T1/txtt/m/n/10 , max_pin=\TS1/txtt/m/n/10 '\T1/txt t/m/n/10 x\TS1/txtt/m/n/10 '\T1/txtt/m/n/10 , lower_bound=None, [108] [109] [110] [111] [112] [113] [114] [115] [116] Chapter 5. Underfull \hbox (badness 10000) in paragraph at lines 10184--10186 []\T1/qtm/m/n/10 Mark \T1/txtt/m/n/10 conda_build.metadata.toposort \T1/qtm/m/n /10 as dep-re-cated. Use \T1/txtt/m/n/10 conda_build.metadata. [117] Underfull \hbox (badness 10000) in paragraph at lines 10271--10273 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.cc_pla tform \T1/qtm/m/n/10 con-stant. Use \T1/txtt/m/n/10 conda.base.context. Underfull \hbox (badness 10000) in paragraph at lines 10291--10293 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.get_rc _urls \T1/qtm/m/n/10 func-tion. Use \T1/txtt/m/n/10 conda.base.context. Underfull \hbox (badness 10000) in paragraph at lines 10299--10301 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.get_co nda_channel \T1/qtm/m/n/10 func-tion. Use \T1/txtt/m/n/10 conda.models. [118] Underfull \hbox (badness 6542) in paragraph at lines 10335--10337 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.Progre ssiveFetchExtract \T1/qtm/m/n/10 class. Use \T1/txtt/m/n/10 conda.core. Underfull \hbox (badness 10000) in paragraph at lines 10343--10345 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.CondaH TTPError \T1/qtm/m/n/10 class. Use \T1/txtt/m/n/10 conda.exceptions. Underfull \hbox (badness 10000) in paragraph at lines 10359--10361 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.Paddin gError \T1/qtm/m/n/10 class. Use \T1/txtt/m/n/10 conda.exceptions. Underfull \hbox (badness 10000) in paragraph at lines 10371--10373 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.config.Config.override _channels\T1/qtm/m/n/10 . De-fer to \T1/txtt/m/n/10 conda.base.context. Underfull \hbox (badness 10000) in paragraph at lines 10379--10381 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.add_pa rser_channels\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.cli.helpers. Underfull \hbox (badness 10000) in paragraph at lines 10383--10385 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.add_pa rser_prefix\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.cli.helpers. Underfull \hbox (badness 7133) in paragraph at lines 10387--10389 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.Argume ntParser\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.cli.conda_argparse. Underfull \hbox (badness 10000) in paragraph at lines 10403--10405 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.CondaS ession\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.gateways.connection. Underfull \hbox (badness 10000) in paragraph at lines 10411--10413 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.Entity Encoder\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.auxlib.entity. [119] Underfull \hbox (badness 10000) in paragraph at lines 10443--10445 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.NoPack agesFound\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.exceptions. Underfull \hbox (badness 7133) in paragraph at lines 10447--10449 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.normal ized_version\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.models.version. Underfull \hbox (badness 10000) in paragraph at lines 10451--10453 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.Packag eRecord\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.models.records. Underfull \hbox (badness 7133) in paragraph at lines 10459--10461 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.prefix _placeholder\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.base.constants. Underfull \hbox (badness 10000) in paragraph at lines 10471--10473 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.spec_f rom_line\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.cli.common. Underfull \hbox (badness 10000) in paragraph at lines 10475--10477 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.specs_ from_args\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.cli.common. Underfull \hbox (badness 10000) in paragraph at lines 10479--10481 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.specs_ from_url\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.cli.common. Underfull \hbox (badness 10000) in paragraph at lines 10495--10497 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.TmpDow nload\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.gateways.connection. Underfull \hbox (badness 10000) in paragraph at lines 10503--10505 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.Unsati sfiable\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.exceptions. [120] Underfull \hbox (badness 10000) in paragraph at lines 10515--10517 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.Versio nOrder\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.models.version. Underfull \hbox (badness 10000) in paragraph at lines 10523--10525 []\T1/qtm/m/n/10 Dep-re-cate \T1/txtt/m/n/10 conda_build.conda_interface.win_pa th_to_unix\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.common.path. Underfull \hbox (badness 10000) in paragraph at lines 10571--10573 []\T1/qtm/m/n/10 Re-move \T1/txtt/m/n/10 conda_build.conda_interface.handle_pro xy_407\T1/qtm/m/n/10 . Han-dled by \T1/txtt/m/n/10 conda.gateways. Underfull \hbox (badness 10000) in paragraph at lines 10575--10577 []\T1/qtm/m/n/10 Re-move \T1/txtt/m/n/10 conda_build.conda_interface.hashsum_fi le\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.gateways.disk.read. Underfull \hbox (badness 10000) in paragraph at lines 10579--10581 []\T1/qtm/m/n/10 Re-move \T1/txtt/m/n/10 conda_build.conda_interface.md5_file\T 1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda.gateways.disk.read. [121] [122] Underfull \hbox (badness 10000) in paragraph at lines 10823--10825 []\T1/qtm/m/n/10 Re-move \T1/txtt/m/n/10 conda_build.environ.get_install_action s\T1/qtm/m/n/10 . Use \T1/txtt/m/n/10 conda_build.environ. [123] Underfull \hbox (badness 10000) in paragraph at lines 10967--10969 []\T1/qtm/m/n/10 Mark \T1/txtt/m/n/10 conda_build.api.get_output_file_path \T1/ qtm/m/n/10 as dep-re-cated. Use \T1/txtt/m/n/10 conda_build.api. [124] [125] Underfull \hbox (badness 10000) in paragraph at lines 11130--11132 []\T1/qtm/m/n/10 Mark \T1/txtt/m/n/10 conda_build.inspect_pkg.check_install(pac kage) \T1/qtm/m/n/10 as pend-ing dep-re-ca-tion in fa-vor of [126] Underfull \hbox (badness 10000) in paragraph at lines 11314--11316 []\T1/qtm/m/n/10 Mark \T1/txtt/m/n/10 conda_build.render.get_upstream_pins(acti ons) \T1/qtm/m/n/10 as pend-ing dep-re-ca-tion in fa-vor of [127] [128] [129] Underfull \hbox (badness 10000) in paragraph at lines 11605--11607 []\T1/qtm/m/n/10 Fix link-ing check re-gres-sions by restor-ing pre-3.28 be-hav -ior for \T1/txtt/m/n/10 conda_build.inspect_pkg. [130] [131] Underfull \hbox (badness 10000) in paragraph at lines 11838--11840 []\T1/qtm/m/n/10 Mark \T1/txtt/m/n/10 conda_build.post.library_nature(subdir, b ldpkgs_dirs, output_folder, Underfull \hbox (badness 10000) in paragraph at lines 11846--11848 []\T1/qtm/m/n/10 Mark \T1/txtt/m/n/10 conda_build.post.FakeDist \T1/qtm/m/n/10 for pend-ing dep-re-ca-tion. Use \T1/txtt/m/n/10 conda.models.records. [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] Underfull \hbox (badness 10000) in paragraph at lines 12982--12985 \T1/qtm/m/n/10 able via \T1/txtt/m/n/10 from setuptools import setup \T1/qtm/m/ n/10 and \T1/txtt/m/n/10 setup(distclass=conda_build.bdist_conda. [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] Underfull \hbox (badness 10000) in paragraph at lines 23176--23178 []\T1/qtm/m/n/10 sup-port globs in \T1/txtt/m/n/10 ignore_prefix_files\T1/qtm/m /n/10 , \T1/txtt/m/n/10 has_prefix_files\T1/qtm/m/n/10 , \T1/txtt/m/n/10 always _include_files\T1/qtm/m/n/10 , [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255] [256] [257] [258] [259] [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] Underfull \hbox (badness 10000) in paragraph at lines 26871--26874 []\T1/qtm/m/n/10 al-low to set \T1/txtt/m/n/10 __conda_buildnum__.txt \T1/qtm/m /n/10 and \T1/txtt/m/n/10 __conda_buildstr__.txt\T1/qtm/m/n/10 , anal-o-gous to [273] [274] [275] [276] Chapter 6. [277] [278] (./continuumio-conda-build.ind [279] [280] [281]) (./continuumio-conda-build.aux) ) (see the transcript file for additional information){/usr/share/texmf/fonts/enc /dvips/tex-gyre/q-ts1.enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ec.enc}{ /usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r.enc}{/usr/share/texlive/t exmf-dist/fonts/enc/dvips/fontawesome5/fa5free1.enc}{/usr/share/texlive/texmf-d ist/fonts/enc/dvips/fontawesome5/fa5free2.enc} Output written on continuumio-conda-build.pdf (285 pages, 960864 bytes). Transcript written on continuumio-conda-build.log. Latexmk: Index file 'continuumio-conda-build.idx' was written Latexmk: Log file says output to 'continuumio-conda-build.pdf' Latexmk: Examining 'continuumio-conda-build.log' === TeX engine is 'pdfTeX' Latexmk: All targets (continuumio-conda-build.pdf) are up-to-date [rtd-command-info] start-time: 2024-07-15T20:14:17.007386Z, end-time: 2024-07-15T20:14:20.126799Z, duration: 3, exit-code: 0 python -m sphinx -T -b epub -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/epub Running Sphinx v7.4.4 loading translations [en]... done making output directory... done Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`. loading pickled environment... done myst v2.0.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions={'smartquotes', 'colon_fence', 'amsmath', 'replacements', 'deflist', 'html_admonition', 'html_image', 'tasklist', 'dollarmath', 'substitution', 'linkify'}, disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=3, heading_slug_func=None, html_meta={}, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True) building [mo]: targets for 0 po files that are out of date writing output... building [epub]: targets for 50 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... done copying extra files... done copying assets: done writing output... [ 2%] concepts/channels writing output... [ 4%] concepts/generating-index writing output... [ 6%] concepts/index writing output... [ 8%] concepts/package-naming-conv writing output... [ 10%] concepts/recipe writing output... [ 12%] contributing-guide writing output... [ 14%] index writing output... [ 16%] install-conda-build writing output... [ 18%] release-notes writing output... [ 20%] resources/activate-scripts writing output... [ 22%] resources/add-win-start-menu-items writing output... [ 24%] resources/build-scripts writing output... [ 26%] resources/commands/conda-build writing output... [ 28%] resources/commands/conda-convert writing output... [ 30%] resources/commands/conda-develop writing output... [ 32%] resources/commands/conda-index writing output... [ 34%] resources/commands/conda-inspect writing output... [ 36%] resources/commands/conda-inspect-channels writing output... [ 38%] resources/commands/conda-inspect-linkages writing output... [ 40%] resources/commands/conda-inspect-objects writing output... [ 42%] resources/commands/conda-metapackage writing output... [ 44%] resources/commands/conda-render writing output... [ 46%] resources/commands/conda-skeleton writing output... [ 48%] resources/commands/conda-skeleton-cpan writing output... [ 50%] resources/commands/conda-skeleton-cran writing output... [ 52%] resources/commands/conda-skeleton-luarocks writing output... [ 54%] resources/commands/conda-skeleton-pypi writing output... [ 56%] resources/commands/index writing output... [ 58%] resources/compiler-tools writing output... [ 60%] resources/define-metadata writing output... [ 62%] resources/index writing output... [ 64%] resources/link-scripts writing output... [ 66%] resources/make-relocatable writing output... [ 68%] resources/package-spec writing output... [ 70%] resources/style-guide writing output... [ 72%] resources/tutorial-template writing output... [ 74%] resources/use-shared-libraries writing output... [ 76%] resources/variants writing output... [ 78%] user-guide/environment-variables writing output... [ 80%] user-guide/getting-started writing output... [ 82%] user-guide/index writing output... [ 84%] user-guide/recipes/debugging writing output... [ 86%] user-guide/recipes/index writing output... [ 88%] user-guide/recipes/sample-recipes writing output... [ 90%] user-guide/tutorials/build-pkgs writing output... [ 92%] user-guide/tutorials/build-pkgs-skeleton writing output... [ 94%] user-guide/tutorials/build-r-pkgs writing output... [ 96%] user-guide/tutorials/building-conda-packages writing output... [ 98%] user-guide/tutorials/index writing output... [100%] user-guide/wheel-files /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-build/checkouts/latest/docs/source/resources/define-metadata.rst:1319: WARNING: Lexing literal_block 'outputs:\n - name: subpackage-name\n files:\n - a-file\n - a-folder\n - *.some-extension\n - somefolder/*.some-extension' as "yaml" resulted in an error at token: '*'. Retrying in relaxed mode. /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-build/checkouts/latest/docs/source/resources/define-metadata.rst:1338: WARNING: Lexing literal_block 'outputs:\n - name: subpackage-name\n files:\n include:\n - a-file\n - a-folder\n - *.some-extension\n - somefolder/*.some-extension\n exclude:\n - *.exclude-extension\n - a-folder/**/*.some-extension' as "yaml" resulted in an error at token: '*'. Retrying in relaxed mode. generating indices... genindex done writing additional pages... done copying images... [100%] img/conda_names.png writing mimetype file... writing META-INF/container.xml file... writing content.opf file... WARNING: unknown mimetype for robots.txt, ignoring writing nav.xhtml file... writing toc.ncx file... writing conda-build.epub file... Updating searchtools for Read the Docs search... sphinx-sitemap: sitemap.xml was generated for URL https://docs.conda.io/projects/conda-build/ in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-build/checkouts/latest/_readthedocs/epub/sitemap.xml build succeeded, 3 warnings. The ePub file is in ../../_readthedocs/epub.