Read the Docs build information Build id: 2200286 Project: espressif-esp-at Version: release-v2.1.0.0_esp32 Commit: None Date: 2024-05-07T10:03:28.205110Z State: finished Success: False [rtd-command-info] start-time: 2024-05-07T10:03:30.137086Z, end-time: 2024-05-07T10:03:32.021900Z, duration: 1, exit-code: 0 git clone --depth 1 https://github.com/espressif/esp-at.git . Cloning into '.'... [rtd-command-info] start-time: 2024-05-07T10:03:32.116608Z, end-time: 2024-05-07T10:03:42.832084Z, duration: 10, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/release/v2.1.0.0_esp32:refs/remotes/origin/release/v2.1.0.0_esp32 From https://github.com/espressif/esp-at * [new branch] release/v2.1.0.0_esp32 -> origin/release/v2.1.0.0_esp32 * [new tag] v2.1.0.0-rc1_esp32 -> v2.1.0.0-rc1_esp32 * [new tag] v2.1.0.0-rc2_esp32 -> v2.1.0.0-rc2_esp32 * [new tag] v2.1.0.0_esp32 -> v2.1.0.0_esp32 [rtd-command-info] start-time: 2024-05-07T10:03:42.962924Z, end-time: 2024-05-07T10:03:43.381899Z, duration: 0, exit-code: 0 git checkout --force origin/release/v2.1.0.0_esp32 Note: switching to 'origin/release/v2.1.0.0_esp32'. 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 05df2e0 Merge branch 'bugfix/wrong_uart_cts_v2.1.0_esp32' into 'release/v2.1.0.0_esp32' [rtd-command-info] start-time: 2024-05-07T10:03:43.468845Z, end-time: 2024-05-07T10:03:43.533198Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-05-07T10:03:43.601034Z, end-time: 2024-05-07T10:03:43.656504Z, 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: - htmlzip - pdf # Optionally set the version of Python and requirements required to build your docs python: version: 2.7 install: - requirements: docs/requirements.txt