From 52cc2f6bea112a80f26470de3b1921454c2235af Mon Sep 17 00:00:00 2001 From: Shu Chen Date: Fri, 5 May 2023 21:22:03 +0800 Subject: [PATCH] docs: fix docs build for esp32s3 --- .gitlab-ci.yml | 2 +- docs/en/certification.rst | 2 +- docs/en/developing.rst | 12 +++++++++--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22a9576e3..82b05a014 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -217,7 +217,7 @@ build_docs: script: - cd docs - pip install -r requirements.txt - - build-docs -t esp32 esp32c2 esp32c3 esp32c6 esp32h2 -l en + - build-docs -t esp32 esp32s3 esp32c2 esp32c3 esp32c6 esp32h2 -l en .deploy_docs_template: stage: docs diff --git a/docs/en/certification.rst b/docs/en/certification.rst index d666f8fae..8cdb14863 100644 --- a/docs/en/certification.rst +++ b/docs/en/certification.rst @@ -97,7 +97,7 @@ The option ``-n`` (count) is the number of generated binaries. In the above comm The option ``--paa-trust-store-path`` should be added when using chip-tool to pair the device for manual tests. -.. only:: esp32 or esp32c3 or esp32c2 or esp32c6 +.. only:: esp32 or esp32s3 or esp32c3 or esp32c2 or esp32c6 :: diff --git a/docs/en/developing.rst b/docs/en/developing.rst index 13bd9b3f8..1b6cf6c33 100644 --- a/docs/en/developing.rst +++ b/docs/en/developing.rst @@ -172,6 +172,12 @@ Choose IDF target. idf.py set-target esp32 +.. only:: esp32s3 + + :: + + idf.py set-target esp32s3 + .. only:: esp32c3 :: @@ -266,7 +272,7 @@ Use ``chip-tool`` in interactive mode to commission the device: chip-tool interactive start -.. only:: esp32 or esp32c3 or esp32c2 or esp32c6 +.. only:: esp32 or esp32s3 or esp32c3 or esp32c2 or esp32c6 :: @@ -293,7 +299,7 @@ Above method commissions the device using setup passcode and discriminator. Devi To Commission the device using manual pairing code 34970112332 -.. only:: esp32 or esp32c3 or esp32c2 or esp32c6 +.. only:: esp32 or esp32s3 or esp32c3 or esp32c2 or esp32c6 :: @@ -320,7 +326,7 @@ Above default manual pairing code contains following values: To commission the device using QR code MT:Y.K9042C00KA0648G00 -.. only:: esp32 or esp32c3 or esp32c2 or esp32c6 +.. only:: esp32 or esp32s3 or esp32c3 or esp32c2 or esp32c6 ::