Read the Docs build information Build id: 4154165 Project: espressif-esp-adf-zh-cn Version: latest Commit: None Date: 2026-06-29T03:52:29.414176Z State: finished Success: False [rtd-command-info] start-time: 2026-06-29T03:52:30.441659Z, end-time: 2026-06-29T03:52:37.466658Z, 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-29T03:52:37.547993Z, end-time: 2026-06-29T03:52:40.163805Z, 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-29T03:52:41.304589Z, end-time: 2026-06-29T03:52:41.343244Z, 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