Read the Docs build information Build id: 2090600 Project: espressif-esp-idf Version: latest Commit: None Date: 2024-03-16T23:39:24.466932Z State: finished Success: False [rtd-command-info] start-time: 2024-03-16T23:39:25.592917Z, end-time: 2024-03-16T23:39:33.202079Z, duration: 7, exit-code: 0 git clone --depth 1 https://github.com/espressif/esp-idf.git . Cloning into '.'... Updating files: 79% (11403/14358) Updating files: 80% (11487/14358) Updating files: 81% (11630/14358) Updating files: 82% (11774/14358) Updating files: 83% (11918/14358) Updating files: 84% (12061/14358) Updating files: 85% (12205/14358) Updating files: 86% (12348/14358) Updating files: 87% (12492/14358) Updating files: 88% (12636/14358) Updating files: 89% (12779/14358) Updating files: 90% (12923/14358) Updating files: 91% (13066/14358) Updating files: 92% (13210/14358) Updating files: 93% (13353/14358) Updating files: 94% (13497/14358) Updating files: 95% (13641/14358) Updating files: 96% (13784/14358) Updating files: 97% (13928/14358) Updating files: 98% (14071/14358) Updating files: 99% (14215/14358) Updating files: 100% (14358/14358) Updating files: 100% (14358/14358), done. [rtd-command-info] start-time: 2024-03-16T23:39:33.264061Z, end-time: 2024-03-16T23:39:43.463528Z, duration: 10, 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.2-dev -> v5.2-dev * [new tag] v5.3-dev -> v5.3-dev [rtd-command-info] start-time: 2024-03-16T23:39:43.592772Z, end-time: 2024-03-16T23:39:43.911452Z, 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 Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 6b9c2fca7 Merge branch 'fix/uart_wakeup_threshold' into 'master' [rtd-command-info] start-time: 2024-03-16T23:39:43.992063Z, end-time: 2024-03-16T23:39:44.113033Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-03-16T23:39:44.185740Z, end-time: 2024-03-16T23:39:44.247453Z, 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