Read the Docs build information Build id: 4149693 Project: espressif-esp-adf-zh-cn Version: latest Commit: None Date: 2026-06-26T11:37:11.333486Z State: finished Success: False [rtd-command-info] start-time: 2026-06-26T11:37:12.075476Z, end-time: 2026-06-26T11:37:19.110446Z, duration: 7, exit-code: 0 git clone --depth 1 https://github.com/espressif/esp-adf.git . Cloning into '.'... [rtd-command-info] start-time: 2026-06-26T11:37:19.187225Z, end-time: 2026-06-26T11:37:21.646974Z, duration: 2, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 HEAD From https://github.com/espressif/esp-adf * branch HEAD -> FETCH_HEAD [rtd-command-info] start-time: 2026-06-26T11:37:22.791630Z, end-time: 2026-06-26T11:37:22.834841Z, duration: 0, exit-code: 0 cat docs/zh_CN/.readthedocs.yaml # .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 # Set the version of Python and other tools you might need build: os: "ubuntu-20.04" tools: python: "3.6" # Optionally set the version of Python and requirements required to build your docs python: install: - requirements: docs/setuptools.requirements.txt - requirements: docs/requirements.txt # We need to list all the submodules included in documentation build by Doxygen submodules: include: - components/esp-adf-libs sphinx: configuration: docs/zh_CN/conf.py