Read the Docs build information Build id: 2256490 Project: espressif-esp-idf Version: stable Commit: None Date: 2024-06-03T12:58:16.942631Z State: finished Success: False [rtd-command-info] start-time: 2024-06-03T12:58:18.261436Z, end-time: 2024-06-03T12:58:26.101245Z, duration: 7, exit-code: 0 git clone --depth 1 https://github.com/espressif/esp-idf.git . Cloning into '.'... Updating files: 77% (11591/14889) Updating files: 78% (11614/14889) Updating files: 79% (11763/14889) Updating files: 80% (11912/14889) Updating files: 81% (12061/14889) Updating files: 82% (12209/14889) Updating files: 83% (12358/14889) Updating files: 84% (12507/14889) Updating files: 85% (12656/14889) Updating files: 86% (12805/14889) Updating files: 87% (12954/14889) Updating files: 88% (13103/14889) Updating files: 89% (13252/14889) Updating files: 90% (13401/14889) Updating files: 91% (13549/14889) Updating files: 92% (13698/14889) Updating files: 93% (13847/14889) Updating files: 94% (13996/14889) Updating files: 95% (14145/14889) Updating files: 96% (14294/14889) Updating files: 97% (14443/14889) Updating files: 98% (14592/14889) Updating files: 99% (14741/14889) Updating files: 100% (14889/14889) Updating files: 100% (14889/14889), done. [rtd-command-info] start-time: 2024-06-03T12:58:26.175912Z, end-time: 2024-06-03T12:58:30.048980Z, duration: 3, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 3b8741b172dc951e18509698dee938304bcf1523 From https://github.com/espressif/esp-idf * branch 3b8741b172dc951e18509698dee938304bcf1523 -> FETCH_HEAD [rtd-command-info] start-time: 2024-06-03T12:58:30.186451Z, end-time: 2024-06-03T12:58:30.924956Z, duration: 0, exit-code: 0 git checkout --force 3b8741b172dc951e18509698dee938304bcf1523 Note: switching to '3b8741b172dc951e18509698dee938304bcf1523'. 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 3b8741b1 change(version): Update version to 5.2.2 [rtd-command-info] start-time: 2024-06-03T12:58:31.002607Z, end-time: 2024-06-03T12:58:31.114609Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-06-03T12:58:31.176266Z, end-time: 2024-06-03T12:58:31.240671Z, 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