mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
feat: update esp32p4 docs
This commit is contained in:
parent
3d97b360aa
commit
fc82e4a4b4
@ -225,12 +225,13 @@ build_esp_sr_html:
|
||||
script:
|
||||
- cd $DOCS_DIR
|
||||
- ./check_lang_folder_sync.sh
|
||||
- pip install -r requirements.txt
|
||||
- build-docs --skip-reqs-check -l $DOCLANG -t $DOCTGT
|
||||
- echo "ESP-SR documentation preview available at $CI_JOB_URL/artifacts/file/docs/_build/$DOCLANG/$DOCTGT/html/index.html"
|
||||
parallel:
|
||||
matrix:
|
||||
- DOCLANG: ["en", "zh_CN"]
|
||||
DOCTGT: ["esp32", "esp32s3"]
|
||||
DOCTGT: ["esp32", "esp32s3", "esp32p4"]
|
||||
|
||||
build_esp_sr_pdf:
|
||||
extends:
|
||||
@ -252,7 +253,7 @@ build_esp_sr_pdf:
|
||||
parallel:
|
||||
matrix:
|
||||
- DOCLANG: ["en", "zh_CN"]
|
||||
DOCTGT: ["esp32", "esp32s3"]
|
||||
DOCTGT: ["esp32", "esp32s3", "esp32p4"]
|
||||
|
||||
|
||||
.deploy_docs_template:
|
||||
@ -281,7 +282,7 @@ deploy_docs_preview:
|
||||
DOCS_DEPLOY_SERVER: "$DOCS_PREVIEW_SERVER"
|
||||
DOCS_DEPLOY_SERVER_USER: "$DOCS_PREVIEW_SERVER_USER"
|
||||
DOCS_DEPLOY_PATH: "$DOCS_PREVIEW_PATH"
|
||||
DOCS_DEPLOY_URL_BASE: "https://$DOCS_PREVIEW_SERVER_URL/docs/esp-sr"
|
||||
DOCS_DEPLOY_URL_BASE: "$DOCS_PREVIEW_URL_BASE"
|
||||
|
||||
deploy_docs_production:
|
||||
extends:
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
from esp_docs.conf_docs import * # noqa: F403,F401
|
||||
|
||||
languages = ['en', 'zh_CN']
|
||||
idf_targets = ['esp32', 'esp32s3']
|
||||
idf_targets = ['esp32', 'esp32s3', 'esp32p4']
|
||||
|
||||
extensions += ['sphinx_copybutton',
|
||||
'sphinxcontrib.wavedrom',
|
||||
|
||||
@ -172,7 +172,7 @@ Resource Consumption
|
||||
| MultiNet 7 | 18 KB | 2920 KB | 11 ms | 32 ms |
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
|
||||
.. only:: esp32s3
|
||||
.. only:: esp32p4
|
||||
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
| Model Type | Internal | PSRAM | Average | Frame |
|
||||
|
||||
@ -1 +1 @@
|
||||
esp-docs==1.3.0
|
||||
esp-docs==1.*
|
||||
|
||||
@ -174,7 +174,7 @@ MultiNet
|
||||
| MultiNet 6 | 32 KB | 4100 KB | 12 ms | 32 ms |
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
|
||||
.. only:: esp32s3
|
||||
.. only:: esp32p4
|
||||
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
| Model Type | Internal | PSRAM | Average | Frame |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user