Read the Docs build information
Build id: 2712966
Project: espressif-esp-idf-zh-cn
Version: stable
Commit: None
Date: 2025-01-03T08:24:27.393360Z
State: finished
Success: False


[rtd-command-info] start-time: 2025-01-03T08:24:28.526224Z, end-time: 2025-01-03T08:24:36.882681Z, duration: 8, exit-code: 0
git clone --depth 1 https://github.com/espressif/esp-idf.git .
Cloning into '.'...
Updating files:  76% (12433/16243)
Updating files:  77% (12508/16243)
Updating files:  78% (12670/16243)
Updating files:  79% (12832/16243)
Updating files:  80% (12995/16243)
Updating files:  81% (13157/16243)
Updating files:  82% (13320/16243)
Updating files:  83% (13482/16243)
Updating files:  84% (13645/16243)
Updating files:  85% (13807/16243)
Updating files:  86% (13969/16243)
Updating files:  87% (14132/16243)
Updating files:  88% (14294/16243)
Updating files:  89% (14457/16243)
Updating files:  90% (14619/16243)
Updating files:  91% (14782/16243)
Updating files:  92% (14944/16243)
Updating files:  93% (15106/16243)
Updating files:  94% (15269/16243)
Updating files:  95% (15431/16243)
Updating files:  96% (15594/16243)
Updating files:  97% (15756/16243)
Updating files:  98% (15919/16243)
Updating files:  99% (16081/16243)
Updating files: 100% (16243/16243)
Updating files: 100% (16243/16243), done.

[rtd-command-info] start-time: 2025-01-03T08:24:36.948231Z, end-time: 2025-01-03T08:24:44.803674Z, duration: 7, exit-code: 0
git fetch origin --force --prune --prune-tags --depth 50 67c1de1eebe095d554d281952fde63c16ee2dca0
From https://github.com/espressif/esp-idf
 * branch                67c1de1eebe095d554d281952fde63c16ee2dca0 -> FETCH_HEAD

[rtd-command-info] start-time: 2025-01-03T08:24:44.937248Z, end-time: 2025-01-03T08:24:46.414907Z, duration: 1, exit-code: 0
git checkout --force 67c1de1eebe095d554d281952fde63c16ee2dca0
Note: switching to '67c1de1eebe095d554d281952fde63c16ee2dca0'.

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 67c1de1ee change(version): Update version to 5.4.0

[rtd-command-info] start-time: 2025-01-03T08:24:46.482894Z, end-time: 2025-01-03T08:24:46.545832Z, 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