docs: re-enable zh_CN build

This commit is contained in:
Euripedes Rocha Filho
2026-03-27 07:30:23 +01:00
parent b2181a6e9a
commit 42cce9f86f
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -36,4 +36,4 @@ project_slug = "esp-mqtt"
versions_url = "./_static/mqtt_docs_versions.js"
idf_targets = [ "esp32" ]
languages = ["en"]
languages = ["en", "zh_CN"]
+1 -1
View File
@@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0
# -*- coding: utf-8 -*-
#
# English Language RTD & Sphinx config file
# Simplified Chinese RTD & Sphinx config file
#
# Uses ../conf_common.py for most non-language-specific settings.
+1 -1
View File
@@ -153,7 +153,7 @@ ESP-MQTT 库将始终重新传输未确认的 QoS 1 和 2 发布消息,以避
可以通过 :cpp:class:`authentication <esp_mqtt_client_config_t::credentials_t::authentication_t>` 字段设置认证参数。客户端支持以下认证方式:
* :cpp:member:`password <esp_mqtt_client_config_t::credentials_t::authentication_t::password>`:使用密码
* * :cpp:member:`certificate <esp_mqtt_client_config_t::credentials_t::authentication_t::certificate>`:cpp:member:`key <esp_mqtt_client_config_t::credentials_t::authentication_t::key>`:进行双向 TLS 身份验证,PEM 或 DER 格式均可
* :cpp:member:`certificate <esp_mqtt_client_config_t::credentials_t::authentication_t::certificate>`:cpp:member:`key <esp_mqtt_client_config_t::credentials_t::authentication_t::key>`:进行双向 TLS 身份验证,PEM 或 DER 格式均可
* :cpp:member:`use_secure_element <esp_mqtt_client_config_t::credentials_t::authentication_t::use_secure_element>`:使用 ESP32 系列中的安全元素 (ATECC608A)
* :cpp:member:`ds_data <esp_mqtt_client_config_t::credentials_t::authentication_t::ds_data>`:使用某些乐鑫设备的数字签名外设