Read the Docs build information Build id: 1869833 Project: continuumio-conda-docs Version: main Commit: 59565c724551a841621f081420255107c26dd6ed Date: 2023-11-29T10:15:50.328181Z State: finished Success: True [rtd-command-info] start-time: 2023-11-29T10:15:51.624148Z, end-time: 2023-11-29T10:15:52.176638Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/conda/conda-docs . Cloning into '.'... [rtd-command-info] start-time: 2023-11-29T10:15:52.245936Z, end-time: 2023-11-29T10:15:52.882925Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/main:refs/remotes/origin/main [rtd-command-info] start-time: 2023-11-29T10:15:53.016425Z, end-time: 2023-11-29T10:15:53.079032Z, 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 59565c7 Remove unused files (#910) [rtd-command-info] start-time: 2023-11-29T10:15:53.156391Z, end-time: 2023-11-29T10:15:53.213214Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-11-29T10:15:53.286701Z, end-time: 2023-11-29T10:15:53.343151Z, duration: 0, exit-code: 0 cat .readthedocs.yml version: 2 # Set build image and Python version build: os: ubuntu-22.04 tools: python: "3" python: install: - requirements: requirements.txt # Additional (downloadable) formats of the documentation to be built, apart # from the default HTML. formats: - htmlzip [rtd-command-info] start-time: 2023-11-29T10:15:59.635771Z, end-time: 2023-11-29T10:15:59.713221Z, duration: 0, exit-code: 0 asdf global python 3.12.0 [rtd-command-info] start-time: 2023-11-29T10:16:00.166000Z, end-time: 2023-11-29T10:16:01.380219Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.12.0.final.0-64 in 900ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/envs/main, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/docs/.local/share/virtualenv) added seed packages: pip==23.1, setuptools==67.6.1, wheel==0.40.0 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: 2023-11-29T10:16:01.450250Z, end-time: 2023-11-29T10:16:15.879697Z, duration: 14, 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-docs/envs/main/lib/python3.12/site-packages (23.1) Collecting pip Downloading pip-23.3.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 8.7 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/envs/main/lib/python3.12/site-packages (67.6.1) Collecting setuptools Downloading setuptools-69.0.2-py3-none-any.whl (819 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 819.5/819.5 kB 21.5 MB/s eta 0:00:00 Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 67.6.1 Uninstalling setuptools-67.6.1: Successfully uninstalled setuptools-67.6.1 Attempting uninstall: pip Found existing installation: pip 23.1 Uninstalling pip-23.1: Successfully uninstalled pip-23.1 Successfully installed pip-23.3.1 setuptools-69.0.2 [rtd-command-info] start-time: 2023-11-29T10:16:15.955278Z, end-time: 2023-11-29T10:16:26.043306Z, duration: 10, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext Collecting sphinx Downloading sphinx-7.2.6-py3-none-any.whl.metadata (5.9 kB) Collecting readthedocs-sphinx-ext Downloading readthedocs_sphinx_ext-2.2.3-py2.py3-none-any.whl.metadata (1.5 kB) Collecting sphinxcontrib-applehelp (from sphinx) Downloading sphinxcontrib_applehelp-1.0.7-py3-none-any.whl.metadata (2.2 kB) Collecting sphinxcontrib-devhelp (from sphinx) Downloading sphinxcontrib_devhelp-1.0.5-py3-none-any.whl.metadata (2.2 kB) Collecting sphinxcontrib-jsmath (from sphinx) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Collecting sphinxcontrib-htmlhelp>=2.0.0 (from sphinx) Downloading sphinxcontrib_htmlhelp-2.0.4-py3-none-any.whl.metadata (2.2 kB) Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx) Downloading sphinxcontrib_serializinghtml-1.1.9-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-qthelp (from sphinx) Downloading sphinxcontrib_qthelp-1.0.6-py3-none-any.whl.metadata (2.2 kB) Collecting Jinja2>=3.0 (from sphinx) Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 6.9 MB/s eta 0:00:00 Collecting Pygments>=2.14 (from sphinx) Downloading pygments-2.17.2-py3-none-any.whl.metadata (2.6 kB) Collecting docutils<0.21,>=0.18.1 (from sphinx) Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB) Collecting snowballstemmer>=2.0 (from sphinx) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 49.3 MB/s eta 0:00:00 Collecting babel>=2.9 (from sphinx) Downloading Babel-2.13.1-py3-none-any.whl.metadata (1.6 kB) Collecting alabaster<0.8,>=0.7 (from sphinx) Downloading alabaster-0.7.13-py3-none-any.whl (13 kB) Collecting imagesize>=1.3 (from sphinx) Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Collecting requests>=2.25.0 (from sphinx) Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) Collecting packaging>=21.0 (from sphinx) Downloading packaging-23.2-py3-none-any.whl.metadata (3.2 kB) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/envs/main/lib/python3.12/site-packages (from babel>=2.9->sphinx) (69.0.2) Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->sphinx) Downloading MarkupSafe-2.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.9 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.25.0->sphinx) Downloading charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) Collecting idna<4,>=2.5 (from requests>=2.25.0->sphinx) Downloading idna-3.6-py3-none-any.whl.metadata (9.9 kB) Collecting urllib3<3,>=1.21.1 (from requests>=2.25.0->sphinx) Downloading urllib3-2.1.0-py3-none-any.whl.metadata (6.4 kB) Collecting certifi>=2017.4.17 (from requests>=2.25.0->sphinx) Downloading certifi-2023.11.17-py3-none-any.whl.metadata (2.2 kB) Downloading sphinx-7.2.6-py3-none-any.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 25.1 MB/s eta 0:00:00 Downloading readthedocs_sphinx_ext-2.2.3-py2.py3-none-any.whl (11 kB) Downloading Babel-2.13.1-py3-none-any.whl (10.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.1/10.1 MB 66.2 MB/s eta 0:00:00 Downloading docutils-0.20.1-py3-none-any.whl (572 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 190.1 MB/s eta 0:00:00 Downloading packaging-23.2-py3-none-any.whl (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 136.7 MB/s eta 0:00:00 Downloading pygments-2.17.2-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 134.9 MB/s eta 0:00:00 Downloading requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 144.9 MB/s eta 0:00:00 Downloading sphinxcontrib_htmlhelp-2.0.4-py3-none-any.whl (99 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.2/99.2 kB 144.8 MB/s eta 0:00:00 Downloading sphinxcontrib_serializinghtml-1.1.9-py3-none-any.whl (92 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.7/92.7 kB 155.4 MB/s eta 0:00:00 Downloading sphinxcontrib_applehelp-1.0.7-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.0/120.0 kB 242.1 MB/s eta 0:00:00 Downloading sphinxcontrib_devhelp-1.0.5-py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.5/83.5 kB 238.7 MB/s eta 0:00:00 Downloading sphinxcontrib_qthelp-1.0.6-py3-none-any.whl (89 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.4/89.4 kB 135.5 MB/s eta 0:00:00 Downloading certifi-2023.11.17-py3-none-any.whl (162 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.5/162.5 kB 145.1 MB/s eta 0:00:00 Downloading charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (141 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 141.9/141.9 kB 145.5 MB/s eta 0:00:00 Downloading idna-3.6-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 129.5 MB/s eta 0:00:00 Downloading MarkupSafe-2.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB) Downloading urllib3-2.1.0-py3-none-any.whl (104 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.6/104.6 kB 131.0 MB/s eta 0:00:00 Installing collected packages: snowballstemmer, urllib3, sphinxcontrib-jsmath, Pygments, packaging, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, alabaster, requests, Jinja2, readthedocs-sphinx-ext, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, sphinx Successfully installed Jinja2-3.1.2 MarkupSafe-2.1.3 Pygments-2.17.2 alabaster-0.7.13 babel-2.13.1 certifi-2023.11.17 charset-normalizer-3.3.2 docutils-0.20.1 idna-3.6 imagesize-1.4.1 packaging-23.2 readthedocs-sphinx-ext-2.2.3 requests-2.31.0 snowballstemmer-2.2.0 sphinx-7.2.6 sphinxcontrib-applehelp-1.0.7 sphinxcontrib-devhelp-1.0.5 sphinxcontrib-htmlhelp-2.0.4 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.6 sphinxcontrib-serializinghtml-1.1.9 urllib3-2.1.0 [rtd-command-info] start-time: 2023-11-29T10:16:26.117390Z, end-time: 2023-11-29T10:16:29.603918Z, duration: 3, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r requirements.txt Collecting conda-sphinx-theme (from -r requirements.txt (line 1)) Downloading conda_sphinx_theme-0.1.3-py3-none-any.whl.metadata (2.8 kB) Collecting sphinx-sitemap==2.2.0 (from -r requirements.txt (line 2)) Downloading sphinx-sitemap-2.2.0.tar.gz (6.1 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting sphinx-design (from -r requirements.txt (line 3)) Downloading sphinx_design-0.5.0-py3-none-any.whl.metadata (5.1 kB) Collecting sphinx-reredirects (from -r requirements.txt (line 4)) Downloading sphinx_reredirects-0.1.3-py3-none-any.whl.metadata (2.6 kB) Collecting six (from sphinx-sitemap==2.2.0->-r requirements.txt (line 2)) Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Requirement already satisfied: sphinx>=1.2 in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/envs/main/lib/python3.12/site-packages (from sphinx-sitemap==2.2.0->-r requirements.txt (line 2)) (7.2.6) Collecting pydata-sphinx-theme>=0.13.1 (from conda-sphinx-theme->-r requirements.txt (line 1)) Downloading pydata_sphinx_theme-0.14.4-py3-none-any.whl.metadata (7.3 kB) Collecting sphinx-favicon (from conda-sphinx-theme->-r requirements.txt (line 1)) Downloading sphinx_favicon-1.0.1-py3-none-any.whl (7.0 kB) Collecting beautifulsoup4 (from pydata-sphinx-theme>=0.13.1->conda-sphinx-theme->-r requirements.txt (line 1)) Downloading beautifulsoup4-4.12.2-py3-none-any.whl (142 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.0/143.0 kB 8.3 MB/s eta 0:00:00 Requirement already satisfied: docutils!=0.17.0 in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/envs/main/lib/python3.12/site-packages (from pydata-sphinx-theme>=0.13.1->conda-sphinx-theme->-r requirements.txt (line 1)) (0.20.1) Requirement already satisfied: packaging in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/envs/main/lib/python3.12/site-packages (from pydata-sphinx-theme>=0.13.1->conda-sphinx-theme->-r requirements.txt (line 1)) (23.2) Requirement already satisfied: Babel in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/envs/main/lib/python3.12/site-packages (from pydata-sphinx-theme>=0.13.1->conda-sphinx-theme->-r requirements.txt (line 1)) (2.13.1) Requirement already satisfied: pygments>=2.7 in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/envs/main/lib/python3.12/site-packages (from pydata-sphinx-theme>=0.13.1->conda-sphinx-theme->-r requirements.txt (line 1)) (2.17.2) Collecting accessible-pygments (from pydata-sphinx-theme>=0.13.1->conda-sphinx-theme->-r requirements.txt (line 1)) Downloading accessible_pygments-0.0.4-py2.py3-none-any.whl (29 kB) Collecting typing-extensions (from pydata-sphinx-theme>=0.13.1->conda-sphinx-theme->-r requirements.txt (line 1)) Downloading typing_extensions-4.8.0-py3-none-any.whl.metadata (3.0 kB) Requirement already satisfied: sphinxcontrib-applehelp in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/envs/main/lib/python3.12/site-packages (from sphinx>=1.2->sphinx-sitemap==2.2.0->-r requirements.txt (line 2)) (1.0.7) Requirement already satisfied: sphinxcontrib-devhelp in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/envs/main/lib/python3.12/site-packages (from sphinx>=1.2->sphinx-sitemap==2.2.0->-r requirements.txt (line 2)) (1.0.5) Requirement already satisfied: sphinxcontrib-jsmath in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/envs/main/lib/python3.12/site-packages (from sphinx>=1.2->sphinx-sitemap==2.2.0->-r requirements.txt (line 2)) (1.0.1) Requirement already satisfied: sphinxcontrib-htmlhelp>=2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/envs/main/lib/python3.12/site-packages (from sphinx>=1.2->sphinx-sitemap==2.2.0->-r requirements.txt (line 2)) (2.0.4) Requirement already satisfied: sphinxcontrib-serializinghtml>=1.1.9 in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/envs/main/lib/python3.12/site-packages (from sphinx>=1.2->sphinx-sitemap==2.2.0->-r requirements.txt (line 2)) (1.1.9) Requirement already satisfied: sphinxcontrib-qthelp in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/envs/main/lib/python3.12/site-packages (from sphinx>=1.2->sphinx-sitemap==2.2.0->-r requirements.txt (line 2)) (1.0.6) Requirement already satisfied: Jinja2>=3.0 in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/envs/main/lib/python3.12/site-packages (from sphinx>=1.2->sphinx-sitemap==2.2.0->-r requirements.txt (line 2)) (3.1.2) Requirement already satisfied: snowballstemmer>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/envs/main/lib/python3.12/site-packages (from sphinx>=1.2->sphinx-sitemap==2.2.0->-r requirements.txt (line 2)) (2.2.0) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/envs/main/lib/python3.12/site-packages (from sphinx>=1.2->sphinx-sitemap==2.2.0->-r requirements.txt (line 2)) (0.7.13) Requirement already satisfied: imagesize>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/envs/main/lib/python3.12/site-packages (from sphinx>=1.2->sphinx-sitemap==2.2.0->-r requirements.txt (line 2)) (1.4.1) Requirement already satisfied: requests>=2.25.0 in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/envs/main/lib/python3.12/site-packages (from sphinx>=1.2->sphinx-sitemap==2.2.0->-r requirements.txt (line 2)) (2.31.0) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/envs/main/lib/python3.12/site-packages (from Babel->pydata-sphinx-theme>=0.13.1->conda-sphinx-theme->-r requirements.txt (line 1)) (69.0.2) Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/envs/main/lib/python3.12/site-packages (from Jinja2>=3.0->sphinx>=1.2->sphinx-sitemap==2.2.0->-r requirements.txt (line 2)) (2.1.3) Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/envs/main/lib/python3.12/site-packages (from requests>=2.25.0->sphinx>=1.2->sphinx-sitemap==2.2.0->-r requirements.txt (line 2)) (3.3.2) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/envs/main/lib/python3.12/site-packages (from requests>=2.25.0->sphinx>=1.2->sphinx-sitemap==2.2.0->-r requirements.txt (line 2)) (3.6) Requirement already satisfied: urllib3<3,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/envs/main/lib/python3.12/site-packages (from requests>=2.25.0->sphinx>=1.2->sphinx-sitemap==2.2.0->-r requirements.txt (line 2)) (2.1.0) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/envs/main/lib/python3.12/site-packages (from requests>=2.25.0->sphinx>=1.2->sphinx-sitemap==2.2.0->-r requirements.txt (line 2)) (2023.11.17) Collecting soupsieve>1.2 (from beautifulsoup4->pydata-sphinx-theme>=0.13.1->conda-sphinx-theme->-r requirements.txt (line 1)) Downloading soupsieve-2.5-py3-none-any.whl.metadata (4.7 kB) Downloading conda_sphinx_theme-0.1.3-py3-none-any.whl (485 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 485.2/485.2 kB 40.9 MB/s eta 0:00:00 Downloading sphinx_design-0.5.0-py3-none-any.whl (2.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 128.3 MB/s eta 0:00:00 Downloading sphinx_reredirects-0.1.3-py3-none-any.whl (5.3 kB) Downloading pydata_sphinx_theme-0.14.4-py3-none-any.whl (4.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.7/4.7 MB 171.5 MB/s eta 0:00:00 Downloading typing_extensions-4.8.0-py3-none-any.whl (31 kB) Downloading soupsieve-2.5-py3-none-any.whl (36 kB) Building wheels for collected packages: sphinx-sitemap Building wheel for sphinx-sitemap (setup.py): started Building wheel for sphinx-sitemap (setup.py): finished with status 'done' Created wheel for sphinx-sitemap: filename=sphinx_sitemap-2.2.0-py3-none-any.whl size=6049 sha256=6e65bcae1fb02f19dafd68258c6356c11cfd82b45df4c6283df236407910d08d Stored in directory: /tmp/pip-ephem-wheel-cache-jytlf0oy/wheels/28/4d/6b/f00b7389ba47bc6b33083a8c6b8f31ed3eab5070d7a83a2c39 Successfully built sphinx-sitemap Installing collected packages: typing-extensions, soupsieve, six, accessible-pygments, beautifulsoup4, sphinx-favicon, pydata-sphinx-theme, sphinx-sitemap, sphinx-reredirects, sphinx-design, conda-sphinx-theme Successfully installed accessible-pygments-0.0.4 beautifulsoup4-4.12.2 conda-sphinx-theme-0.1.3 pydata-sphinx-theme-0.14.4 six-1.16.0 soupsieve-2.5 sphinx-design-0.5.0 sphinx-favicon-1.0.1 sphinx-reredirects-0.1.3 sphinx-sitemap-2.2.0 typing-extensions-4.8.0 [rtd-command-info] start-time: 2023-11-29T10:16:30.322443Z, end-time: 2023-11-29T10:16:30.375571Z, duration: 0, exit-code: 0 cat docs/source/conf.py # # (c) 2012-2017 Anaconda, Inc. / https://www.anaconda.com # All Rights Reserved # # conda is distributed under the terms of the BSD 3-clause license. # Consult LICENSE.txt or http://opensource.org/licenses/BSD-3-Clause. # # conda documentation build configuration file, created by # sphinx-quickstart on Sat Nov 3 16:08:12 2012. # # This file is execfile()d with the current directory set to its containing dir. # # Note that not all possible configuration values are present in this # autogenerated file. # # All configuration values have a default; values that are commented out # serve to show the default. import os import sys # 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. sys.path.insert(0, os.path.abspath("../..")) # -- 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 = [ "sphinx.ext.autodoc", "sphinx.ext.autosummary", "sphinx.ext.graphviz", "sphinx.ext.ifconfig", "sphinx.ext.inheritance_diagram", # 'sphinx.ext.napoleon', "sphinx_sitemap", "sphinx_design", "sphinx_reredirects", ] # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"] # The suffix of source filenames. source_suffix = ".rst" # The encoding of source files. # source_encoding = 'utf-8-sig' # The master toctree document. master_doc = "index" # General information about the project. project = "conda-docs" copyright = "2017, Anaconda, Inc." # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. version = " " # The full version, including alpha/beta/rc tags. release = " " # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. # language = None # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: # today = '' # Else, today_fmt is used as the format for a strftime call. # today_fmt = '%B %d, %Y' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. exclude_patterns = [] # The reST default role (used for this markup: `text`) to use for all documents. # default_role = None # If true, '()' will be appended to :func: etc. cross-reference text. # add_function_parentheses = True # If true, the current module name will be prepended to all description # unit titles (such as .. function::). # add_module_names = True # If true, sectionauthor and moduleauthor directives will be shown in the # output. They are ignored by default. # show_authors = False # The name of the Pygments (syntax highlighting) style to use. pygments_style = "sphinx" # A list of ignored prefixes for module index sorting. modindex_common_prefix = ["conda."] # -- Options for HTML output --------------------------------------------------- # html_additional_pages = {"index": "index.html"} # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # extensions += ['sphinxjp.themes.basicstrap'] # html_theme = 'basicstrap' html_theme = "conda_sphinx_theme" html_context = { "github_user": "conda", "github_repo": "conda-docs", "github_version": "main", "display_github": True, "source_suffix": ".rst", "doc_path": "docs/source", } # Serving the robots.txt since we want to point to the sitemap.xml file html_extra_path = ["robots.txt"] # 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 = { "show_prev_next": False, "use_edit_page_button": True, "primary_sidebar_end": [], "github_url": "https://github.com/conda/conda-docs", "icon_links": [ { "name": "Element", "url": "https://matrix.to/#/#conda:matrix.org", "icon": "_static/element_logo.svg", "type": "local", }, { "name": "Discourse", "url": "https://conda.discourse.group/", "icon": "fa-brands fa-discourse", "type": "fontawesome", }, ], } # Add any paths that contain custom themes here, relative to this directory. # html_theme_path = [] # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". # html_title = None # A shorter title for the navigation bar. Default is the same as html_title. # html_short_title = None # The name of an image file (relative to this directory) to place at the top # of the sidebar. # html_logo = None # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. # html_favicon = None # 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"] html_css_files = [ "css/custom.css", ] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. # html_last_updated_fmt = '%b %d, %Y' # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities. # html_use_smartypants = True # Custom sidebar templates, maps document names to template names. # html_sidebars = {} # Additional templates that should be rendered to pages, maps page names to # template names. # html_additional_pages = {} # If false, no module index is generated. # html_domain_indices = True # If false, no index is generated. # html_use_index = True # If true, the index is split into individual pages for each letter. # html_split_index = False # If true, links to the reST sources are added to the pages. # html_show_sourcelink = True # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. # html_show_sphinx = True # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. # html_show_copyright = True # If true, an OpenSearch description file will be output, and all pages will # contain a tag referring to it. The value of this option must be the # base URL from which the finished HTML is served. # html_use_opensearch = '' # This is the file name suffix for HTML files (e.g. ".xhtml"). # html_file_suffix = None # Setting the prod URL of the site here as the base URL. html_baseurl = "https://docs.conda.io/" # We don't have a locale set, so we can safely ignore that for the sitemaps. sitemap_locales = [None] # We're hard-coding latest here since that's what we want Google to point to # and we don't have stable for conda-docs at the moment (no releases) sitemap_url_scheme = "{lang}latest/{link}" # Output file base name for HTML help builder. htmlhelp_basename = "condadoc" # -- 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': '', } # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ ("index", "conda.tex", "conda Documentation", "Anaconda, Inc.", "manual"), ] # The name of an image file (relative to this directory) to place at the top of # the title page. # latex_logo = None # For "manual" documents, if this is true, then toplevel headings are parts, # not chapters. # latex_use_parts = False # If true, show page references after internal links. # latex_show_pagerefs = False # If true, show URL addresses after external links. # latex_show_urls = False # Documents to append as an appendix to all manuals. # latex_appendices = [] # If false, no module index is generated. # latex_domain_indices = True # -- Options for manual page output -------------------------------------------- # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [("index", "conda", "conda Documentation", ["Anaconda, Inc."], 1)] # If true, show URL addresses after external links. # man_show_urls = False # -- 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 = [ ( "index", "conda", "conda Documentation", "Anaconda, Inc.", "conda", "One line description of project.", "Miscellaneous", ), ] # Documents to append as an appendix to all manuals. # texinfo_appendices = [] # If false, no module index is generated. # texinfo_domain_indices = True # How to display URL addresses: 'footnote', 'no', or 'inline'. # texinfo_show_urls = 'footnote' # -- For sphinx-reredirects ------------------------------------ redirects = { # External redirects "conda": "https://docs.conda.io/projects/conda/en/stable", "conda-build": "https://docs.conda.io/projects/conda-build/en/stable", "miniconda": "https://docs.conda.io/projects/miniconda/en/latest", } ########################################################################### # 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': "main", 'version_slug': "main", '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/"), ("main", "/en/main/"), ], 'downloads': [ ("html", "//docs.conda.io/_/downloads/en/main/htmlzip/"), ], 'subprojects': [ ("continuumio-conda-build", "https://docs.conda.io/projects/conda-build/en/stable/"), ("continuumio-conda", "https://docs.conda.io/projects/conda/en/stable/"), ("continuumio-constructor", "https://docs.conda.io/projects/constructor/en/latest/"), ("continuumio-installers", "https://docs.conda.io/projects/miniconda/en/latest/"), ], 'slug': 'continuumio-conda-docs', 'name': u'conda-docs', 'rtd_language': u'en', 'programming_language': u'words', 'canonical_url': '', 'analytics_code': 'UA-143855151-1', 'single_version': False, 'conf_py_path': '/docs/source/', 'api_host': 'https://readthedocs.com', 'github_user': 'conda', 'proxied_api_host': '/_', 'github_repo': 'conda-docs', '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-143855151-1', 'global_analytics_code': 'UA-17997319-2', 'commit': '59565c72', } # 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-docs/builds/1869833/' project_language = 'en' # User's Sphinx configurations language_user = globals().get('language', None) latex_engine_user = globals().get('latex_engine', None) latex_elements_user = globals().get('latex_elements', None) # Remove this once xindy gets installed in Docker image and XINDYOPS # env variable is supported # https://github.com/rtfd/readthedocs-docker-images/pull/98 latex_use_xindy = False chinese = any([ language_user in ('zh_CN', 'zh_TW'), project_language in ('zh_CN', 'zh_TW'), ]) japanese = any([ language_user == 'ja', project_language == 'ja', ]) if chinese: latex_engine = latex_engine_user or 'xelatex' latex_elements_rtd = { 'preamble': '\\usepackage[UTF8]{ctex}\n', } latex_elements = latex_elements_user or latex_elements_rtd elif japanese: latex_engine = latex_engine_user or 'platex' # Make sure our build directory is always excluded exclude_patterns = globals().get('exclude_patterns', []) exclude_patterns.extend(['_build']) [rtd-command-info] start-time: 2023-11-29T10:16:30.443783Z, end-time: 2023-11-29T10:16:32.664882Z, duration: 2, exit-code: 0 python -m sphinx -T -E -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v7.2.6 making output directory... done [autosummary] generating autosummary for: announcements.rst, conda-build.rst, conda.rst, contributing.rst, get-involved.rst, help-support.rst, index.rst, intro.rst, license.rst, miniconda.rst, redirects.rst building [mo]: targets for 0 po files that are out of date writing output... building [html]: targets for 11 source files that are out of date updating environment: [new config] 11 added, 0 changed, 0 removed reading sources... [ 9%] announcements reading sources... [ 18%] conda reading sources... [ 27%] conda-build reading sources... [ 36%] contributing reading sources... [ 45%] get-involved reading sources... [ 55%] help-support reading sources... [ 64%] index reading sources... [ 73%] intro reading sources... [ 82%] license reading sources... [ 91%] miniconda reading sources... [100%] redirects looking for now-outdated files... none found pickling environment... done checking consistency... /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/checkouts/main/docs/source/conda.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/checkouts/main/docs/source/conda-build.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/checkouts/main/docs/source/miniconda.rst: WARNING: document isn't included in any toctree done preparing documents... done copying assets... copying static files... done copying extra files... done done writing output... [ 9%] announcements writing output... [ 18%] conda writing output... [ 27%] conda-build writing output... [ 36%] contributing writing output... [ 45%] get-involved writing output... [ 55%] help-support writing output... [ 64%] index writing output... [ 73%] intro writing output... [ 82%] license writing output... [ 91%] miniconda writing output... [100%] redirects generating indices... genindex done Overwriting 'conda.html' with redirect to 'https://docs.conda.io/projects/conda/en/stable'. Overwriting 'conda-build.html' with redirect to 'https://docs.conda.io/projects/conda-build/en/stable'. Overwriting 'miniconda.html' with redirect to 'https://docs.conda.io/projects/miniconda/en/latest'. writing additional pages... search done dumping search index in English (code: en)... done dumping object inventory... done Updating searchtools for Read the Docs search... /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/envs/main/lib/python3.12/site-packages/sphinx_sitemap/__init__.py:172: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. filename = app.outdir + "/" + app.config.sitemap_filename sitemap.xml was generated for URL https://docs.conda.io/ in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/checkouts/main/_readthedocs/html/sitemap.xml build succeeded, 3 warnings. The HTML pages are in ../../_readthedocs/html. [rtd-command-info] start-time: 2023-11-29T10:16:32.726552Z, end-time: 2023-11-29T10:16:33.896017Z, duration: 1, exit-code: 0 python -m sphinx -T -E -b readthedocssinglehtmllocalmedia -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/htmlzip Running Sphinx v7.2.6 making output directory... done [autosummary] generating autosummary for: announcements.rst, conda-build.rst, conda.rst, contributing.rst, get-involved.rst, help-support.rst, index.rst, intro.rst, license.rst, miniconda.rst, redirects.rst building [mo]: targets for 0 po files that are out of date writing output... building [readthedocssinglehtmllocalmedia]: all documents updating environment: [new config] 11 added, 0 changed, 0 removed reading sources... [ 9%] announcements reading sources... [ 18%] conda reading sources... [ 27%] conda-build reading sources... [ 36%] contributing reading sources... [ 45%] get-involved reading sources... [ 55%] help-support reading sources... [ 64%] index reading sources... [ 73%] intro reading sources... [ 82%] license reading sources... [ 91%] miniconda reading sources... [100%] redirects looking for now-outdated files... none found pickling environment... done checking consistency... /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/checkouts/main/docs/source/conda.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/checkouts/main/docs/source/conda-build.rst: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/checkouts/main/docs/source/miniconda.rst: WARNING: document isn't included in any toctree done preparing documents... done assembling single document... help-support contributing license done writing... done writing additional files... done copying static files... done copying extra files... done dumping object inventory... done Updating searchtools for Read the Docs search... /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/envs/main/lib/python3.12/site-packages/sphinx_sitemap/__init__.py:172: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. filename = app.outdir + "/" + app.config.sitemap_filename sitemap.xml was generated for URL https://docs.conda.io/ in /home/docs/checkouts/readthedocs.org/user_builds/continuumio-conda-docs/checkouts/main/_readthedocs/htmlzip/sitemap.xml build succeeded, 3 warnings. The HTML page is in ../../_readthedocs/htmlzip.