Read the Docs build information Build id: 4437481 Project: continuumio-conda Version: 16675 Commit: c3be239db8124172c4256b671bb81d2297126e1a Date: 2026-09-14T18:18:12.215726Z State: cancelled Success: False [rtd-command-info] start-time: 2026-09-14T18:19:57.645511Z, end-time: 2026-09-14T18:20:01.282734Z, duration: 3, exit-code: 0 git clone --depth 1 https://github.com/conda/conda.git . Cloning into '.'... [rtd-command-info] start-time: 2026-09-14T18:20:01.374591Z, end-time: 2026-09-14T18:20:03.923926Z, duration: 2, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/16675/head:external-16675 From https://github.com/conda/conda * [new ref] refs/pull/16675/head -> external-16675 * [new tag] 26.7.0 -> 26.7.0 * [new tag] 26.7.1 -> 26.7.1 * [new tag] 26.7.2 -> 26.7.2 [rtd-command-info] start-time: 2026-09-14T18:20:04.671227Z, end-time: 2026-09-14T18:20:05.081982Z, duration: 0, exit-code: 0 git checkout --force c3be239db8124172c4256b671bb81d2297126e1a Note: switching to 'c3be239db8124172c4256b671bb81d2297126e1a'. 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 c3be239 Add QA snippet for pr conda#16568 [rtd-command-info] start-time: 2026-09-14T18:20:05.163491Z, end-time: 2026-09-14T18:20:05.199367Z, 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 . 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