From 5eed728a315ee252ee0c49367c4951bf127bb590 Mon Sep 17 00:00:00 2001 From: Yuhan Wei Date: Tue, 23 Jul 2024 17:14:50 +0800 Subject: [PATCH] docs(ble): Fixed the esp32c5 doc build error --- docs/conf_common.py | 2 +- docs/doxygen/Doxyfile_esp32c5 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf_common.py b/docs/conf_common.py index 0b1d0f80af..108b94611b 100644 --- a/docs/conf_common.py +++ b/docs/conf_common.py @@ -218,7 +218,7 @@ ESP32C3_DOCS = ['hw-reference/esp32c3/**', ESP32C2_DOCS = ['api-guides/RF_calibration.rst', 'api-guides/phy.rst'] -ESP32C5_DOCS = [''] +ESP32C5_DOCS = ['api-guides/phy.rst'] ESP32C61_DOCS = [''] diff --git a/docs/doxygen/Doxyfile_esp32c5 b/docs/doxygen/Doxyfile_esp32c5 index bf0502769a..853631e4ef 100644 --- a/docs/doxygen/Doxyfile_esp32c5 +++ b/docs/doxygen/Doxyfile_esp32c5 @@ -10,3 +10,4 @@ INPUT += \ $(PROJECT_PATH)/components/ulp/lp_core/lp_core/include/ulp_lp_core_utils.h \ $(PROJECT_PATH)/components/ulp/lp_core/lp_core/include/ulp_lp_core_interrupts.h \ $(PROJECT_PATH)/components/ulp/ulp_common/include/ulp_common.h \ + $(PROJECT_PATH)/components/bt/include/esp32c5/include/esp_bt.h \