浏览代码

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
Marius Vikhammer 4 年之前
父节点
当前提交
3c9f94d739
共有 5 个文件被更改,包括 4 次插入18 次删除
  1. 1 1
      .gitlab-ci.yml
  2. 1 8
      .gitlab/ci/docs.yml
  3. 0 7
      components/esp32s3/README.md
  4. 1 1
      docs/conf_common.py
  5. 1 1
      docs/requirements.txt

+ 1 - 1
.gitlab-ci.yml

@@ -48,7 +48,7 @@ variables:
 
   # Docker images
   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"
   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"

+ 1 - 8
.gitlab/ci/docs.yml

@@ -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:

+ 0 - 7
components/esp32s3/README.md

@@ -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.*

+ 1 - 1
docs/conf_common.py

@@ -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)

+ 1 - 1
docs/requirements.txt

@@ -1 +1 @@
-esp-docs==0.1.0
+esp-docs==0.1.1