fix(docs): fix docs build issue of esp32s31

This commit is contained in:
yinqingzhao
2026-04-16 19:24:57 +08:00
parent 71f335b97f
commit fa0f2c9553
5 changed files with 16 additions and 11 deletions
-3
View File
@@ -54,7 +54,6 @@ BLE_DOCS = [
'migration-guides/release-5.x/5.0/bluetooth-low-energy.rst',
]
BLE_MESH_DOCS = [
'api-guides/esp-ble-mesh/ble-mesh-index.rst',
'api-guides/esp-ble-mesh/ble-mesh-feature-list.rst',
@@ -330,7 +329,6 @@ ESP32H4_DOCS = [
ESP32S31_DOCS = [
'api-reference/system/ipc.rst',
'api-reference/peripherals/sd_pullup_requirements.rst',
'api-guides/RF_calibration.rst',
'api-guides/phy.rst',
]
@@ -452,7 +450,6 @@ github_repo = 'espressif/esp-idf'
html_context['github_user'] = 'espressif' # noqa: F405
html_context['github_repo'] = 'esp-idf' # noqa: F405
# Extra options required by sphinx_idf_theme
project_slug = 'esp-idf'
versions_url = 'https://dl.espressif.com/dl/esp-idf/idf_versions.js'