diff --git a/docs/conf_common.py b/docs/conf_common.py index cf9a5c6203..9c66b97e40 100644 --- a/docs/conf_common.py +++ b/docs/conf_common.py @@ -22,7 +22,7 @@ BT_DOCS = ['api-reference/bluetooth/esp_bt_defs.rst', 'api-reference/bluetooth/bt_common.rst', 'api-reference/bluetooth/bt_vhci.rst', 'api-reference/bluetooth/controller_vhci.rst', - 'api-reference/bluetooth/index.rst'] + 'api-reference/bluetooth/index.rst',] BLE_DOCS = ['api-guides/ble/index.rst', 'api-guides/ble/overview.rst', @@ -62,7 +62,9 @@ CLASSIC_BT_DOCS = ['api-guides/classic-bt/index.rst', 'api-reference/bluetooth/esp_hf_ag.rst', 'api-reference/bluetooth/esp_spp.rst', 'api-reference/bluetooth/esp_gap_bt.rst', - 'migration-guides/release-5.x/5.0/bluetooth-classic.rst'] + 'migration-guides/release-5.x/5.0/bluetooth-classic.rst', + 'migration-guides/release-5.x/5.2/bluetooth-classic.rst', +] BLUFI_DOCS = ['api-guides/ble/blufi.rst', 'api-reference/bluetooth/esp_blufi.rst'] diff --git a/docs/en/migration-guides/release-5.x/5.2/index.rst b/docs/en/migration-guides/release-5.x/5.2/index.rst index e21d8018e6..41c7ca8656 100644 --- a/docs/en/migration-guides/release-5.x/5.2/index.rst +++ b/docs/en/migration-guides/release-5.x/5.2/index.rst @@ -13,4 +13,4 @@ Migration from 5.1 to 5.2 storage system :SOC_WIFI_SUPPORTED: wifi - bluetooth-classic + :SOC_BT_CLASSIC_SUPPORTED: bluetooth-classic diff --git a/docs/zh_CN/migration-guides/release-5.x/5.2/index.rst b/docs/zh_CN/migration-guides/release-5.x/5.2/index.rst index 0647016290..5452f3fb32 100644 --- a/docs/zh_CN/migration-guides/release-5.x/5.2/index.rst +++ b/docs/zh_CN/migration-guides/release-5.x/5.2/index.rst @@ -13,4 +13,4 @@ storage system :SOC_WIFI_SUPPORTED: wifi - bluetooth-classic + :SOC_BT_CLASSIC_SUPPORTED: bluetooth-classic