Read the Docs build information Build id: 2155951 Project: continuumio-conda Version: 13809 Commit: 05912750e505b6c427d5dd14b8664b1704bb5d1c Date: 2024-04-16T19:02:54.081080Z State: finished Success: True [rtd-command-info] start-time: 2024-04-16T20:20:37.568652Z, end-time: 2024-04-16T20:20:40.353241Z, duration: 2, exit-code: 0 git clone --depth 1 https://github.com/conda/conda . Cloning into '.'... [rtd-command-info] start-time: 2024-04-16T20:20:40.442944Z, end-time: 2024-04-16T20:20:41.800330Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/13809/head:external-13809 From https://github.com/conda/conda * [new ref] refs/pull/13809/head -> external-13809 * [new tag] 24.3.0 -> 24.3.0 [rtd-command-info] start-time: 2024-04-16T20:20:41.937549Z, end-time: 2024-04-16T20:20:42.550313Z, duration: 0, exit-code: 0 git checkout --force 05912750e505b6c427d5dd14b8664b1704bb5d1c Note: switching to '05912750e505b6c427d5dd14b8664b1704bb5d1c'. 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 0591275 Bump peter-evans/create-pull-request in /.github/workflows [rtd-command-info] start-time: 2024-04-16T20:20:42.609593Z, end-time: 2024-04-16T20:20:42.682567Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-04-16T20:20:42.754398Z, end-time: 2024-04-16T20:20:42.811336Z, 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