Read the Docs build information Build id: 2330926 Project: espressif-esp-at Version: release-v2.2.0.0_esp8266 Commit: None Date: 2024-07-05T11:12:36.149939Z State: finished Success: False [rtd-command-info] start-time: 2024-07-05T11:12:53.064734Z, end-time: 2024-07-05T11:12:55.042517Z, duration: 1, exit-code: 0 git clone --depth 1 https://github.com/espressif/esp-at.git . Cloning into '.'... [rtd-command-info] start-time: 2024-07-05T11:12:55.102396Z, end-time: 2024-07-05T11:12:56.752954Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/release/v2.2.0.0_esp8266:refs/remotes/origin/release/v2.2.0.0_esp8266 From https://github.com/espressif/esp-at * [new branch] release/v2.2.0.0_esp8266 -> origin/release/v2.2.0.0_esp8266 [rtd-command-info] start-time: 2024-07-05T11:12:56.875714Z, end-time: 2024-07-05T11:12:57.089230Z, duration: 0, exit-code: 0 git checkout --force origin/release/v2.2.0.0_esp8266 Note: switching to 'origin/release/v2.2.0.0_esp8266'. 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 c4d6f32 Merge branch 'feature/add_cipsslccipher_cmd' into 'release/v2.2.0.0_esp8266' [rtd-command-info] start-time: 2024-07-05T11:12:57.150594Z, end-time: 2024-07-05T11:12:57.212008Z, 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: 3.7 install: - requirements: docs/setuptools.requirements.txt - requirements: docs/requirements.txt