mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 21:24:32 +02:00
Merge branch 'feature/publish_s3_docs' into 'master'
docs: enable publishing of S3 docs Closes IDF-3385 and IDF-3285 See merge request espressif/esp-idf!15074
This commit is contained in:
@@ -48,7 +48,7 @@ variables:
|
|||||||
|
|
||||||
# Docker images
|
# Docker images
|
||||||
BOT_DOCKER_IMAGE_TAG: ":latest"
|
BOT_DOCKER_IMAGE_TAG: ":latest"
|
||||||
ESP_IDF_DOC_ENV_IMAGE: "$CI_DOCKER_REGISTRY/esp-idf-doc-env:v4.4-1-v3"
|
ESP_IDF_DOC_ENV_IMAGE: "$CI_DOCKER_REGISTRY/esp-idf-doc-env:v4.4-1-v4"
|
||||||
ESP_ENV_IMAGE: "$CI_DOCKER_REGISTRY/esp-env:v4.4-1"
|
ESP_ENV_IMAGE: "$CI_DOCKER_REGISTRY/esp-env:v4.4-1"
|
||||||
AFL_FUZZER_TEST_IMAGE: "$CI_DOCKER_REGISTRY/afl-fuzzer-test:v4.4-1-1"
|
AFL_FUZZER_TEST_IMAGE: "$CI_DOCKER_REGISTRY/afl-fuzzer-test:v4.4-1-1"
|
||||||
CLANG_STATIC_ANALYSIS_IMAGE: "${CI_DOCKER_REGISTRY}/clang-static-analysis:v4.4-1-2"
|
CLANG_STATIC_ANALYSIS_IMAGE: "${CI_DOCKER_REGISTRY}/clang-static-analysis:v4.4-1-2"
|
||||||
|
@@ -66,7 +66,7 @@ check_docs_lang_sync:
|
|||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- DOCLANG: ["en", "zh_CN"]
|
- DOCLANG: ["en", "zh_CN"]
|
||||||
DOCTGT: ["esp32", "esp32s2", "esp32c3"]
|
DOCTGT: ["esp32", "esp32s2", "esp32s3", "esp32c3"]
|
||||||
|
|
||||||
check_docs_gh_links:
|
check_docs_gh_links:
|
||||||
image: $ESP_IDF_DOC_ENV_IMAGE
|
image: $ESP_IDF_DOC_ENV_IMAGE
|
||||||
@@ -128,13 +128,6 @@ build_docs_html_fast:
|
|||||||
variables:
|
variables:
|
||||||
DOC_BUILDERS: "html"
|
DOC_BUILDERS: "html"
|
||||||
DOCS_FAST_BUILD: "yes"
|
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:
|
build_docs_pdf:
|
||||||
extends:
|
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'
|
project_slug = 'esp-idf'
|
||||||
versions_url = 'https://dl.espressif.com/dl/esp-idf/idf_versions.js'
|
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']
|
languages = ['en', 'zh_CN']
|
||||||
|
|
||||||
google_analytics_id = os.environ.get('CI_GOOGLE_ANALYTICS_ID', None)
|
google_analytics_id = os.environ.get('CI_GOOGLE_ANALYTICS_ID', None)
|
||||||
|
@@ -1 +1 @@
|
|||||||
esp-docs==0.1.0
|
esp-docs==0.1.1
|
||||||
|
Reference in New Issue
Block a user