Read the Docs build information
Build id: 2486333
Project: thorn-thorn-perception
Version: latest
Commit: None
Date: 2024-09-16T19:25:36.365485Z
State: finished
Success: False


[rtd-command-info] start-time: 2024-09-16T19:25:37.740798Z, end-time: 2024-09-16T19:25:39.500434Z, duration: 1, exit-code: 0
git clone --depth 1 git@github.com:thorn-oss/perception.git .
Cloning into '.'...
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.

[rtd-command-info] start-time: 2024-09-16T19:25:39.578608Z, end-time: 2024-09-16T19:25:41.993057Z, duration: 2, exit-code: 0
git fetch origin --force --prune --prune-tags --depth 50 refs/heads/main:refs/remotes/origin/main
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
From github.com:thorn-oss/perception
 * [new tag]         v0.6.0     -> v0.6.0
 * [new tag]         v0.6.1     -> v0.6.1
 * [new tag]         v0.6.10    -> v0.6.10
 * [new tag]         v0.6.2     -> v0.6.2
 * [new tag]         v0.6.3     -> v0.6.3
 * [new tag]         v0.6.4     -> v0.6.4
 * [new tag]         v0.6.5     -> v0.6.5
 * [new tag]         v0.6.6     -> v0.6.6
 * [new tag]         v0.6.7     -> v0.6.7
 * [new tag]         v0.6.8     -> v0.6.8
 * [new tag]         v0.6.9     -> v0.6.9
 * [new tag]         v0.7.0     -> v0.7.0
 * [new tag]         v0.7.1     -> v0.7.1
 * [new tag]         v0.7.2     -> v0.7.2
 * [new tag]         v0.7.3     -> v0.7.3
 * [new tag]         v0.7.4     -> v0.7.4
 * [new tag]         v0.7.5     -> v0.7.5

[rtd-command-info] start-time: 2024-09-16T19:25:42.137545Z, end-time: 2024-09-16T19:25:42.250786Z, 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 <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at dd752b1 Bump actions/cache from 3 to 4 (#166)

[rtd-command-info] start-time: 2024-09-16T19:25:42.329520Z, end-time: 2024-09-16T19:25:42.393043Z, duration: 0, exit-code: 0
cat .readthedocs.yaml
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
  configuration: docs/conf.py

formats: all

# Installs the package and the docs requirements.
python:
   version: 3.9
   install:
      - requirements: docs/requirements.txt
      - method: pip
        path: .
   system_packages: true