mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
docs(esp32s31): add support for building docs for esp32s31
This commit is contained in:
@@ -331,6 +331,10 @@ ESP32H4_DOCS = [
|
||||
'api-guides/phy.rst',
|
||||
]
|
||||
|
||||
ESP32S31_DOCS = [
|
||||
'api-reference/system/ipc.rst',
|
||||
]
|
||||
|
||||
ESP32P4_DOCS = [
|
||||
'api-reference/system/ipc.rst',
|
||||
'api-reference/peripherals/cap_touch_sens.rst',
|
||||
@@ -410,6 +414,7 @@ conditional_include_dict = {
|
||||
'esp32c61': ESP32C61_DOCS,
|
||||
'esp32h2': ESP32H2_DOCS,
|
||||
'esp32h4': ESP32H4_DOCS,
|
||||
'esp32s31': ESP32S31_DOCS,
|
||||
'esp32p4': ESP32P4_DOCS,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user