docs: ESP-IDF v4.2 fully supports ESP32-S2, remove documentation that describe preview support

This commit is contained in:
Krzysztof
2020-12-03 16:21:16 +08:00
parent 820e092a8d
commit 1c184bd0be
5 changed files with 1 additions and 87 deletions

View File

@@ -163,8 +163,7 @@ ESP32_DOCS = ['api-guides/ulp_instruction_set.rst',
'api-reference/peripherals/secure_element.rst',
'hw-reference/esp32/**'] + LEGACY_DOCS
ESP32S2_DOCS = ['esp32s2.rst',
'hw-reference/esp32s2/**',
ESP32S2_DOCS = ['hw-reference/esp32s2/**',
'api-guides/ulps2_instruction_set.rst',
'api-guides/dfu.rst',
'api-guides/usb-console.rst',