docs(esp32s31): add support for building docs for esp32s31

This commit is contained in:
Marius Vikhammer
2026-01-20 20:35:58 +08:00
parent cfa16b1cf5
commit 79950e4783
30 changed files with 837 additions and 74 deletions
+5
View File
@@ -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,
}