mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
doc: update CI to build PDF
This commit is contained in:
parent
407275f681
commit
8a3d806798
@ -47,7 +47,7 @@ variables:
|
||||
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
|
||||
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
|
||||
|
@ -21,4 +21,4 @@ sphinx_selective_exclude==1.0.3
|
||||
#
|
||||
# See docs/en/contribute/documenting-code.rst, 'sphinx_idf_theme' section
|
||||
# for full setup instructions.
|
||||
sphinx_idf_theme==0.1
|
||||
sphinx_idf_theme==0.2
|
||||
|
@ -247,6 +247,7 @@ build_test_apps_esp32s2:
|
||||
paths:
|
||||
- docs/_build/*/*/*.txt
|
||||
- docs/_build/*/*/html/*
|
||||
- docs/_build/*/*/latex/*
|
||||
expire_in: 4 days
|
||||
only:
|
||||
variables:
|
||||
|
Loading…
Reference in New Issue
Block a user