Read the Docs build information Build id: 3988826 Project: continuumio-conda Version: 16035 Commit: 75e6dd85a8d5bb76b5163b89463a6d4ee5844f0e Date: 2026-05-05T21:30:42.256155Z State: cancelled Success: False [rtd-command-info] start-time: 2026-05-05T21:30:42.972516Z, end-time: 2026-05-05T21:30:45.604807Z, duration: 2, exit-code: 0 git clone --depth 1 https://github.com/conda/conda.git . Cloning into '.'... [rtd-command-info] start-time: 2026-05-05T21:30:45.681100Z, end-time: 2026-05-05T21:30:46.260231Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/16035/head:external-16035 From https://github.com/conda/conda * [new ref] refs/pull/16035/head -> external-16035 [rtd-command-info] start-time: 2026-05-05T21:30:47.007930Z, end-time: 2026-05-05T21:30:47.477618Z, duration: 0, exit-code: 0 git checkout --force 75e6dd85a8d5bb76b5163b89463a6d4ee5844f0e Note: switching to '75e6dd85a8d5bb76b5163b89463a6d4ee5844f0e'. 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 75e6dd8 Add aliases support to CondaExternalInstaller [rtd-command-info] start-time: 2026-05-05T21:30:47.566028Z, end-time: 2026-05-05T21:30:47.602210Z, duration: 0, exit-code: 0 cat .readthedocs.yml version: 2 sphinx: configuration: docs/source/conf.py # Set the version of Python and other tools you might need build: os: ubuntu-22.04 tools: python: miniconda-latest jobs: post_checkout: # Unshallow the git clone to make sure we can identify the version - git fetch --unshallow pre_install: - git update-index --assume-unchanged docs/environment.yml docs/source/conf.py pre_build: # Install conda so we can run conda commands (e.g., see configuration.rst) - python -m pip install --no-deps --no-cache-dir --editable . apt_packages: # Needed for the UML graph Sphinx extension - graphviz - default-jre conda: environment: docs/environment.yml # Build PDF, ePub and zipped HTML formats: - epub - pdf - htmlzip [rtd-command-info] start-time: None, end-time: None, duration: None, exit-code: None git fetch --unshallow