mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
docs: enable publishing of S3 docs
This commit is contained in:
parent
e09818bd33
commit
1cf61c849f
@ -66,7 +66,7 @@ check_docs_lang_sync:
|
||||
parallel:
|
||||
matrix:
|
||||
- DOCLANG: ["en", "zh_CN"]
|
||||
DOCTGT: ["esp32", "esp32s2", "esp32c3"]
|
||||
DOCTGT: ["esp32", "esp32s2", "esp32s3", "esp32c3"]
|
||||
|
||||
check_docs_gh_links:
|
||||
image: $ESP_IDF_DOC_ENV_IMAGE
|
||||
@ -128,13 +128,6 @@ build_docs_html_fast:
|
||||
variables:
|
||||
DOC_BUILDERS: "html"
|
||||
DOCS_FAST_BUILD: "yes"
|
||||
# matrix is redefined to include esp32s3 here
|
||||
# that we can build for S3 MRs during bringup phase without
|
||||
# anything being built and published from master branch
|
||||
parallel:
|
||||
matrix:
|
||||
- DOCLANG: ["en", "zh_CN"]
|
||||
DOCTGT: ["esp32", "esp32s2", "esp32s3", "esp32c3"]
|
||||
|
||||
build_docs_pdf:
|
||||
extends:
|
||||
|
@ -1,7 +0,0 @@
|
||||
# ESP32-S3 component
|
||||
|
||||
This directory contains support for the upcoming ESP32-S3 SoC. This code is **still work in progress and not intended for public use**.
|
||||
|
||||
Please follow announcements on [espressif.com](https://www.espressif.com/) and [esp32.com](https://esp32.com/) to be informed about the ESP32-S3 SoC.
|
||||
|
||||
*This note will be removed once the ESP32-S3 initial support is ready.*
|
@ -141,7 +141,7 @@ html_context['github_repo'] = 'esp-idf'
|
||||
project_slug = 'esp-idf'
|
||||
versions_url = 'https://dl.espressif.com/dl/esp-idf/idf_versions.js'
|
||||
|
||||
idf_targets = ['esp32', 'esp32s2', 'esp32c3']
|
||||
idf_targets = ['esp32', 'esp32s2', 'esp32s3', 'esp32c3']
|
||||
languages = ['en', 'zh_CN']
|
||||
|
||||
google_analytics_id = os.environ.get('CI_GOOGLE_ANALYTICS_ID', None)
|
||||
|
Loading…
Reference in New Issue
Block a user