mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 22:54:33 +02:00
doc: update CI to build PDF
This commit is contained in:
@@ -47,7 +47,7 @@ variables:
|
|||||||
CI_TARGET_TEST_CONFIG_FILE: "$CI_PROJECT_DIR/tools/ci/config/target-test.yml"
|
CI_TARGET_TEST_CONFIG_FILE: "$CI_PROJECT_DIR/tools/ci/config/target-test.yml"
|
||||||
|
|
||||||
# Versioned esp-idf-doc env image to use for all document building jobs
|
# Versioned esp-idf-doc env image to use for all document building jobs
|
||||||
ESP_IDF_DOC_ENV_IMAGE: "$CI_DOCKER_REGISTRY/esp-idf-doc-env:v3"
|
ESP_IDF_DOC_ENV_IMAGE: "$CI_DOCKER_REGISTRY/esp-idf-doc-env:v4"
|
||||||
|
|
||||||
|
|
||||||
# before each job, we need to check if this job is filtered by bot stage/job filter
|
# before each job, we need to check if this job is filtered by bot stage/job filter
|
||||||
|
@@ -21,4 +21,4 @@ sphinx_selective_exclude==1.0.3
|
|||||||
#
|
#
|
||||||
# See docs/en/contribute/documenting-code.rst, 'sphinx_idf_theme' section
|
# See docs/en/contribute/documenting-code.rst, 'sphinx_idf_theme' section
|
||||||
# for full setup instructions.
|
# for full setup instructions.
|
||||||
sphinx_idf_theme==0.1
|
sphinx_idf_theme==0.2
|
||||||
|
@@ -247,6 +247,7 @@ build_test_apps_esp32s2:
|
|||||||
paths:
|
paths:
|
||||||
- docs/_build/*/*/*.txt
|
- docs/_build/*/*/*.txt
|
||||||
- docs/_build/*/*/html/*
|
- docs/_build/*/*/html/*
|
||||||
|
- docs/_build/*/*/latex/*
|
||||||
expire_in: 4 days
|
expire_in: 4 days
|
||||||
only:
|
only:
|
||||||
variables:
|
variables:
|
||||||
|
Reference in New Issue
Block a user