Read the Docs build information Build id: 2763435 Project: continuumio-conda Version: 14517 Commit: f54a0c2a68d955c93bc4bb43c950ae423183410f Date: 2025-01-28T00:25:37.834838Z State: finished Success: False [rtd-command-info] start-time: 2025-01-28T00:25:39.080259Z, end-time: 2025-01-28T00:25:41.896498Z, duration: 2, exit-code: 0 git clone --depth 1 https://github.com/conda/conda.git . Cloning into '.'... [rtd-command-info] start-time: 2025-01-28T00:25:41.985371Z, end-time: 2025-01-28T00:25:43.462740Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/14517/head:external-14517 From https://github.com/conda/conda * [new ref] refs/pull/14517/head -> external-14517 * [new tag] 24.11.0 -> 24.11.0 * [new tag] 24.11.1 -> 24.11.1 * [new tag] 24.11.2 -> 24.11.2 * [new tag] 24.11.3 -> 24.11.3 * [new tag] 25.1.0 -> 25.1.0 [rtd-command-info] start-time: 2025-01-28T00:25:43.609761Z, end-time: 2025-01-28T00:25:44.280098Z, duration: 0, exit-code: 0 git checkout --force f54a0c2a68d955c93bc4bb43c950ae423183410f Note: switching to 'f54a0c2a68d955c93bc4bb43c950ae423183410f'. 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 f54a0c2 Revert debugging [rtd-command-info] start-time: 2025-01-28T00:25:44.367594Z, end-time: 2025-01-28T00:25:44.413090Z, duration: 0, exit-code: 0 cat .readthedocs.yml version: 2 # Set the version of Python and other tools you might need build: os: ubuntu-22.04 tools: python: '3.10' 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/requirements.txt 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 python: install: - requirements: docs/requirements.txt # Build PDF, ePub and zipped HTML formats: - epub - pdf - htmlzip