Read the Docs build information
Build id: 2379840
Project: espressif-esp-idf
Version: latest
Commit: None
Date: 2024-07-29T14:49:44.168288Z
State: finished
Success: False


[rtd-command-info] start-time: 2024-07-29T14:49:45.591521Z, end-time: 2024-07-29T14:49:54.516313Z, duration: 8, exit-code: 0
git clone --depth 1 https://github.com/espressif/esp-idf.git .
Cloning into '.'...
Updating files:  81% (12117/14953)
Updating files:  82% (12262/14953)
Updating files:  83% (12411/14953)
Updating files:  84% (12561/14953)
Updating files:  85% (12711/14953)
Updating files:  86% (12860/14953)
Updating files:  87% (13010/14953)
Updating files:  88% (13159/14953)
Updating files:  89% (13309/14953)
Updating files:  90% (13458/14953)
Updating files:  91% (13608/14953)
Updating files:  92% (13757/14953)
Updating files:  93% (13907/14953)
Updating files:  94% (14056/14953)
Updating files:  95% (14206/14953)
Updating files:  96% (14355/14953)
Updating files:  97% (14505/14953)
Updating files:  98% (14654/14953)
Updating files:  99% (14804/14953)
Updating files: 100% (14953/14953)
Updating files: 100% (14953/14953), done.

[rtd-command-info] start-time: 2024-07-29T14:49:54.577786Z, end-time: 2024-07-29T14:50:01.861931Z, duration: 7, exit-code: 0
git fetch origin --force --prune --prune-tags --depth 50 refs/heads/master:refs/remotes/origin/master
From https://github.com/espressif/esp-idf
 * [new tag]             v5.4-dev   -> v5.4-dev

[rtd-command-info] start-time: 2024-07-29T14:50:01.997253Z, end-time: 2024-07-29T14:50:02.769563Z, duration: 0, exit-code: 0
git checkout --force origin/master
Note: switching to 'origin/master'.

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 23e4823f1 Merge branch 'fix/vtaskdeletewithcaps_leaks_memory' into 'master'

[rtd-command-info] start-time: 2024-07-29T14:50:02.855820Z, end-time: 2024-07-29T14:50:02.915225Z, duration: 0, exit-code: 0
cat .readthedocs.yml
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Optionally build your docs in additional formats such as PDF and ePub
formats:
  - pdf

# Optionally set the version of Python and requirements required to build your docs
python:
  version: 2.7
  install:
    - requirements: docs/requirements.txt

# We need to list all the submodules included in documenation build by Doxygen
submodules:
  include:
    - components/mqtt/esp-mqtt